| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .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;
- }
|