Authored by 郭成尧

order-ensure

1 -@import "good";  
2 -@import "chose-panel";  
3 -@import "gift-advance-good";  
4 -@import "order-ensure";  
5 -@import "invoice-info";  
6 -@import "select-coupon";  
7 -@import "select-address";  
8 -@import "jit-detail";  
9 -@import "pay-failure";  
10 -  
11 -.shopping-cart-page {  
12 - margin-bottom: 120px;  
13 - overflow-x: hidden;  
14 - background: #f0f0f0;  
15 - display: none;  
16 -  
17 - .yoho-tip {  
18 - z-index: 4;  
19 - }  
20 -  
21 - .cart-content > * {  
22 - background: #fff;  
23 -  
24 - &:first-child {  
25 - border-top: none;  
26 - margin-top: 0;  
27 - }  
28 - }  
29 -  
30 - .cart-nav {  
31 - color: #c6c6c6;  
32 - border-bottom: 1px solid #e0e0e0;  
33 - background: #fff;  
34 -  
35 - li {  
36 - float: left;  
37 - width: 50%;  
38 - padding: 30px 0;  
39 - height: 30px;  
40 - }  
41 -  
42 - li.active {  
43 - color: #000;  
44 - }  
45 -  
46 - span {  
47 - display: block;  
48 - box-sizing: border-box;  
49 - width: 100%;  
50 - height: 30px;  
51 - line-height: 30px;  
52 - font-size: 30px;  
53 - text-align: center;  
54 - }  
55 -  
56 - li:first-child span {  
57 - border-right: 1px solid #e0e0e0;  
58 - }  
59 -  
60 - li:last-child {  
61 - position: relative;  
62 - }  
63 -  
64 - .presell-tip {  
65 - position: absolute;  
66 - z-index: 1;  
67 - left: -2rem;  
68 - top: 1.75rem;  
69 - }  
70 -  
71 - .triangle {  
72 - width: 0;  
73 - height: 0;  
74 - border-left: 8PX solid transparent;  
75 - border-right: 8PX solid transparent;  
76 - border-bottom: 12PX solid #000;  
77 - margin-left: 6rem;  
78 - }  
79 -  
80 - .pt-content {  
81 - position: relative;  
82 - padding: 10px;  
83 - background: #000;  
84 - color: #fff;  
85 - font-size: 12px;  
86 - border-radius: 5PX;  
87 - text-align: center;  
88 - width: 7rem;  
89 - }  
90 - }  
91 -  
92 - .login-info {  
93 - height: 46px;  
94 - padding: 17px 20px;  
95 - color: #24acaa;  
96 - text-align: center;  
97 - font-size: 28px;  
98 -  
99 - .btn {  
100 - display: inline-block;  
101 - background: #ed0010;  
102 - color: #fff;  
103 - width: 80px;  
104 - height: 46px;  
105 - line-height: 46px;  
106 - }  
107 - }  
108 -  
109 - .presell-info {  
110 - height: 60px;  
111 - padding: 15px 30px;  
112 - font-size: 22px;  
113 - background: #f0f0f0;  
114 - color: #b7b7b7;  
115 -  
116 - > span {  
117 - display: block;  
118 - }  
119 -  
120 - .iconfont {  
121 - float: left;  
122 - font-size: 45px;  
123 - }  
124 -  
125 - .txt {  
126 - height: 30px;  
127 - line-height: 30px;  
128 - margin-left: 80px;  
129 - }  
130 - }  
131 -  
132 - .cart-goods {  
133 - border-bottom: 1px solid #e0e0e0;  
134 - margin-bottom: 0.75rem;  
135 -  
136 - .shopping-cart-good:last-child .info {  
137 - border-bottom: none;  
138 - }  
139 - }  
140 -  
141 - .invalid-goods {  
142 - border-top: 1px solid #e0e0e0;  
143 - border-bottom: 1px solid #e0e0e0;  
144 - margin: 0.75rem 0;  
145 - }  
146 -  
147 - .freebie-and-advance-buy {  
148 - font-size: 24px;  
149 - border-top: 1px solid #e0e0e0;  
150 - border-bottom: 1px solid #e0e0e0;  
151 - margin-bottom: 30px;  
152 -  
153 - > li {  
154 - box-sizing: border-box;  
155 - height: 80px;  
156 - line-height: 80px;  
157 - margin-bottom: 10px;  
158 - padding: 0 20px;  
159 -  
160 - &:last-child {  
161 - margin-bottom: 0;  
162 - }  
163 -  
164 - a {  
165 - float: right;  
166 - width: 100%;  
167 - }  
168 -  
169 - .under-line {  
170 - display: inline-block;  
171 - height: 1px;  
172 - width: 91%;  
173 - position: absolute;  
174 - left: 9%;  
175 - background-color: #f1f1f1;  
176 - }  
177 - }  
178 -  
179 - > li:first-child {  
180 - .under-line {  
181 - display: none;  
182 - }  
183 - }  
184 -  
185 - .count {  
186 - color: #7b7b7b;  
187 - float: right;  
188 - }  
189 -  
190 - .icon-right-arrow {  
191 - color: #8f8f8f;  
192 - float: right;  
193 - }  
194 - }  
195 -  
196 - .activity-title {  
197 - border-top: 1px solid #e0e0e0;  
198 - font-size: 32px;  
199 - padding: 20px 20px 0;  
200 - }  
201 -  
202 - .activity {  
203 - padding: 8px 20px 20px 32px;  
204 - font-size: 26px;  
205 -  
206 - li:before {  
207 - content: "";  
208 - display: inline-block;  
209 - margin-right: 10px;  
210 - width: 8px;  
211 - height: 8px;  
212 - background-color: #000;  
213 - border-radius: 50%;  
214 - position: relative;  
215 - left: 0;  
216 - top: -0.12rem;  
217 - }  
218 - }  
219 -  
220 - .price-compute {  
221 - padding: 20px;  
222 - border-top: 1px solid #e0e0e0;  
223 - font-size: 28px;  
224 - margin-bottom: 37px;  
225 -  
226 - .title {  
227 - display: inline-block;  
228 - width: 175px;  
229 - }  
230 -  
231 - .minus {  
232 - float: right;  
233 - }  
234 - }  
235 -  
236 - .balance {  
237 - position: fixed;  
238 - box-sizing: border-box;  
239 - bottom: 0;  
240 - width: 100%;  
241 - padding: 20px;  
242 - height: 120px;  
243 - border-top: 1px solid #e0e0e0;  
244 - background: #fff;  
245 -  
246 - .iconfont {  
247 - position: absolute;  
248 - top: 50%;  
249 - margin-top: -14px;  
250 - font-size: 28px;  
251 - }  
252 -  
253 - p {  
254 - float: right;  
255 - margin-right: 32px;  
256 - font-size: 26px;  
257 -  
258 - span {  
259 - display: block;  
260 - height: 40px;  
261 - line-height: 40px;  
262 - color: #d0253b;  
263 - font-weight: bold;  
264 - }  
265 -  
266 - .tip {  
267 - color: #666;  
268 - font-size: 22px;  
269 - text-align: right;  
270 - font-weight: normal;  
271 - }  
272 - }  
273 -  
274 - .btn-balance {  
275 - float: right;  
276 - width: 140px;  
277 - height: 80px;  
278 - line-height: 80px;  
279 - text-align: center;  
280 - background: #e01;  
281 - color: #fff;  
282 - border: none;  
283 - font-size: 28px;  
284 - }  
285 - }  
286 -  
287 - .cart-zero {  
288 - width: 100%;  
289 - height: auto;  
290 - padding-top: 2rem;  
291 - padding-bottom: 20%;  
292 -  
293 - i {  
294 - font-size: 6em;  
295 - display: block;  
296 - margin: 0 auto;  
297 - text-align: center;  
298 - color: #505050;  
299 - }  
300 -  
301 - p {  
302 - display: block;  
303 - text-align: center;  
304 - font-size: 1em;  
305 - color: #444;  
306 - padding: 0.6rem 0;  
307 - }  
308 -  
309 - a {  
310 - width: 27%;  
311 - height: 1.2rem;  
312 - overflow: hidden;  
313 - line-height: 1.2rem;  
314 - border: 1px solid #505050;  
315 - border-radius: 0.2rem;  
316 - display: block;  
317 - margin: 0 auto;  
318 - text-align: center;  
319 - color: #fff;  
320 - background: #444;  
321 - }  
322 - }  
323 -}  
@@ -778,82 +778,3 @@ @@ -778,82 +778,3 @@
778 } 778 }
779 } 779 }
780 } 780 }
781 -  
782 -.tickets-confirm-page {  
783 - .sorry-tips {  
784 - border-bottom: 1px solid #e0e0e0;  
785 - height: 50px;  
786 - line-height: 50px;  
787 -  
788 - p {  
789 - color: #d0021b;  
790 - font-size: 24px;  
791 - margin-left: 5%;  
792 - }  
793 - }  
794 -  
795 - .delivery-id {  
796 - h3 {  
797 - border: 0;  
798 - }  
799 -  
800 - h4 {  
801 - width: 95%;  
802 - margin-left: 5%;  
803 - font-size: 30px;  
804 - color: #b0b0b0;  
805 - margin-bottom: 20px;  
806 - }  
807 - }  
808 -  
809 - .yoho-coin {  
810 - margin-left: 5%;  
811 - width: 90%;  
812 - overflow: hidden;  
813 - border-bottom: 1px solid #e0e0e0;  
814 -  
815 - .sale-invoice {  
816 - margin-top: 0;  
817 - }  
818 - }  
819 -  
820 - .dispatch {  
821 - .sub-block {  
822 - h3 {  
823 - width: 90%;  
824 -  
825 - span {  
826 - color: #afafaf;  
827 - font-size: 26px;  
828 - float: right;  
829 - }  
830 - }  
831 - }  
832 - }  
833 -  
834 - .tickets-mobile {  
835 - position: relative;  
836 -  
837 - input {  
838 - background: #fff;  
839 - border: 1px solid #b0b0b0;  
840 - height: 85px;  
841 - line-height: 85px;  
842 - margin: 0;  
843 - outline: none;  
844 - -webkit-appearance: none;  
845 - }  
846 -  
847 - .mobile-tips {  
848 - display: inline-block;  
849 - position: absolute;  
850 - height: 85px;  
851 - line-height: 85px;  
852 - right: 30px;  
853 - top: 50%;  
854 - margin-top: -43px;  
855 - font-size: 22px;  
856 - color: #b0b0b0;  
857 - }  
858 - }  
859 -}  
1 @import "order-ensure"; 1 @import "order-ensure";
2 -@import "index"; 2 +
  3 +.tickets-confirm-page {
  4 + .sorry-tips {
  5 + border-bottom: 1px solid #e0e0e0;
  6 + height: 50px;
  7 + line-height: 50px;
  8 +
  9 + p {
  10 + color: #d0021b;
  11 + font-size: 24px;
  12 + margin-left: 5%;
  13 + }
  14 + }
  15 +
  16 + .delivery-id {
  17 + h3 {
  18 + border: 0;
  19 + }
  20 +
  21 + h4 {
  22 + width: 95%;
  23 + margin-left: 5%;
  24 + font-size: 30px;
  25 + color: #b0b0b0;
  26 + margin-bottom: 20px;
  27 + }
  28 + }
  29 +
  30 + .yoho-coin {
  31 + margin-left: 5%;
  32 + width: 90%;
  33 + overflow: hidden;
  34 + border-bottom: 1px solid #e0e0e0;
  35 +
  36 + .sale-invoice {
  37 + margin-top: 0;
  38 + }
  39 + }
  40 +
  41 + .dispatch {
  42 + .sub-block {
  43 + h3 {
  44 + width: 90%;
  45 +
  46 + span {
  47 + color: #afafaf;
  48 + font-size: 26px;
  49 + float: right;
  50 + }
  51 + }
  52 + }
  53 + }
  54 +
  55 + .tickets-mobile {
  56 + position: relative;
  57 +
  58 + input {
  59 + background: #fff;
  60 + border: 1px solid #b0b0b0;
  61 + height: 85px;
  62 + line-height: 85px;
  63 + margin: 0;
  64 + outline: none;
  65 + -webkit-appearance: none;
  66 + }
  67 +
  68 + .mobile-tips {
  69 + display: inline-block;
  70 + position: absolute;
  71 + height: 85px;
  72 + line-height: 85px;
  73 + right: 30px;
  74 + top: 50%;
  75 + margin-top: -43px;
  76 + font-size: 22px;
  77 + color: #b0b0b0;
  78 + }
  79 + }
  80 +}
@@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
24 @import "activity/invite"; 24 @import "activity/invite";
25 @import "passport/index"; 25 @import "passport/index";
26 @import "guang/index"; 26 @import "guang/index";
27 -@import "cart/index";  
28 @import "home/index"; 27 @import "home/index";
29 28
30 /* 帮助与反馈 */ 29 /* 帮助与反馈 */