Commit 4867840b654a86b65ec43f837b8369be37f324ab

Authored by taiyuan
1 parent 0a961791

全局样式增加

Showing 1 changed file with 281 additions and 12 deletions
app.wxss
  1 +@import './utils/weapp-icon.wxss';
  2 +@import "./utils/wxParse/wxParse.wxss";
  3 +
  4 +.pd10 {
  5 + padding: 10rpx;
  6 +}
  7 +.pd20 {
  8 + padding: 20rpx;
  9 +}
  10 +.pd30 {
  11 + padding: 30rpx;
  12 +}
1 13 .pdt20 {
2 14 padding-top: 20rpx;
3 15 }
  16 +.pdb20 {
  17 + padding-bottom: 20rpx;
  18 +}
  19 +.pdt10 {
  20 + padding-top: 10rpx;
  21 +}
  22 +.pdb10 {
  23 + padding-bottom: 10rpx;
  24 +}
  25 +.pdl10 {
  26 + padding-left: 10rpx;
  27 +}
  28 +.pdl20 {
  29 + padding-left: 20rpx;
  30 +}
  31 +.pdr10 {
  32 + padding-right: 10rpx;
  33 +}
  34 +.pdr20 {
  35 + padding-right: 20rpx;
  36 +}
4 37 .pdb18 {
5 38 padding-bottom: 18rpx;
6 39 }
7 40 .pdt40 {
8 41 padding-top: 40rpx;
9 42 }
  43 +
  44 +.pdr40 {
  45 + padding-right: 40rpx;
  46 +}
  47 +.pdh10 {
  48 + padding-left: 10rpx;
  49 + padding-right: 10rpx;
  50 +}
  51 +.pdh20 {
  52 + padding-left: 20rpx;
  53 + padding-right: 20rpx;
  54 +}
  55 +.pdv20 {
  56 + padding-top: 20rpx;
  57 + padding-bottom: 20rpx;
  58 +}
  59 +.pdv40 {
  60 + padding-top: 40rpx;
  61 + padding-bottom: 40rpx;
  62 +}
  63 +.pdh40 {
  64 + padding-left: 40rpx;
  65 + padding-right: 40rpx;
  66 +}
  67 +
  68 +.w25 {
  69 + width: 25%;
  70 + box-sizing: border-box;
  71 +}
  72 +.w33 {
  73 + width: calc(100% / 3);
  74 + box-sizing: border-box;
  75 +}
  76 +
  77 +.c-green {
  78 + color: #7CFC00;
  79 +}
  80 +
  81 +.c-red2 {
  82 + color: red;
  83 +}
  84 +
  85 +.c-f0 {
  86 + color: #f0f0f0;
  87 +}
  88 +
  89 +.c-red {
  90 + color: #FF6768;
  91 +}
  92 +
  93 +.c-a {
  94 + color: #aaa;
  95 +}
  96 +
  97 +.c-c7 {
  98 + color: #c7c7c7;
  99 +}
  100 +
  101 +.c-d {
  102 + color: #ddd;
  103 +}
  104 +
  105 +.c-db {
  106 + color: #dbdbdb;
  107 +}
  108 +
  109 +.c-5 {
  110 + color: #555;
  111 +}
  112 +
  113 +.bg-white {
  114 + background-color: white;
  115 +}
  116 +
  117 +.bg-f0 {
  118 + background-color: #f0f0f0;
  119 +}
  120 +
  121 +.pr {
  122 + position: relative;
  123 +}
  124 +
  125 +.bold {
  126 + font-weight: bold;
  127 +}
  128 +
  129 +.mgv20 {
  130 + margin-top: 20rpx;
  131 + margin-bottom: 20rpx;
  132 +}
  133 +
  134 +.mgh20 {
  135 + margin-left: 20rpx;
  136 + margin-right: 20rpx;
  137 +}
  138 +
10 139 .ib{
11 140 display: inline-block;
12 141 }
13   -.flex_auto {
  142 +
  143 +.flex_auto,
  144 +.f1 {
14 145 flex: 1;
15 146 }
  147 +
  148 +.fdc {
  149 + flex-direction: column;
  150 +}
  151 +
16 152 .bdt16 {
17 153 border-top: 16rpx solid #f4f4f4;
18 154 }
  155 +.bdb {
  156 + border-bottom: 2rpx solid #f8f8f8;
  157 +}
  158 +.bdt {
  159 + border-top: 2rpx solid #f8f8f8;
  160 +}
19 161 .container {
20 162 /*font-family: "iconfont" !important; */
21 163 display: flex; flex-direction: column;
... ... @@ -24,6 +166,10 @@
24 166 overflow-x:hidden;
25 167 }
26 168  
  169 +.line-del {
  170 + text-decoration: line-through;
  171 +}
  172 +
27 173 page {
28 174 overflow-x: hidden;
29 175 }
... ... @@ -83,7 +229,9 @@ button {
83 229 .hide {
84 230 display: none;
85 231 }
86   -
  232 +.taj {
  233 + text-align: justify;
  234 +}
87 235 .t-c {
88 236 text-align: center;
89 237 }
... ... @@ -202,8 +350,11 @@ align-items:center;
202 350 display:flex;
203 351 justify-content:space-around;
204 352 }
205   -.jc_sb{ justify-content: space-between}
206   -
  353 +.jc_sb {justify-content: space-between;}
  354 +.jc_sa {justify-content: space-around;}
  355 +.jc_fe {
  356 + justify-content: flex-end;
  357 +}
207 358 /* 相对定位 */
208 359 .rel{
209 360 position: relative;
... ... @@ -330,9 +481,27 @@ color: #b9b9b9;
330 481  
331 482 }
332 483  
333   -.xc-ash_c999{
  484 +.xc-ash_c999,
  485 +.c9 {
334 486 color: #999;
335 487 }
  488 +
  489 +.cb {
  490 + color: #bbb;
  491 +}
  492 +
  493 +.c29f {
  494 + color: #2299ff;
  495 +}
  496 +
  497 +.cf79 {
  498 + color: #ff7799;
  499 +}
  500 +
  501 +.ctb {
  502 + color: #ff5000;
  503 +}
  504 +
336 505 .xc-ash-b{
337 506 background: #b9b9b9;
338 507 }
... ... @@ -423,7 +592,8 @@ background: #ffe3e2;
423 592 }
424 593 .fs60{ font-size:60rpx;}
425 594 .fs80 {font-size: 80rpx;}
426   -.flex-wrap {
  595 +.flex-wrap,
  596 +.wrap {
427 597 flex-wrap:wrap;
428 598 }
429 599  
... ... @@ -443,15 +613,17 @@ background: #ffe3e2;
443 613  
444 614  
445 615  
  616 +
  617 +
446 618 /* 图标字体(ty) */
447 619 @font-face {
448 620 font-family: 'iconfont'; /* project id 2054717 */
449   - src: url('//at.alicdn.com/t/font_2054717_qfl8swm1iw.eot');
450   - src: url('//at.alicdn.com/t/font_2054717_qfl8swm1iw.eot?#iefix') format('embedded-opentype'),
451   - url('//at.alicdn.com/t/font_2054717_qfl8swm1iw.woff2') format('woff2'),
452   - url('//at.alicdn.com/t/font_2054717_qfl8swm1iw.woff') format('woff'),
453   - url('//at.alicdn.com/t/font_2054717_qfl8swm1iw.ttf') format('truetype'),
454   - url('//at.alicdn.com/t/font_2054717_qfl8swm1iw.svg#iconfont') format('svg');
  621 + src: url('//at.alicdn.com/t/font_2054717_s9aix2fyd2.eot');
  622 + src: url('//at.alicdn.com/t/font_2054717_s9aix2fyd2.eot?#iefix') format('embedded-opentype'),
  623 + url('//at.alicdn.com/t/font_2054717_s9aix2fyd2.woff2') format('woff2'),
  624 + url('//at.alicdn.com/t/font_2054717_s9aix2fyd2.woff') format('woff'),
  625 + url('//at.alicdn.com/t/font_2054717_s9aix2fyd2.ttf') format('truetype'),
  626 + url('//at.alicdn.com/t/font_2054717_s9aix2fyd2.svg#iconfont') format('svg');
455 627 }
456 628  
457 629 .iconfont {
... ... @@ -462,6 +634,103 @@ background: #ffe3e2;
462 634 -moz-osx-font-smoothing: grayscale;
463 635 }
464 636  
  637 +.icon-yes:before {
  638 + content: "\e630";
  639 +}
  640 +
  641 +.icon-renzheng:before {
  642 + content: "\e60f";
  643 +}
  644 +
  645 +.icon-huiyuan1:before {
  646 + content: "\e62a";
  647 +}
  648 +
  649 +.icon-badge:before {
  650 + content: "\e60a";
  651 +}
  652 +
  653 +.icon-ren1:before {
  654 + content: "\e61d";
  655 +}
  656 +
  657 +.icon-shaixuan:before {
  658 + content: "\e68a";
  659 +}
  660 +
  661 +.icon-fenxiang:before {
  662 + content: "\e690";
  663 +}
  664 +
  665 +.icon-fenlie:before {
  666 + content: "\e620";
  667 +}
  668 +
  669 +.icon-sort2:before {
  670 + content: "\e62b";
  671 +}
  672 +
  673 +.icon-guanbi:before {
  674 + content: "\e638";
  675 +}
  676 +
  677 +
  678 +.icon-sousuo:before {
  679 + content: "\e618";
  680 +}
  681 +
  682 +.icon-sort:before {
  683 + content: "\e6ab";
  684 +}
  685 +
  686 +.icon-ren:before {
  687 + content: "\e60b";
  688 +}
  689 +
  690 +.icon-mingpian:before {
  691 + content: "\e65d";
  692 +}
  693 +
  694 +.icon-paihangbang:before {
  695 + content: "\e69b";
  696 +}
  697 +
  698 +.icon-gouwu:before {
  699 + content: "\e7b1";
  700 +}
  701 +
  702 +.icon-huiyuan:before {
  703 + content: "\e8a6";
  704 +}
  705 +
  706 +.icon-xinshouyindao:before {
  707 + content: "\e72f";
  708 +}
  709 +
  710 +.icon-jine:before {
  711 + content: "\e658";
  712 +}
  713 +
  714 +.icon-tuandui:before {
  715 + content: "\e609";
  716 +}
  717 +
  718 +.icon-shangjia:before {
  719 + content: "\e6e5";
  720 +}
  721 +
  722 +.icon-xiajia:before {
  723 + content: "\e6e4";
  724 +}
  725 +
  726 +.icon-yongjin:before {
  727 + content: "\e60c";
  728 +}
  729 +
  730 +.icon-gouwu1:before {
  731 + content: "\f1cd";
  732 +}
  733 +
465 734 .icon-riqi:before {
466 735 content: "\e64c";
467 736 }
... ...