| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .page {
- background: #F7F7F7;
- padding: 0 32rpx;
- height: 100vh;
- }
- .addGroup{
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 84rpx;
- text-align: center;
- margin-top: 24rpx;
- }
- .item{
- width: 638rpx;
- height: 226rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- margin-top: 24rpx;
- padding: 0 24rpx;
- position: relative;
- }
- .storeName{
- height: 48rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 48rpx;
- margin-top: 24rpx;
- }
- .time{
- height: 48rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 48rpx;
- margin-top: 24rpx;
- }
- .name{
- height: 48rpx;
- font-size: 28rpx;
- font-weight: 700;
- color: #333333;
- line-height: 48rpx;
- }
- .icon-num{
- margin-top: 24rpx;
- }
- .key{
- height: 44rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 44rpx;
- margin-left: 12rpx;
- }
- .number{
- height: 44rpx;
- font-size: 28rpx;
- font-weight: 700;
- color: #333333;
- line-height: 44rpx;
- margin-left: 12rpx;
- }
|