Showing
3 changed files
with
9 additions
and
2 deletions
... | ... | @@ -192,6 +192,13 @@ button { |
192 | 192 | // color: #333333; |
193 | 193 | color: #ffffff; |
194 | 194 | } |
195 | + | |
196 | +.notify-detail-text { | |
197 | + font-size: 16px; | |
198 | + font-family: PingFangSC-Regular, PingFang SC; | |
199 | + font-weight: bold; | |
200 | + color: #333333; | |
201 | +} | |
195 | 202 | // 定义flex等分 |
196 | 203 | @for $i from 0 through 12 { |
197 | 204 | .u-flex-#{$i} { | ... | ... |