Authored by QC-L

Merge branch 'feature/group-home-correct' into 'release/6.9.2'

修改最终样式



See merge request !1752
@@ -99,7 +99,8 @@ @@ -99,7 +99,8 @@
99 99
100 .forcefontsize10 { 100 .forcefontsize10 {
101 display: inline-block; 101 display: inline-block;
102 - font-size: 14px; 102 + font-size: 16px;
  103 + font-weight: 500;
103 } 104 }
104 105
105 .new-group-prict-bg { 106 .new-group-prict-bg {
@@ -146,10 +147,10 @@ @@ -146,10 +147,10 @@
146 .new-group-product-left-icon { 147 .new-group-product-left-icon {
147 position: absolute; 148 position: absolute;
148 top: 40px; 149 top: 40px;
149 - width: 88px;  
150 - height: 40px; 150 + width: 72px;
  151 + height: 36px;
151 left: 0; 152 left: 0;
152 - font-size: 22px; 153 + font-size: 16px;
153 background: url("img/activity/group/group/Rectangle@3x.png") no-repeat; 154 background: url("img/activity/group/group/Rectangle@3x.png") no-repeat;
154 background-size: contain; 155 background-size: contain;
155 } 156 }
@@ -157,7 +158,7 @@ @@ -157,7 +158,7 @@
157 .new-group-product-left-icon-number { 158 .new-group-product-left-icon-number {
158 display: inline-block; 159 display: inline-block;
159 color: #fff; 160 color: #fff;
160 - font-size: 22px; 161 + font-size: 20px;
161 margin-left: 12px; 162 margin-left: 12px;
162 margin-top: 5px; 163 margin-top: 5px;
163 } 164 }