recode.wxss 338 B

1234567891011121314151617181920212223
  1. /* pages/signIn/recode/recode.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .contioner {
  8. padding: 20rpx;
  9. }
  10. .items {
  11. padding: 25rpx 30rpx;
  12. width: 710rpx;
  13. background: #FFFFFF;
  14. border-radius: 8rpx;
  15. line-height: 50rpx;
  16. }
  17. .items .it {
  18. font-size: 28rpx;
  19. color: #333333;
  20. }