set.wxss 294 B

1234567891011121314151617
  1. /* pages/my/set/set.wxss */
  2. .set-main {
  3. min-height: calc(100vh - 4rpx);
  4. background: #f5f6fa;
  5. padding: 20rpx 0;
  6. box-sizing: border-box;
  7. }
  8. .item {
  9. width: 100%;
  10. height: 102rpx;
  11. line-height: 102rpx;
  12. text-align: center;
  13. background: #ffffff;
  14. font-size: 28rpx;
  15. color: #ff0000;
  16. }