12345678910111213141516171819202122232425262728293031 |
- .history-box{
- padding-left: 30rpx;
- margin-top: 40rpx;
- }
- .history-item{
- width: 690rpx;
- height: 170rpx;
- background-color: #fff;
- border-radius: 24rpx;
- margin-top: 20rpx;
- padding-left: 30rpx;
- box-sizing: border-box;
- padding-top: 30rpx;
- position: relative;
- }
- .store{
- font-size: 36rpx;
- color: #333333;
- }
- .time{
- font-size: 28rpx;
- color: #999999;
- margin-top: 20rpx;
- }
- .icon image{
- width: 12rpx;
- height: 24rpx;
- position: absolute;
- right: 50rpx;
- top: 76rpx;
- }
|