index.wxss 197 B

123456789101112
  1. /* pages/icon/index.wxss */
  2. .cell {
  3. text-align: center;
  4. }
  5. .cell .title {
  6. font-size: 20rpx;
  7. min-height: 40px;
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. }