badge.wxss 172 B

1234567891011
  1. page{
  2. background: #f5f5f5;
  3. }
  4. .mark-list-item {
  5. width: 120rpx;
  6. height: 120rpx;
  7. border-radius: 10rpx;
  8. background: #f5f5f5;
  9. margin: 20rpx;
  10. position: relative;
  11. }