discount.wxss 282 B

123456789101112
  1. /* components/discount/discount.wxss */
  2. .discountBar{
  3. margin: 0 3rpx;
  4. width: 120rpx;
  5. height: 25rpx;
  6. border: 3rpx solid rgb(250, 165, 134);
  7. border-radius: 8rpx;
  8. font-size: 20rpx ;
  9. color: rgb(209, 83, 37);
  10. line-height: 22rpx;
  11. text-align: center;
  12. }