| 1234567891011 |
- .cell-infos{}
- .cell{position: relative;margin-right: 13rpx;}
- .cell-bg{width: 68rpx;height: 132rpx;position: relative;z-index: 1;}
- .cell-gou{width: 30rpx;height: 27rpx;position: absolute;right: 27rpx;bottom: 23rpx;}
- .cell-q{position: absolute;top: 17rpx;left: 7rpx;right: 7rpx;bottom: 7rpx;z-index: 2;}
- .cell-qs{position: absolute;bottom: 0;left: 0;width: 100%;background-color: #EB5C20;border-radius: 5rpx;}
- .full{background-color: #0FCB27;}
- .soc-label{
- position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 3;font-weight: 500;
- color: #242323;
- }
|