method.css
3.17 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
body .layui-layer {
background-color: transparent;
box-shadow: none;
border-radius: 0;
}
body .layui-layer.layui-layer-hui {
background-color: #000;
filter: alpha(opacity=60);
background-color: rgba(0, 0, 0, 0.6);
}
body{
line-height: 1.1;
font-family: "微软雅黑";
}
.main{
background-color: #FFF;
width: 10rem;
position: relative;
font-size: 0;
margin: 0 auto;
}
.mBox{
position: relative;
width: 100%;
margin: 0 auto;
font-size: 0;
}
.mDetail{
width: 10rem;
height: 1.733rem;
border-bottom: 0.013rem solid #F0F0F0;
position: relative;
font-size: 0;
}
.mDetailImg{
position: absolute;
left: 0.306rem;
top: 50%;
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
width: 0.586rem;
height: 0.586rem;
}
.mDetail:nth-child(2) .mDetailImg{
width: 0.666rem;
height: 0.426rem;
left: 0.253rem;
}
.mDetail:nth-child(3) .mDetailImg{
width: 0.52rem;
height: 0.6rem;
left: 0.333rem;
}
.mDetailInfo{
position: absolute;
left: 1.253rem;
top: 50%;
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
font-size: 0;
}
.mDetailInfo p{
font-size: 0.4rem;
color:#333;
}
.mDetailInfo p:nth-child(2){
font-size: 0.32rem;
color:#999;
margin-top: 0.16rem;
}
.mDetailSelect{
background: url(../img/btn1.png) no-repeat;
background-size: 100% 100%;
width: 0.613rem;
height: 0.613rem;
position: absolute;
right: 0.533rem;
top: 50%;
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
}
.mDetailSelect.check{
background: url(../img/btn2.png?v=202004031902) no-repeat;
background-size: 100% 100%;
}
.mBtn{
width: 8.533rem;
height: 1.28rem;
line-height: 1.28rem;
text-align: center;
font-size: 0.48rem;
color:#FFF;
background-color: #E62E74;
border-radius: 0.64rem;
-webkit-border-radius: 0.64rem;
-moz-border-radius: 0.64rem;
-ms-border-radius: 0.64rem;
-o-border-radius: 0.64rem;
margin: 2.48rem auto 0;
}
.mask{
width: 7.2rem;
background: #F7F7F7;
font-size: 0;
border-radius: 0.213rem;
-webkit-border-radius: 0.213rem;
-moz-border-radius: 0.213rem;
-ms-border-radius: 0.213rem;
-o-border-radius: 0.213rem;
position: relative;
}
.maskTitle{
width: 100%;
position: relative;
text-align: center;
color: #000;
font-size: 0.453rem;
padding: 0.88rem 0 0.72rem;
}
.maskBox{
position: relative;
width: 100%;
text-align: center;
font-size: 0;
}
.maskBox p{
width: 100%;
height: 1.173rem;
line-height: 1.173rem;
font-size: 0.453rem;
color:#007AFF;
border-top: 1px solid #DDD;
}
.mask1Title{
padding: .8rem 0;
position: relative;
font-size: 0;
}
.mask1Title p{
width: 100%;
text-align: center;
font-size: 0.4rem;
color:#000;
margin-top: 0.133rem;
font-weight: bold;
}
.mask1Title p:nth-child(1){
margin-top: 0;
}
.mask1Btn{
position: relative;
width: 100%;
text-align: center;
height: 1.16rem;
line-height: 1.16rem;
border-top: 1px solid #DDD;
font-size: 0.453rem;
color:#007AFF;
font-weight: bold;
}