Authored by 王水玲

无订单样式修改

@@ -258,21 +258,26 @@ @@ -258,21 +258,26 @@
258 } 258 }
259 259
260 .msg { 260 .msg {
261 - margin-top: 50px; 261 + margin-top: 45px;
262 text-align: center; 262 text-align: center;
263 263
264 .msg-zh { 264 .msg-zh {
265 - font-size: $bigSize;  
266 - margin-bottom: $space; 265 + font-size: 20px;
  266 + line-height: 30px;
  267 + margin-bottom: 15px;
267 } 268 }
268 269
269 .msg-en { 270 .msg-en {
270 margin-bottom: 40px; 271 margin-bottom: 40px;
  272 + font-size: 14px;
271 } 273 }
272 274
273 .btn { 275 .btn {
274 display: inline-block; 276 display: inline-block;
275 - width: 100px !important; 277 + width: 130px !important;
  278 + height: 40px !important;
  279 + line-height: 40px !important;
  280 + font-size: 14px;
276 } 281 }
277 } 282 }
278 } 283 }