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