Commit 47f9af0863d6a01e285d1631d5b0436bb8cf73d1
1 parent
42fcece8
优选库,工会首页,页面不要跟随系统字体大小调整~
Showing
2 changed files
with
7 additions
and
7 deletions
src/components/tabsCom/tabsCom.less
src/pages/labourUnion/labourUnion.less
| ... | ... | @@ -76,12 +76,12 @@ |
| 76 | 76 | align-items: flex-start; |
| 77 | 77 | .title { |
| 78 | 78 | color: rgba(255, 255, 255, 0.69); |
| 79 | - font-size: 28px !important; | |
| 79 | + font-size: 28px; | |
| 80 | 80 | font-weight: 500; |
| 81 | 81 | } |
| 82 | 82 | .sub-title { |
| 83 | 83 | color: #FFE450; |
| 84 | - font-size: 22px !important; | |
| 84 | + font-size: 22px; | |
| 85 | 85 | font-weight: 400; |
| 86 | 86 | } |
| 87 | 87 | } |
| ... | ... | @@ -97,14 +97,14 @@ |
| 97 | 97 | color: #FFFFFF; |
| 98 | 98 | font-weight: bold; |
| 99 | 99 | .sy { |
| 100 | - font-size: 60px !important; | |
| 100 | + font-size: 60px; | |
| 101 | 101 | } |
| 102 | 102 | .integer { |
| 103 | 103 | display: flex; |
| 104 | - font-size: 84px !important; | |
| 104 | + font-size: 84px; | |
| 105 | 105 | } |
| 106 | 106 | .decimal { |
| 107 | - font-size: 60px !important; | |
| 107 | + font-size: 60px; | |
| 108 | 108 | } |
| 109 | 109 | } |
| 110 | 110 | .btn { |
| ... | ... | @@ -117,7 +117,7 @@ |
| 117 | 117 | border-radius: 30px; |
| 118 | 118 | .text { |
| 119 | 119 | color: #3A3A3B; |
| 120 | - font-size: 28px !important; | |
| 120 | + font-size: 28px; | |
| 121 | 121 | font-weight: 500; |
| 122 | 122 | } |
| 123 | 123 | .icon-back-arrow-right { | ... | ... |