serviceexperience.wxss
1.6 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.experiencetop {
width: 750rpx;
height: 492rpx;
font-size: 0;
}
image {
width: 100%;
height: 100%;
}
.share {
width: 52rpx;
height: 52rpx;
font-size: 0;
position: absolute;
top: 12rpx;
right: 36rpx;
}
.servicetext {
color: #fff;
font-size: 28rpx;
position: absolute;
top: 98rpx;
left: 32rpx;
line-height: 1.5;
}
.serviceboxtext {
color: #06121e;
font-size: 40rpx;
text-align: center;
font-weight: bold;
margin-top: 42rpx;
}
.servicebox {
width: 686rpx;
height: 748rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
opacity: 1;
position: absolute;
bottom: 65rpx;
left: 32rpx;
}
.servicelsit {
padding: 0 84rpx;
box-sizing: border-box;
}
.servicelistitem {
display: flex;
align-items: center;
margin-top: 56rpx;
padding-bottom: 8rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.servicelsitleft {
width: 56rpx;
height: 56rpx;
font-size: 0;
}
.servicelistright {
width: 389rpx;
color: #bdc4ce;
font-size: 28rpx;
margin-left: 50rpx;
}
.entertext {
color: #bdc4ce;
font-size: 28rpx;
}
.servicelistright {
display: flex;
align-items: center;
justify-content: space-between;
}
.rightword {
color: #bdc4ce;
font-size: 28rpx;
}
.rightrow {
width: 15rpx;
height: 15rpx;
font-size: 0;
}
.queren {
width: 516rpx;
height: 80rpx;
background: rgba(39, 53, 116, 1);
box-shadow: 0rpx 6rpx 6rpx rgba(0, 0, 0, 0.16);
opacity: 1;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
margin-top:50rpx;
}