@conecli/cone-render 0.10.1-shop-beta.15 → 0.10.1-shop-beta.16
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.
|
@@ -21,17 +21,18 @@
|
|
|
21
21
|
0 0 /320px 320px no-repeat;
|
|
22
22
|
}
|
|
23
23
|
.d-opt-btn {
|
|
24
|
-
|
|
24
|
+
display: inline-flex;
|
|
25
|
+
margin-top: 32px;
|
|
26
|
+
padding: 0 24px;
|
|
25
27
|
height: 64px;
|
|
26
28
|
line-height: 64px;
|
|
27
|
-
font-size:
|
|
28
|
-
color: #
|
|
29
|
+
font-size: 24px;
|
|
30
|
+
color: #1A1A1A;
|
|
31
|
+
text-align: center;
|
|
32
|
+
border: 1px solid #C2C4CC;
|
|
29
33
|
border-radius: 12px;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
&:after{
|
|
33
|
-
border: 1PX solid #C2C4CC;
|
|
34
|
-
}
|
|
34
|
+
background-color: #fff;
|
|
35
|
+
box-sizing: border-box;
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
|
|
@@ -80,24 +81,7 @@
|
|
|
80
81
|
.d-shop-close {
|
|
81
82
|
background-image: url('https://img20.360buyimg.com/img/jfs/t1/332566/11/3756/130550/68abca38Feeda2bc3/706b2bbbdfefe19f.png');
|
|
82
83
|
}
|
|
83
|
-
|
|
84
|
-
.d-opt-btn {
|
|
85
|
-
display: flex;
|
|
86
|
-
justify-content: center;
|
|
87
|
-
align-items: center;
|
|
88
|
-
width: 144px;
|
|
89
|
-
height: 56px;
|
|
90
|
-
margin-top: 32px;
|
|
91
|
-
padding: 0;
|
|
92
|
-
font-size: 24px;
|
|
93
|
-
color: #fa2c19;
|
|
94
|
-
border: 1px solid #fa2c19;
|
|
95
|
-
box-sizing: border-box;
|
|
96
|
-
border-radius: 48px;
|
|
97
|
-
&:active {
|
|
98
|
-
opacity: 0.8;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
84
|
+
|
|
101
85
|
}
|
|
102
86
|
|
|
103
87
|
.d-shop-network-part {
|