index.wxss 817 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/data/index.wxss */
  2. .condition {
  3. background-color: #fff;
  4. width: 175rpx;
  5. justify-content: center;
  6. border-radius: 16rpx;
  7. margin-top: 24rpx;
  8. }
  9. .zlprice{
  10. display: flex;
  11. align-items: center;
  12. flex-direction: column;
  13. }
  14. .zlprice::after{
  15. content: "";
  16. display: inline-block;
  17. width: 150rpx;
  18. margin-top: 15rpx;
  19. height: 10rpx;
  20. border-radius: 16rpx;
  21. background: #5992fd;
  22. margin-right: 15rpx;
  23. }
  24. .sg-chart-box {
  25. /* min-height: 90vh; */
  26. border-top-right-radius: 50rpx;
  27. border-top-left-radius: 50rpx;
  28. margin-top: 40rpx;
  29. }
  30. .sg-radio-group {
  31. padding: 10rpx;
  32. border-radius: 40rpx;
  33. }
  34. .sg-radio-group .sg-selected {
  35. border-radius: 40rpx;
  36. }
  37. .sg-radio-group .sg-radio {
  38. padding: 10rpx 30rpx;
  39. }
  40. .sg-calendar {
  41. margin-bottom: 200rpx;
  42. }
  43. .sg-chart {
  44. width: 100vw;
  45. height: 70vh;
  46. }