/* subpages/mine/repairList/repairList.wxss */ /* subpages/mine/eventList/eventList.wxss */ page{ background-color: #f8f8f8; } .card{ margin: 10rpx auto; width: calc(100% - 40rpx); } .label{ color: #a9afba; font-size: 28rpx; } .bg-gary{ background-color: #f9f9f9; border-radius: 20rpx; padding:24rpx 32rpx ; } .minWidth{ min-width: 150rpx; }