Commit adfa094afd61ce45929ab71659ce9b25f6c48789

Authored by 后端研发-倪永富
1 parent a79aa6a3

app.wxss

Showing 1 changed file with 60 additions and 10 deletions
app.wxss
1 .pdt20 { 1 .pdt20 {
2 padding-top: 20rpx; 2 padding-top: 20rpx;
3 } 3 }
  4 +.pdb18 {
  5 + padding-bottom: 18rpx;
  6 +}
4 .pdt40 { 7 .pdt40 {
5 padding-top: 40rpx; 8 padding-top: 40rpx;
6 } 9 }
7 -.flex {  
8 - display: flex;  
9 -}  
10 .ib{ 10 .ib{
11 display: inline-block; 11 display: inline-block;
12 } 12 }
13 .flex_auto { 13 .flex_auto {
14 flex: 1; 14 flex: 1;
15 } 15 }
  16 +.bdt16 {
  17 + border-top: 16rpx solid #f4f4f4;
  18 +}
16 .container { 19 .container {
17 /*font-family: "iconfont" !important; */ 20 /*font-family: "iconfont" !important; */
18 display: flex; flex-direction: column; 21 display: flex; flex-direction: column;
@@ -20,6 +23,7 @@ @@ -20,6 +23,7 @@
20 box-sizing: border-box; 23 box-sizing: border-box;
21 overflow-x:hidden; 24 overflow-x:hidden;
22 } 25 }
  26 +
23 page { 27 page {
24 overflow-x: hidden; 28 overflow-x: hidden;
25 } 29 }
@@ -79,9 +83,11 @@ button { @@ -79,9 +83,11 @@ button {
79 .hide { 83 .hide {
80 display: none; 84 display: none;
81 } 85 }
  86 +
82 .t-c { 87 .t-c {
83 text-align: center; 88 text-align: center;
84 } 89 }
  90 +
85 .ai_and{ 91 .ai_and{
86 align-items: flex-end; 92 align-items: flex-end;
87 } 93 }
@@ -397,9 +403,15 @@ background: #ffe3e2; @@ -397,9 +403,15 @@ background: #ffe3e2;
397 .fs36 { 403 .fs36 {
398 font-size: 36rpx; 404 font-size: 36rpx;
399 } 405 }
  406 +.fs38 {
  407 + font-size: 38rpx;
  408 +}
400 .fs40 { 409 .fs40 {
401 font-size: 40rpx; 410 font-size: 40rpx;
402 } 411 }
  412 +.ai_c {
  413 + align-items: center;
  414 +}
403 .ai_end{ 415 .ai_end{
404 align-items: flex-end; 416 align-items: flex-end;
405 } 417 }
@@ -410,7 +422,8 @@ background: #ffe3e2; @@ -410,7 +422,8 @@ background: #ffe3e2;
410 font-size: 50rpx; 422 font-size: 50rpx;
411 } 423 }
412 .fs60{ font-size:60rpx;} 424 .fs60{ font-size:60rpx;}
413 -.flex-wrap{ 425 +.fs80 {font-size: 80rpx;}
  426 +.flex-wrap {
414 flex-wrap:wrap; 427 flex-wrap:wrap;
415 } 428 }
416 429
@@ -433,12 +446,12 @@ background: #ffe3e2; @@ -433,12 +446,12 @@ background: #ffe3e2;
433 /* 图标字体(ty) */ 446 /* 图标字体(ty) */
434 @font-face { 447 @font-face {
435 font-family: 'iconfont'; /* project id 2054717 */ 448 font-family: 'iconfont'; /* project id 2054717 */
436 - src: url('//at.alicdn.com/t/font_2054717_eqd24qr0g9a.eot');  
437 - src: url('//at.alicdn.com/t/font_2054717_eqd24qr0g9a.eot?#iefix') format('embedded-opentype'),  
438 - url('//at.alicdn.com/t/font_2054717_eqd24qr0g9a.woff2') format('woff2'),  
439 - url('//at.alicdn.com/t/font_2054717_eqd24qr0g9a.woff') format('woff'),  
440 - url('//at.alicdn.com/t/font_2054717_eqd24qr0g9a.ttf') format('truetype'),  
441 - url('//at.alicdn.com/t/font_2054717_eqd24qr0g9a.svg#iconfont') format('svg'); 449 + src: url('//at.alicdn.com/t/font_2054717_kp0q24eh5l.eot');
  450 + src: url('//at.alicdn.com/t/font_2054717_kp0q24eh5l.eot?#iefix') format('embedded-opentype'),
  451 + url('//at.alicdn.com/t/font_2054717_kp0q24eh5l.woff2') format('woff2'),
  452 + url('//at.alicdn.com/t/font_2054717_kp0q24eh5l.woff') format('woff'),
  453 + url('//at.alicdn.com/t/font_2054717_kp0q24eh5l.ttf') format('truetype'),
  454 + url('//at.alicdn.com/t/font_2054717_kp0q24eh5l.svg#iconfont') format('svg');
442 } 455 }
443 456
444 .iconfont { 457 .iconfont {
@@ -449,6 +462,42 @@ background: #ffe3e2; @@ -449,6 +462,42 @@ background: #ffe3e2;
449 -moz-osx-font-smoothing: grayscale; 462 -moz-osx-font-smoothing: grayscale;
450 } 463 }
451 464
  465 +.icon-buqian:before {
  466 + content: "\e65f";
  467 +}
  468 +
  469 +.icon-rili:before {
  470 + content: "\e65e";
  471 +}
  472 +
  473 +.icon-yihexiao:before {
  474 + content: "\e726";
  475 +}
  476 +
  477 +.icon-daihexiao:before {
  478 + content: "\e727";
  479 +}
  480 +
  481 +.icon-meirong2:before {
  482 + content: "\e861";
  483 +}
  484 +
  485 +.icon-shoujichongzhi:before {
  486 + content: "\e607";
  487 +}
  488 +
  489 +.icon-cloud:before {
  490 + content: "\e61c";
  491 +}
  492 +
  493 +.icon-shop:before {
  494 + content: "\e605";
  495 +}
  496 +
  497 +.icon-order:before {
  498 + content: "\e606";
  499 +}
  500 +
452 .icon-save:before { 501 .icon-save:before {
453 content: "\e6bb"; 502 content: "\e6bb";
454 } 503 }
@@ -518,3 +567,4 @@ background: #ffe3e2; @@ -518,3 +567,4 @@ background: #ffe3e2;
518 } 567 }
519 568
520 569
  570 +