Commit 8f86f3eddece4ba9185d46b421cb4175eddd589a

Authored by taiyuan
1 parent 16e33b1d

公共样式增加

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