| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .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;
- }
- .xiugai{
- position:absolute;
- bottom: 26rpx;
- right: 26rpx;
- }
- .dataNull{
- text-align: center;
- font-size: 28rpx;
- color: #999999;
- }
- .dataNull image{
- width: 400rpx;
- height: 400rpx;
- margin: 20rpx 0;
- }
|