style.scss 256 B

123456789101112131415
  1. @import "../../style/common";
  2. .dot-number{
  3. height: 28upx;
  4. min-width:28upx;
  5. background-color: #FF3C3C;
  6. border-radius: 14upx;
  7. font-size: 22upx;
  8. line-height: 24upx;
  9. color: #fff;
  10. padding: 0 8upx;
  11. }
  12. .dot-number text{
  13. transform: scale(0.9);
  14. }