Commit 47f9af0863d6a01e285d1631d5b0436bb8cf73d1

Authored by 王强
1 parent 42fcece8

优选库,工会首页,页面不要跟随系统字体大小调整~

src/components/tabsCom/tabsCom.less
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 margin-right: 0; 15 margin-right: 0;
16 } 16 }
17 .title { 17 .title {
18 - font-size: 32px !important; 18 + font-size: 32px;
19 font-weight: 400; 19 font-weight: 400;
20 } 20 }
21 .line { 21 .line {
src/pages/labourUnion/labourUnion.less
@@ -76,12 +76,12 @@ @@ -76,12 +76,12 @@
76 align-items: flex-start; 76 align-items: flex-start;
77 .title { 77 .title {
78 color: rgba(255, 255, 255, 0.69); 78 color: rgba(255, 255, 255, 0.69);
79 - font-size: 28px !important; 79 + font-size: 28px;
80 font-weight: 500; 80 font-weight: 500;
81 } 81 }
82 .sub-title { 82 .sub-title {
83 color: #FFE450; 83 color: #FFE450;
84 - font-size: 22px !important; 84 + font-size: 22px;
85 font-weight: 400; 85 font-weight: 400;
86 } 86 }
87 } 87 }
@@ -97,14 +97,14 @@ @@ -97,14 +97,14 @@
97 color: #FFFFFF; 97 color: #FFFFFF;
98 font-weight: bold; 98 font-weight: bold;
99 .sy { 99 .sy {
100 - font-size: 60px !important; 100 + font-size: 60px;
101 } 101 }
102 .integer { 102 .integer {
103 display: flex; 103 display: flex;
104 - font-size: 84px !important; 104 + font-size: 84px;
105 } 105 }
106 .decimal { 106 .decimal {
107 - font-size: 60px !important; 107 + font-size: 60px;
108 } 108 }
109 } 109 }
110 .btn { 110 .btn {
@@ -117,7 +117,7 @@ @@ -117,7 +117,7 @@
117 border-radius: 30px; 117 border-radius: 30px;
118 .text { 118 .text {
119 color: #3A3A3B; 119 color: #3A3A3B;
120 - font-size: 28px !important; 120 + font-size: 28px;
121 font-weight: 500; 121 font-weight: 500;
122 } 122 }
123 .icon-back-arrow-right { 123 .icon-back-arrow-right {