Commit 8f86f3eddece4ba9185d46b421cb4175eddd589a
1 parent
16e33b1d
公共样式增加
Showing
1 changed file
with
7 additions
and
1 deletions
app.wxss
@@ -140,6 +140,10 @@ | @@ -140,6 +140,10 @@ | ||
140 | font-weight: bold; | 140 | font-weight: bold; |
141 | } | 141 | } |
142 | 142 | ||
143 | +.mgl20 { | ||
144 | + margin-left: 20rpx; | ||
145 | +} | ||
146 | + | ||
143 | .mgb20 { | 147 | .mgb20 { |
144 | margin-bottom: 20rpx; | 148 | margin-bottom: 20rpx; |
145 | } | 149 | } |
@@ -343,7 +347,9 @@ justify-content:flex-start; | @@ -343,7 +347,9 @@ justify-content:flex-start; | ||
343 | align-items:center; | 347 | align-items:center; |
344 | } | 348 | } |
345 | .flex{display: flex} | 349 | .flex{display: flex} |
346 | - | 350 | +.shrink0 { |
351 | + flex-shrink: 0; | ||
352 | +} | ||
347 | .ai-center{ | 353 | .ai-center{ |
348 | align-items: center; | 354 | align-items: center; |
349 | } | 355 | } |