index.css 571 B

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