| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .page {
- background: #F7F7F7;
- padding: 0 10rpx 32rpx 32rpx;
- min-height: 98vh;
- }
- .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;
- background: #FFFFFF;
- border-radius: 16rpx;
- margin: 24rpx 0;
- padding: 0 24rpx;
- position: relative;
- }
- .storeName{
- height: 48rpx;
- font-size: 32rpx;
- 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{
- width: 120rpx;
- 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;
- }
- .phone{
- height: 44rpx;
- font-size: 28rpx;
- color: #979595;
- line-height: 44rpx;
- margin-left: 12rpx;
- }
- .xiugai{
- position:absolute;
- top: 26rpx;
- right: 26rpx;
- }
|