1234567891011121314151617181920212223 |
- /* pages/signIn/recode/recode.wxss */
- page {
- width: 750rpx;
- min-height: 100vh;
- background: #F6F6F6;
- }
- .contioner {
- padding: 20rpx;
- }
- .items {
- padding: 25rpx 30rpx;
- width: 710rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- line-height: 50rpx;
- }
- .items .it {
- font-size: 28rpx;
- color: #333333;
- }
|