set.wxss 169 B

1234567891011
  1. /* pages/my/set/set.wxss */
  2. .item{
  3. width: 100%;
  4. height: 102rpx;
  5. line-height: 102rpx;
  6. text-align: center;
  7. background: #ffffff;
  8. font-size: 32rpx;
  9. color: #ff0000;
  10. }