s-material-react 1.3.20 → 1.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/basic/textLine.scss +10 -10
- package/css/common/addressItem.scss +74 -74
- package/css/common/card.scss +42 -42
- package/css/common/coupon.scss +82 -82
- package/css/common/evaluateItem.scss +51 -51
- package/css/common/icon.scss +59 -59
- package/css/common/noData.scss +27 -27
- package/css/common/rateItem.scss +35 -35
- package/css/common/stepNum.scss +16 -16
- package/css/pages/addressDetail.scss +59 -59
- package/css/pages/addressList.scss +43 -41
- package/css/pages/cart.scss +161 -161
- package/css/pages/classifyNav.scss +15 -15
- package/css/pages/couponList.scss +198 -197
- package/css/pages/cube.scss +49 -49
- package/css/pages/evaluateDetail.scss +57 -57
- package/css/pages/evaluateEntry.scss +52 -52
- package/css/pages/evaluateList.scss +22 -22
- package/css/pages/goods.scss +79 -79
- package/css/pages/goodsClassify.scss +129 -109
- package/css/pages/goodsDetail.scss +380 -380
- package/css/pages/goodsDetailTopInfo.scss +40 -40
- package/css/pages/goodsList.scss +62 -63
- package/css/pages/index.scss +6 -3
- package/css/pages/mine.scss +72 -72
- package/css/pages/mineData.scss +48 -0
- package/css/pages/mineFunction.scss +35 -0
- package/css/pages/mineOrderEntry.scss +46 -0
- package/css/pages/order-goodsItem.scss +12 -12
- package/css/pages/orderDetail.scss +123 -123
- package/css/pages/orderEntry.scss +36 -36
- package/css/pages/orderList.scss +60 -60
- package/css/pages/paymentMode.scss +62 -61
- package/css/pages/placeOrder.scss +130 -130
- package/css/pages/placeOrderResult.scss +81 -81
- package/css/pages/searchPage.scss +65 -65
- package/css/pages/service.scss +2 -2
- package/css/pages/slider.scss +15 -15
- package/css/pages/title.scss +1 -1
- package/dist/common/scrollWrap/index.d.ts +1 -2
- package/dist/components/AddressDetail/index.d.ts +11 -1
- package/dist/components/AddressList/index.d.ts +10 -2
- package/dist/components/CouponList/components/couponItem.d.ts +9 -0
- package/dist/components/CouponList/components/index.d.ts +1 -3
- package/dist/components/CouponList/index.d.ts +8 -1
- package/dist/components/EvaluateDetail/index.d.ts +9 -2
- package/dist/components/GoodsClassify/components/classifyFloor.d.ts +1 -0
- package/dist/components/MineData/index.d.ts +8 -0
- package/dist/components/MineFunction/index.d.ts +1 -0
- package/dist/components/MineOrderEntry/index.d.ts +1 -0
- package/dist/components/OrderDetail/component/footer.d.ts +4 -0
- package/dist/components/OrderDetail/index.d.ts +13 -1
- package/dist/components/PaymentMode/index.d.ts +10 -2
- package/dist/components/PlaceOrder/components/operate.d.ts +4 -0
- package/dist/components/PlaceOrder/index.d.ts +7 -0
- package/dist/components/PlaceOrderResult/index.d.ts +17 -2
- package/dist/components/SearchPage/index.d.ts +4 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/components/CouponList/components/overdue.d.ts +0 -5
- package/dist/components/CouponList/components/unUsed.d.ts +0 -5
- package/dist/components/CouponList/components/used.d.ts +0 -5
package/css/common/icon.scss
CHANGED
|
@@ -1,190 +1,190 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
font-family: 'iconfont'; /* Project id 3540782 */
|
|
3
|
+
src: url('//at.alicdn.com/t/c/font_3540782_tk2k34lqfkn.woff2?t=1679627495575') format('woff2'),
|
|
4
|
+
url('//at.alicdn.com/t/c/font_3540782_tk2k34lqfkn.woff?t=1679627495575') format('woff'),
|
|
5
|
+
url('//at.alicdn.com/t/c/font_3540782_tk2k34lqfkn.ttf?t=1679627495575') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
9
|
+
//display: inline-block;
|
|
10
|
+
font: {
|
|
11
|
+
family: iconfont;
|
|
12
|
+
variant: normal;
|
|
13
|
+
}
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
line-height: 1;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
vertical-align: middle;
|
|
18
|
+
text-transform: none;
|
|
19
|
+
text-rendering: auto;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.icon-gonggao:before {
|
|
25
|
-
|
|
25
|
+
content: '\e607';
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.icon-gongsigonggao:before {
|
|
29
|
-
|
|
29
|
+
content: '\f8dd';
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.icon-weixinzhifu2:before {
|
|
33
|
-
|
|
33
|
+
content: '\e62b';
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.icon-zhifubao:before {
|
|
37
|
-
|
|
37
|
+
content: '\e64f';
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.icon-liulan:before {
|
|
41
|
-
|
|
41
|
+
content: '\e61a';
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.icon-yincang:before {
|
|
45
|
-
|
|
45
|
+
content: '\e61c';
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.icon-xiangzuo:before {
|
|
49
|
-
|
|
49
|
+
content: '\eb15';
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.icon-star:before {
|
|
53
|
-
|
|
53
|
+
content: '\e7df';
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.icon-star-fill:before {
|
|
57
|
-
|
|
57
|
+
content: '\e86a';
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.icon-eyes:before {
|
|
61
|
-
|
|
61
|
+
content: '\e60f';
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.icon-coupons:before {
|
|
65
|
-
|
|
65
|
+
content: '\e6ed';
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.icon-collect:before {
|
|
69
|
-
|
|
69
|
+
content: '\e793';
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.icon-shouhuodizhi:before {
|
|
73
|
-
|
|
73
|
+
content: '\e64e';
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.icon-shezhi:before {
|
|
77
|
-
|
|
77
|
+
content: '\e602';
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.icon-xiangyou1:before {
|
|
81
|
-
|
|
81
|
+
content: '\e775';
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.icon-dizhi:before {
|
|
85
|
-
|
|
85
|
+
content: '\e66e';
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.icon-kehufuwukefu:before {
|
|
89
|
-
|
|
89
|
+
content: '\e698';
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.icon-daifahuo:before {
|
|
93
|
-
|
|
93
|
+
content: '\e601';
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.icon-yiwancheng:before {
|
|
97
|
-
|
|
97
|
+
content: '\e6a6';
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.icon-daishouhuo:before {
|
|
101
|
-
|
|
101
|
+
content: '\e640';
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.icon-daifukuan:before {
|
|
105
|
-
|
|
105
|
+
content: '\e612';
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.icon-shouhou:before {
|
|
109
|
-
|
|
109
|
+
content: '\e713';
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.icon-xiaochengxu:before {
|
|
113
|
-
|
|
113
|
+
content: '\e619';
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.icon-zhanghu:before {
|
|
117
|
-
|
|
117
|
+
content: '\e611';
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.icon-roundcheck:before {
|
|
121
|
-
|
|
121
|
+
content: '\e657';
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.icon-bianjishuru:before {
|
|
125
|
-
|
|
125
|
+
content: '\e8cc';
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.icon-tianxie:before {
|
|
129
|
-
|
|
129
|
+
content: '\ec88';
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.icon-close-bold:before {
|
|
133
|
-
|
|
133
|
+
content: '\e685';
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.icon-jianqu:before {
|
|
137
|
-
|
|
137
|
+
content: '\e60c';
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.icon-zengjia:before {
|
|
141
|
-
|
|
141
|
+
content: '\e6ea';
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.icon-shanchu:before {
|
|
145
|
-
|
|
145
|
+
content: '\e623';
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.icon-jiangxu:before {
|
|
149
|
-
|
|
149
|
+
content: '\e618';
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.icon-shengxu:before {
|
|
153
|
-
|
|
153
|
+
content: '\e61b';
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.icon-paixusort-jiang:before {
|
|
157
|
-
|
|
157
|
+
content: '\e7c6';
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.icon-paixusort-sheng:before {
|
|
161
|
-
|
|
161
|
+
content: '\e7c7';
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.icon-gouwuche:before {
|
|
165
|
-
|
|
165
|
+
content: '\e73d';
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.icon-kefu:before {
|
|
169
|
-
|
|
169
|
+
content: '\ec2e';
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.icon-my:before {
|
|
173
|
-
|
|
173
|
+
content: '\e66f';
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.icon-fenleiclassify:before {
|
|
177
|
-
|
|
177
|
+
content: '\e7c0';
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.icon-fenxiang:before {
|
|
181
|
-
|
|
181
|
+
content: '\e600';
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.icon-cart:before {
|
|
185
|
-
|
|
185
|
+
content: '\e747';
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
.icon-paixu:before {
|
|
189
|
-
|
|
189
|
+
content: '\e610';
|
|
190
190
|
}
|
package/css/common/noData.scss
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
.noData {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
height: inherit;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
.img {
|
|
9
|
+
display: block;
|
|
10
|
+
margin: 0 auto 20px;
|
|
11
|
+
}
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
.title {
|
|
14
|
+
color: #ccc;
|
|
15
|
+
font-size: 16px;
|
|
16
|
+
text-align: center;
|
|
17
|
+
margin-bottom: 5px;
|
|
18
|
+
}
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
.subTitle {
|
|
21
|
+
color: #ccc;
|
|
22
|
+
font-size: 16px;
|
|
23
|
+
text-align: center;
|
|
24
|
+
margin-bottom: 5px;
|
|
25
|
+
}
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
.link {
|
|
28
|
+
color: #aaaaaa;
|
|
29
|
+
font-size: 20px;
|
|
30
|
+
text-align: center;
|
|
31
|
+
padding-top: 5px;
|
|
32
|
+
}
|
|
33
33
|
}
|
package/css/common/rateItem.scss
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
.rateItem {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
padding-top: 17px;
|
|
3
|
+
padding-bottom: 20px;
|
|
4
|
+
border-bottom: 1px solid #e2e2e2;
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
.topInfo {
|
|
11
|
-
display: flex;
|
|
12
|
-
justify-content: space-between;
|
|
13
|
-
align-items: center;
|
|
14
|
-
margin-bottom: 12px;
|
|
6
|
+
&:last-child {
|
|
7
|
+
border-bottom: 0 none;
|
|
8
|
+
}
|
|
15
9
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
.topInfo {
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
align-items: center;
|
|
14
|
+
margin-bottom: 12px;
|
|
20
15
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
margin-right: 10px;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
16
|
+
.lPart {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
align-items: center;
|
|
28
20
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
21
|
+
.avatar {
|
|
22
|
+
width: 38px;
|
|
23
|
+
height: 38px;
|
|
24
|
+
border-radius: 50%;
|
|
25
|
+
margin-right: 10px;
|
|
26
|
+
}
|
|
33
27
|
}
|
|
34
28
|
|
|
35
|
-
.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
margin-bottom: 4px;
|
|
29
|
+
.rPart {
|
|
30
|
+
color: #999;
|
|
31
|
+
font-size: 12px;
|
|
39
32
|
}
|
|
33
|
+
}
|
|
40
34
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
35
|
+
.size {
|
|
36
|
+
font-size: 12px;
|
|
37
|
+
color: #333333;
|
|
38
|
+
margin-bottom: 4px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.content {
|
|
42
|
+
color: #333333;
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
}
|
|
45
45
|
}
|
package/css/common/stepNum.scss
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
.stepNum {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
border: 1px solid #bcbcbc;
|
|
3
|
+
display: grid;
|
|
4
|
+
grid-template-columns: 18px auto 18px;
|
|
5
|
+
box-sizing: border-box;
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
.content {
|
|
8
|
+
border-left: 1px solid #bcbcbc;
|
|
9
|
+
border-right: 1px solid #bcbcbc;
|
|
10
|
+
padding: 0 7px;
|
|
11
|
+
}
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
.btn {
|
|
14
|
+
width: 18px;
|
|
15
|
+
height: 18px;
|
|
16
|
+
line-height: 18px;
|
|
17
|
+
text-align: center;
|
|
18
|
+
color: #bcbcbc;
|
|
19
|
+
}
|
|
20
20
|
}
|
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
.addressDetail {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
background-color: #f6f6f6;
|
|
3
|
+
//padding-top: 15px;
|
|
4
|
+
box-sizing: border-box;
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
.adm-list {
|
|
7
|
+
padding-top: 10px;
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
border-radius: 10px;
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
.adm-list-item {
|
|
12
|
+
padding: 0 16px;
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
.adm-list-item-content {
|
|
20
|
-
border-bottom: 1 rpx solid #d8d8d8 !important;
|
|
21
|
-
}
|
|
14
|
+
.adm-form-item-label {
|
|
15
|
+
height: 24px;
|
|
16
|
+
line-height: 24px;
|
|
17
|
+
}
|
|
22
18
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
line-height: 32px;
|
|
27
|
-
}
|
|
19
|
+
.adm-list-item-content {
|
|
20
|
+
border-bottom: 1 rpx solid #d8d8d8 !important;
|
|
21
|
+
}
|
|
28
22
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
23
|
+
&:last-child {
|
|
24
|
+
.adm-form-item-label {
|
|
25
|
+
height: 32px;
|
|
26
|
+
line-height: 32px;
|
|
27
|
+
}
|
|
33
28
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
29
|
+
.adm-list-item-content {
|
|
30
|
+
border-bottom: 0 none !important;
|
|
37
31
|
}
|
|
38
|
-
|
|
32
|
+
}
|
|
39
33
|
|
|
40
|
-
|
|
41
|
-
|
|
34
|
+
.h5-div .adm-form-item-child-inner {
|
|
35
|
+
width: 100%;
|
|
36
|
+
}
|
|
42
37
|
}
|
|
38
|
+
}
|
|
43
39
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
40
|
+
.adm-form-item-feedback-error {
|
|
41
|
+
color: red;
|
|
42
|
+
}
|
|
47
43
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
line-height: 24px;
|
|
52
|
-
}
|
|
44
|
+
.adm-form-item-label .adm-form-item-required-asterisk {
|
|
45
|
+
color: red;
|
|
46
|
+
}
|
|
53
47
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
48
|
+
.areaWrap {
|
|
49
|
+
color: #888;
|
|
50
|
+
height: 24px;
|
|
51
|
+
line-height: 24px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
button {
|
|
55
|
+
//background-color: #000;
|
|
56
|
+
//border-radius: 30px;
|
|
57
|
+
//color: #fff;
|
|
58
|
+
border: 1px solid;
|
|
59
|
+
}
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
.skullWrap {
|
|
62
|
+
padding: 12px;
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
.skull {
|
|
65
|
+
border-radius: 10px;
|
|
66
|
+
overflow: hidden;
|
|
67
67
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
.skullItem {
|
|
69
|
+
width: 100%;
|
|
70
|
+
height: 48px;
|
|
71
|
+
margin-bottom: 5px;
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
}
|
|
73
|
+
&:last-child {
|
|
74
|
+
margin-bottom: 0;
|
|
77
75
|
}
|
|
76
|
+
}
|
|
78
77
|
}
|
|
78
|
+
}
|
|
79
79
|
}
|
|
@@ -1,53 +1,55 @@
|
|
|
1
1
|
.addressListWrap {
|
|
2
|
-
|
|
2
|
+
background-color: #f6f6f6;
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
.addressList {
|
|
5
|
+
padding-right: 12px;
|
|
6
|
+
padding-left: 12px;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
height: inherit;
|
|
9
|
+
overflow: scroll;
|
|
10
|
+
}
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
.addBtnWrap {
|
|
13
|
+
width: 100%;
|
|
14
|
+
padding: 10px;
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
position: sticky;
|
|
17
|
+
bottom: 0px;
|
|
18
|
+
background-color: #fff;
|
|
19
|
+
margin-top: -54px;
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
21
|
+
.addBtn {
|
|
22
|
+
width: 100%;
|
|
23
|
+
border: 1px solid;
|
|
24
|
+
//background-color: #000;
|
|
25
|
+
height: 34px;
|
|
26
|
+
line-height: 34px;
|
|
27
|
+
color: #fff;
|
|
28
|
+
font-size: 14px;
|
|
29
|
+
//border-radius: 20px;
|
|
30
|
+
text-align: center;
|
|
31
|
+
cursor: pointer;
|
|
31
32
|
}
|
|
33
|
+
}
|
|
32
34
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
.skullWrap {
|
|
36
|
+
padding: 12px;
|
|
37
|
+
height: inherit;
|
|
38
|
+
overflow: scroll;
|
|
37
39
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
+
.skull {
|
|
41
|
+
overflow: hidden;
|
|
40
42
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
.skullItem {
|
|
44
|
+
width: 100%;
|
|
45
|
+
height: 108px;
|
|
46
|
+
margin-bottom: 10px;
|
|
47
|
+
border-radius: 5px;
|
|
46
48
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
}
|
|
49
|
+
&:last-child {
|
|
50
|
+
margin-bottom: 0;
|
|
51
51
|
}
|
|
52
|
+
}
|
|
52
53
|
}
|
|
54
|
+
}
|
|
53
55
|
}
|