service.wxss
740 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* pages/service/service.wxss */
.box{
margin: 260rpx 100rpx 0 100rpx;
display: flex;
justify-content: space-around;
align-items: center;
}
.box_item{
position: relative;
display: flex;
flex-direction: column;
text-align: center;
border:none;
background: none;
}
.box_item button{
position: absolute;
width:100%;
height: 100%;
z-index:100;
top:0;
left:0;
opacity: 0;
}
.item_icon{
width:190rpx;
height: 190rpx;
border-radius: 50%;
background: #F1F8FF;
display:flex;
align-items: center;
justify-content: center;
}
.tel{
margin: 35rpx 0 0 0;
color:#1A1A1A;
font-size:32rpx;
}
.icon-dianhua{
color:#66A2D6;
font-size: 80rpx;
}
.icon-kefu{
color:#F7C761;
font-size:80rpx;
}
.kufu{
background-color: #FFF8E8;
}