s-material-react 2.2.31 → 2.2.33
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/README.md +5 -5
- package/css/basic/textLine.scss +13 -0
- package/css/common/addressItem.scss +91 -0
- package/css/common/card.scss +68 -0
- package/css/common/common.scss +7 -0
- package/css/common/countNum.scss +34 -0
- package/css/common/coupon.scss +96 -0
- package/css/common/evaluateItem.scss +58 -0
- package/css/common/icon.scss +255 -0
- package/css/common/index.scss +18 -0
- package/css/common/noData.scss +33 -0
- package/css/common/notice.scss +3 -0
- package/css/common/promotionItem.scss +87 -0
- package/css/common/rateItem.scss +72 -0
- package/css/common/refundGoodsDetail.scss +92 -0
- package/css/common/refundMsg.scss +90 -0
- package/css/common/refundOption.scss +32 -0
- package/css/common/stepNum.scss +21 -0
- package/css/common/tooltip.scss +89 -0
- package/css/common/uploading.scss +62 -0
- package/css/common/uploadingImg.scss +19 -0
- package/css/index.scss +3 -0
- package/css/pages/addressDetail.scss +79 -0
- package/css/pages/addressList.scss +71 -0
- package/css/pages/addressListGroup/addressListBtn.scss +15 -0
- package/css/pages/addressListGroup/index.scss +1 -0
- package/css/pages/afterSalesApplyGroup/afterSalesApply.scss +199 -0
- package/css/pages/afterSalesApplyGroup/index.scss +1 -0
- package/css/pages/afterSalesDetailGroup/afterSalesDetail.scss +203 -0
- package/css/pages/afterSalesDetailGroup/index.scss +1 -0
- package/css/pages/afterSalesListGroup/afterSalesList.scss +99 -0
- package/css/pages/afterSalesListGroup/index.scss +1 -0
- package/css/pages/afterSalesTypeGroup/afterSalesType.scss +126 -0
- package/css/pages/afterSalesTypeGroup/index.scss +1 -0
- package/css/pages/agreement.scss +13 -0
- package/css/pages/articleDetail.scss +26 -0
- package/css/pages/basic/backTopGroup/backTop.scss +3 -0
- package/css/pages/basic/backTopGroup/index.scss +1 -0
- package/css/pages/cart.scss +392 -0
- package/css/pages/classifyNavGroup/classifyNav.scss +19 -0
- package/css/pages/classifyNavGroup/classifyNavOne.scss +17 -0
- package/css/pages/classifyNavGroup/classifyNavThree.scss +36 -0
- package/css/pages/classifyNavGroup/classifyNavTwo.scss +28 -0
- package/css/pages/classifyNavGroup/index.scss +4 -0
- package/css/pages/collectionList.scss +137 -0
- package/css/pages/couponList.scss +237 -0
- package/css/pages/cube.scss +132 -0
- package/css/pages/evaluateDetail.scss +173 -0
- package/css/pages/evaluateEntry.scss +57 -0
- package/css/pages/evaluateList.scss +88 -0
- package/css/pages/expressinfo.scss +56 -0
- package/css/pages/footprint.scss +116 -0
- package/css/pages/goods.scss +92 -0
- package/css/pages/goodsClassifyGroup/goodsClassify.scss +160 -0
- package/css/pages/goodsClassifyGroup/goodsClassifyOne.scss +127 -0
- package/css/pages/goodsClassifyGroup/goodsClassifyTwo.scss +62 -0
- package/css/pages/goodsClassifyGroup/index.scss +3 -0
- package/css/pages/goodsDetail.scss +533 -0
- package/css/pages/goodsDetailGroup/GoodsDetailHandleBarOne.scss +61 -0
- package/css/pages/goodsDetailGroup/GoodsDetailInfoOne.scss +42 -0
- package/css/pages/goodsDetailGroup/index.scss +3 -0
- package/css/pages/goodsDetailGroup/share.scss +64 -0
- package/css/pages/goodsDetailTopInfo.scss +49 -0
- package/css/pages/goodsGroup/goodsSlider.scss +54 -0
- package/css/pages/goodsGroup/goodsSlideshow.scss +88 -0
- package/css/pages/goodsGroup/index.scss +2 -0
- package/css/pages/goodsList.scss +126 -0
- package/css/pages/index.scss +65 -0
- package/css/pages/lineGroup/index.scss +1 -0
- package/css/pages/lineGroup/textLine.scss +19 -0
- package/css/pages/marketingGroup/getCouponOne.scss +121 -0
- package/css/pages/marketingGroup/index.scss +2 -0
- package/css/pages/marketingGroup/promotionListTab.scss +10 -0
- package/css/pages/memberSignin.scss +121 -0
- package/css/pages/mine.scss +92 -0
- package/css/pages/mineData.scss +49 -0
- package/css/pages/mineFunction.scss +37 -0
- package/css/pages/mineOrderEntry.scss +50 -0
- package/css/pages/mySettingGroup/index.scss +1 -0
- package/css/pages/mySettingGroup/mySetting.scss +23 -0
- package/css/pages/noticeDetail.scss +23 -0
- package/css/pages/order-goodsItem.scss +20 -0
- package/css/pages/orderDetail.scss +192 -0
- package/css/pages/orderEntry.scss +46 -0
- package/css/pages/orderList.scss +115 -0
- package/css/pages/paymentMode.scss +75 -0
- package/css/pages/placeOrder.scss +152 -0
- package/css/pages/placeOrderGroup.scss +249 -0
- package/css/pages/placeOrderResult.scss +101 -0
- package/css/pages/refundGroup/index.scss +1 -0
- package/css/pages/refundGroup/refundAfter.scss +13 -0
- package/css/pages/refundOnlyGroup/index.scss +1 -0
- package/css/pages/refundOnlyGroup/refundOnly.scss +20 -0
- package/css/pages/search.scss +15 -0
- package/css/pages/searchPage.scss +78 -0
- package/css/pages/searchStyleTwo.scss +23 -0
- package/css/pages/service.scss +4 -0
- package/css/pages/signinDetail.scss +168 -0
- package/css/pages/slider.scss +78 -0
- package/css/pages/title.scss +6 -0
- package/css/theme/regular.scss +2 -0
- package/css/variables/default.scss +55 -0
- package/dist/index.js +1 -1
- package/package.json +54 -54
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
.promotionItem {
|
|
2
|
+
display: flex;
|
|
3
|
+
min-height: 120px;
|
|
4
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
5
|
+
margin: 0 10px 10px;
|
|
6
|
+
border-radius: 6px;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
|
|
9
|
+
.lPart {
|
|
10
|
+
flex: 1;
|
|
11
|
+
background: linear-gradient(270deg, #1a1922 0%, #383647 100%);
|
|
12
|
+
border-radius: 6px;
|
|
13
|
+
position: relative;
|
|
14
|
+
padding-top: 20px;
|
|
15
|
+
|
|
16
|
+
.round {
|
|
17
|
+
width: 24px;
|
|
18
|
+
height: 24px;
|
|
19
|
+
border-radius: 100%;
|
|
20
|
+
background-color: #ffffff;
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 50%;
|
|
23
|
+
right: -12px;
|
|
24
|
+
margin-top: -12px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.tagBg {
|
|
28
|
+
height: 26px;
|
|
29
|
+
line-height: 26px;
|
|
30
|
+
width: 200px;
|
|
31
|
+
background: #ffffff;
|
|
32
|
+
transform: rotate(-45deg);
|
|
33
|
+
text-align: center;
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 14px;
|
|
36
|
+
left: -72px;
|
|
37
|
+
|
|
38
|
+
.txt {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
color: #394259;
|
|
41
|
+
font-weight: 500;
|
|
42
|
+
text-align: center;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.rule {
|
|
47
|
+
font-size: 24px;
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
color: #ffffff;
|
|
50
|
+
text-align: center;
|
|
51
|
+
margin-bottom: 10px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.title {
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
color: #ffffff;
|
|
58
|
+
text-align: center;
|
|
59
|
+
display: block;
|
|
60
|
+
margin-bottom: 10px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.time {
|
|
64
|
+
color: rgba(255, 255, 255, 0.45);
|
|
65
|
+
font-size: 12px;
|
|
66
|
+
text-align: center;
|
|
67
|
+
display: block;
|
|
68
|
+
|
|
69
|
+
.num {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.rPart {
|
|
76
|
+
width: 48px;
|
|
77
|
+
padding: 4px 4px 4px 0;
|
|
78
|
+
|
|
79
|
+
.sideBorder {
|
|
80
|
+
border: 1px solid #c3c6cd;
|
|
81
|
+
border-left: none;
|
|
82
|
+
height: 100%;
|
|
83
|
+
border-top-right-radius: 6px;
|
|
84
|
+
border-bottom-right-radius: 6px;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
.rateItem {
|
|
2
|
+
padding-top: 17px;
|
|
3
|
+
padding-bottom: 20px;
|
|
4
|
+
border-bottom: 1px solid #e2e2e2;
|
|
5
|
+
|
|
6
|
+
&:last-child {
|
|
7
|
+
border-bottom: 0 none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.topInfo {
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
align-items: center;
|
|
14
|
+
margin-bottom: 12px;
|
|
15
|
+
|
|
16
|
+
.lPart {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
align-items: center;
|
|
20
|
+
|
|
21
|
+
.avatar {
|
|
22
|
+
width: 38px;
|
|
23
|
+
height: 38px;
|
|
24
|
+
border-radius: 50%;
|
|
25
|
+
margin-right: 10px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.rPart {
|
|
30
|
+
color: #999;
|
|
31
|
+
font-size: 12px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.size {
|
|
36
|
+
font-size: 12px;
|
|
37
|
+
color: #333333;
|
|
38
|
+
margin-bottom: 4px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.pj-wrapper {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
.flex-1 {
|
|
45
|
+
width: 0;
|
|
46
|
+
flex: 1;
|
|
47
|
+
}
|
|
48
|
+
.del-txt {
|
|
49
|
+
flex-shrink: 0;
|
|
50
|
+
display: inline-block;
|
|
51
|
+
width: 40px;
|
|
52
|
+
text-align: right;
|
|
53
|
+
color: red;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.content {
|
|
58
|
+
color: #333333;
|
|
59
|
+
font-size: 12px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.merchant-reply {
|
|
63
|
+
background: #f5f5f5;
|
|
64
|
+
padding: 5px 10px;
|
|
65
|
+
.merchant-reply-title {
|
|
66
|
+
font-size: 14px;
|
|
67
|
+
color: #333333;
|
|
68
|
+
font-weight: 600;
|
|
69
|
+
margin-right: 10px;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
.refundGoodsDeatil {
|
|
2
|
+
margin-top: 9px;
|
|
3
|
+
background: #fff;
|
|
4
|
+
padding: 30px 15px;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
border-radius: 10px;
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
@mixin textColor {
|
|
11
|
+
color: rgb(135, 133, 133);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.goodsDeatilMsg {
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
margin-top: 10px;
|
|
18
|
+
position: relative;
|
|
19
|
+
|
|
20
|
+
.goods_img {
|
|
21
|
+
.img {
|
|
22
|
+
width: 80px;
|
|
23
|
+
height: 80px;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.goods_content {
|
|
28
|
+
.goods_text {
|
|
29
|
+
display: flex;
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
font-size: 13px;
|
|
32
|
+
margin: 0px 10px;
|
|
33
|
+
|
|
34
|
+
.goods_title {
|
|
35
|
+
display: -webkit-box; //弹性盒模型
|
|
36
|
+
-webkit-box-orient: vertical; //上下垂直
|
|
37
|
+
-webkit-line-clamp: 2; //自定义行数
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
text-overflow: ellipsis;
|
|
40
|
+
line-height: 20px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.goods_price {
|
|
44
|
+
margin-left: 10px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.goods_nums_btm {
|
|
49
|
+
bottom: 8px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.goods_nums_btm1 {
|
|
53
|
+
bottom: 14px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.goods_nums {
|
|
57
|
+
display: flex;
|
|
58
|
+
justify-content: space-between;
|
|
59
|
+
margin: 0 10px;
|
|
60
|
+
|
|
61
|
+
.goods_size {
|
|
62
|
+
@include textColor;
|
|
63
|
+
font-size: 11px;
|
|
64
|
+
margin-top: 10px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.nums_btn {
|
|
68
|
+
display: flex;
|
|
69
|
+
align-items: center;
|
|
70
|
+
color: rgb(135, 133, 133);
|
|
71
|
+
|
|
72
|
+
.icon_btn {
|
|
73
|
+
margin-right: 10px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.help_btn {
|
|
80
|
+
position: absolute;
|
|
81
|
+
bottom: -11px;
|
|
82
|
+
color: rgb(135, 133, 133);
|
|
83
|
+
font-size: 10px;
|
|
84
|
+
border: 1px solid rgb(135, 133, 133);
|
|
85
|
+
right: 10px;
|
|
86
|
+
padding: 5px;
|
|
87
|
+
border-radius: 10px;
|
|
88
|
+
background: #f9f9f9;
|
|
89
|
+
box-shadow: 1px 1px 1px rgb(135, 133, 133);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
.refundMsgPage {
|
|
2
|
+
background: #fff;
|
|
3
|
+
border-radius: 6px;
|
|
4
|
+
padding: 10px;
|
|
5
|
+
|
|
6
|
+
.refundItem {
|
|
7
|
+
.refundMsg {
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: space-between;
|
|
10
|
+
align-items: center;
|
|
11
|
+
|
|
12
|
+
.inputText {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
|
|
16
|
+
.icon {
|
|
17
|
+
color: red;
|
|
18
|
+
font-size: 18px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.text {
|
|
22
|
+
font-size: 14px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.optionText {
|
|
27
|
+
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
|
+
|
|
30
|
+
.text1 {
|
|
31
|
+
color: #bdb4b4;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.text {
|
|
35
|
+
display: flex;
|
|
36
|
+
|
|
37
|
+
flex-direction: row-reverse;
|
|
38
|
+
width: 65px;
|
|
39
|
+
|
|
40
|
+
.textInp {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.inputText {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: row-reverse;
|
|
48
|
+
|
|
49
|
+
.adm-input-element {
|
|
50
|
+
// width: 20%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.icon {
|
|
56
|
+
color: #bdb4b4;
|
|
57
|
+
margin-left: 10px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon1 {
|
|
61
|
+
margin-left: 10px;
|
|
62
|
+
|
|
63
|
+
.iconContent {
|
|
64
|
+
display: flex;
|
|
65
|
+
align-items: center;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.refundTip {
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-direction: row-reverse;
|
|
74
|
+
align-items: center;
|
|
75
|
+
font-size: 11px;
|
|
76
|
+
padding: 0;
|
|
77
|
+
font-weight: 200;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.refundTip1 {
|
|
81
|
+
display: flex;
|
|
82
|
+
flex-direction: row-reverse;
|
|
83
|
+
align-items: center;
|
|
84
|
+
font-size: 11px;
|
|
85
|
+
padding: 0;
|
|
86
|
+
font-weight: 200;
|
|
87
|
+
color: #bdb4b4;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.refundOptionStyle {
|
|
2
|
+
margin-top: 9px;
|
|
3
|
+
background: #fff;
|
|
4
|
+
padding: 15px 10px;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
border-radius: 10px;
|
|
8
|
+
|
|
9
|
+
.optionItem {
|
|
10
|
+
margin-top: 20px;
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
align-items: center;
|
|
14
|
+
|
|
15
|
+
.refund_icon {
|
|
16
|
+
width: 5%;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.refund_text {
|
|
20
|
+
width: 80%;
|
|
21
|
+
|
|
22
|
+
.refund_type_title {
|
|
23
|
+
margin-bottom: 5px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.refund_tip {
|
|
27
|
+
font-size: 10px;
|
|
28
|
+
color: rgb(135, 133, 133);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.stepNum {
|
|
2
|
+
border: 1px solid #bcbcbc;
|
|
3
|
+
display: grid;
|
|
4
|
+
grid-template-columns: 18px auto 18px;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
|
|
7
|
+
.content {
|
|
8
|
+
border-left: 1px solid #bcbcbc;
|
|
9
|
+
border-right: 1px solid #bcbcbc;
|
|
10
|
+
padding: 0 7px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.btn {
|
|
14
|
+
width: 18px;
|
|
15
|
+
height: 18px;
|
|
16
|
+
line-height: 18px;
|
|
17
|
+
text-align: center;
|
|
18
|
+
color: #bcbcbc;
|
|
19
|
+
background-color: #34c0bc;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
.tooltip-wrap {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
position: relative;
|
|
4
|
+
vertical-align: middle;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.tooltip-icon {
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// 提示框主体
|
|
15
|
+
.tooltip-popup {
|
|
16
|
+
position: absolute;
|
|
17
|
+
z-index: 999;
|
|
18
|
+
background: #333;
|
|
19
|
+
color: #fff;
|
|
20
|
+
padding: 6px 8px;
|
|
21
|
+
border-radius: 4px;
|
|
22
|
+
font-size: 12px;
|
|
23
|
+
line-height: 1.4;
|
|
24
|
+
white-space: pre-wrap;
|
|
25
|
+
width: max-content;
|
|
26
|
+
max-width: 200px;
|
|
27
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
28
|
+
|
|
29
|
+
// 箭头
|
|
30
|
+
.tooltip-arrow {
|
|
31
|
+
position: absolute;
|
|
32
|
+
width: 0;
|
|
33
|
+
height: 0;
|
|
34
|
+
border: 4px solid transparent;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// 四个方向位置
|
|
39
|
+
.tooltip-top {
|
|
40
|
+
bottom: calc(100% + 8px);
|
|
41
|
+
left: 50%;
|
|
42
|
+
transform: translateX(-50%);
|
|
43
|
+
|
|
44
|
+
.tooltip-arrow {
|
|
45
|
+
top: 100%;
|
|
46
|
+
left: 50%;
|
|
47
|
+
transform: translateX(-50%);
|
|
48
|
+
border-top-color: #333;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.tooltip-bottom {
|
|
53
|
+
top: calc(100% + 8px);
|
|
54
|
+
left: 50%;
|
|
55
|
+
transform: translateX(-50%);
|
|
56
|
+
|
|
57
|
+
.tooltip-arrow {
|
|
58
|
+
bottom: 100%;
|
|
59
|
+
left: 50%;
|
|
60
|
+
transform: translateX(-50%);
|
|
61
|
+
border-bottom-color: #333;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.tooltip-left {
|
|
66
|
+
right: calc(100% + 8px);
|
|
67
|
+
top: 50%;
|
|
68
|
+
transform: translateY(-50%);
|
|
69
|
+
|
|
70
|
+
.tooltip-arrow {
|
|
71
|
+
left: 100%;
|
|
72
|
+
top: 50%;
|
|
73
|
+
transform: translateY(-50%);
|
|
74
|
+
border-left-color: #333;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.tooltip-right {
|
|
79
|
+
left: calc(100% + 8px);
|
|
80
|
+
top: 50%;
|
|
81
|
+
transform: translateY(-50%);
|
|
82
|
+
|
|
83
|
+
.tooltip-arrow {
|
|
84
|
+
right: 100%;
|
|
85
|
+
top: 50%;
|
|
86
|
+
transform: translateY(-50%);
|
|
87
|
+
border-right-color: #333;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.select_img {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
|
|
5
|
+
.icon_img {
|
|
6
|
+
width: 60px;
|
|
7
|
+
height: 60px;
|
|
8
|
+
border: 1px dashed #9e9e9e;
|
|
9
|
+
color: #9e9e9e;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: space-around;
|
|
14
|
+
padding: 3px;
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.show_img {
|
|
19
|
+
position: relative;
|
|
20
|
+
|
|
21
|
+
.delete_btn {
|
|
22
|
+
display: block;
|
|
23
|
+
width: 16px;
|
|
24
|
+
height: 16px;
|
|
25
|
+
// border: 2rpx solid #9e9e9e;
|
|
26
|
+
border-radius: 50%;
|
|
27
|
+
position: absolute;
|
|
28
|
+
line-height: 16px;
|
|
29
|
+
text-align: center;
|
|
30
|
+
background: #000;
|
|
31
|
+
color: #fff;
|
|
32
|
+
right: -5px;
|
|
33
|
+
top: -6px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.img {
|
|
37
|
+
width: 65px;
|
|
38
|
+
height: 65px;
|
|
39
|
+
margin-left: 7px;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.upload_content {
|
|
44
|
+
.upload_btn {
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 40px;
|
|
47
|
+
line-height: 40px;
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
text-align: center;
|
|
50
|
+
border-bottom: 2px solid #000;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.upload_unbtn {
|
|
54
|
+
width: 100%;
|
|
55
|
+
height: 30px;
|
|
56
|
+
line-height: 30px;
|
|
57
|
+
font-size: 15px;
|
|
58
|
+
text-align: center;
|
|
59
|
+
border-top: 1px solid #000;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.uploadingPage {
|
|
2
|
+
background: #fff;
|
|
3
|
+
border-radius: 6px;
|
|
4
|
+
padding: 10px;
|
|
5
|
+
|
|
6
|
+
.uploadingContent {
|
|
7
|
+
font-size: 15px;
|
|
8
|
+
font-weight: 600;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.uploadingText {
|
|
12
|
+
background: #f6f6f6;
|
|
13
|
+
padding: 10px;
|
|
14
|
+
|
|
15
|
+
.uploadImg {
|
|
16
|
+
display: flex;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
package/css/index.scss
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
.addressDetail {
|
|
2
|
+
background-color: #f6f6f6;
|
|
3
|
+
//padding-top: 15px;
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
|
|
6
|
+
.adm-list {
|
|
7
|
+
padding-top: 10px;
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
border-radius: 10px;
|
|
10
|
+
|
|
11
|
+
.adm-list-item {
|
|
12
|
+
padding: 0 16px;
|
|
13
|
+
|
|
14
|
+
.adm-form-item-label {
|
|
15
|
+
height: 24px;
|
|
16
|
+
line-height: 24px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.adm-list-item-content {
|
|
20
|
+
border-bottom: 1px solid #d8d8d8 !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&:last-child {
|
|
24
|
+
.adm-form-item-label {
|
|
25
|
+
height: 32px;
|
|
26
|
+
line-height: 32px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.adm-list-item-content {
|
|
30
|
+
border-bottom: 0 none !important;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.h5-div .adm-form-item-child-inner {
|
|
35
|
+
width: 100%;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.adm-form-item-feedback-error {
|
|
41
|
+
color: red;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.adm-form-item-label .adm-form-item-required-asterisk {
|
|
45
|
+
color: red;
|
|
46
|
+
}
|
|
47
|
+
|
|
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
|
+
|
|
61
|
+
.skullWrap {
|
|
62
|
+
padding: 12px;
|
|
63
|
+
|
|
64
|
+
.skull {
|
|
65
|
+
border-radius: 10px;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
|
|
68
|
+
.skullItem {
|
|
69
|
+
width: 100%;
|
|
70
|
+
height: 48px;
|
|
71
|
+
margin-bottom: 5px;
|
|
72
|
+
|
|
73
|
+
&:last-child {
|
|
74
|
+
margin-bottom: 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
.addressListWrap {
|
|
2
|
+
background-color: #f6f6f6;
|
|
3
|
+
|
|
4
|
+
.wx-checkbox-input {
|
|
5
|
+
width: 18px;
|
|
6
|
+
height: 18px;
|
|
7
|
+
border-radius: 50%;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.wx-checkbox-input.wx-checkbox-input-checked {
|
|
11
|
+
background-color: #000000;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.wx-checkbox-input.wx-checkbox-input-checked::before {
|
|
15
|
+
color: #ffffff;
|
|
16
|
+
font-size: 14px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.addressList {
|
|
20
|
+
padding-right: 12px;
|
|
21
|
+
padding-left: 12px;
|
|
22
|
+
padding-bottom: 57px;
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
height: inherit;
|
|
25
|
+
overflow: scroll;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.addBtnWrap {
|
|
29
|
+
width: 100%;
|
|
30
|
+
padding: 10px;
|
|
31
|
+
box-sizing: border-box;
|
|
32
|
+
position: sticky;
|
|
33
|
+
bottom: 0;
|
|
34
|
+
background-color: #fff;
|
|
35
|
+
margin-top: -54px;
|
|
36
|
+
|
|
37
|
+
.addBtn {
|
|
38
|
+
width: 100%;
|
|
39
|
+
border: 1px solid;
|
|
40
|
+
//background-color: #000;
|
|
41
|
+
height: 34px;
|
|
42
|
+
line-height: 34px;
|
|
43
|
+
color: #fff;
|
|
44
|
+
font-size: 14px;
|
|
45
|
+
//border-radius: 20px;
|
|
46
|
+
text-align: center;
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.skullWrap {
|
|
52
|
+
padding: 12px;
|
|
53
|
+
height: inherit;
|
|
54
|
+
overflow: scroll;
|
|
55
|
+
|
|
56
|
+
.skull {
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
|
|
59
|
+
.skullItem {
|
|
60
|
+
width: 100%;
|
|
61
|
+
height: 108px;
|
|
62
|
+
margin-bottom: 10px;
|
|
63
|
+
border-radius: 5px;
|
|
64
|
+
|
|
65
|
+
&:last-child {
|
|
66
|
+
margin-bottom: 0;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|