Commit 165120bb435ca553a929858a33d68685ffdd7f4e
1 parent
7241214f
全局样式
Showing
1 changed file
with
5 additions
and
2 deletions
app.wxss
... | ... | @@ -312,9 +312,12 @@ color: #b9b9b9; |
312 | 312 | position: fixed; |
313 | 313 | |
314 | 314 | } |
315 | -.yellow{ | |
315 | +.yellow-b{ | |
316 | 316 | background-color: #ffb03f; |
317 | 317 | } |
318 | +.yellow-co{ | |
319 | + color: #ffb03f; | |
320 | +} | |
318 | 321 | .green{ |
319 | 322 | background-color: #16ba63; |
320 | 323 | } |
... | ... | @@ -346,4 +349,4 @@ background: #ffe3e2; |
346 | 349 | } |
347 | 350 | .fs40 { |
348 | 351 | font-size: 40rpx; |
349 | -} | |
350 | 352 | \ No newline at end of file |
353 | +} | ... | ... |