| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .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;
- }
- .phone{
- height: 44rpx;
- font-size: 28rpx;
- color: #333333;
- line-height: 44rpx;
- margin-left: 12rpx;
- }
- .xiugai{
- position:absolute;
- bottom: 26rpx;
- right: 26rpx;
- }
|