12345678910111213141516171819202122232425262728 |
- /* pages/tabber/my/index.wxss */
- page {
- width: 750rpx;
- min-height: 100vh;
- background: #F8F8F8;
- }
- .top {
- padding: 32rpx 30rpx;
- }
- .boxs .box {
- width: 330rpx;
- height: 134rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- }
- .boxs .box .icon {
- width: 72rpx;
- height: 74rpx;
- }
- .boxs .box .tit {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- }
|