realtimewater.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* pages/realtimewater.wxss */
  2. .realtime-water {
  3. padding: 0;
  4. overflow-x: hidden;
  5. }
  6. .realtime-water .echart {
  7. height: 622rpx;
  8. padding: 30rpx;
  9. background-image: linear-gradient(180deg, #0091ff 0%, #6ca0ff 61%);
  10. }
  11. .realtime-water .header {
  12. height: 46rpx;
  13. line-height: 46rpx;
  14. font-size: 28rpx;
  15. color: #fff;
  16. }
  17. .realtime-water .monthbox .unit {
  18. font-size: 24rpx;
  19. color: rgba(255, 255, 255, 1);
  20. line-height: 34rpx;
  21. position: absolute;
  22. left: 0;
  23. top: -30rpx;
  24. }
  25. .realtime-water .monthbox {
  26. width: 100%;
  27. height: 450rpx;
  28. margin-top: 60rpx;
  29. position: relative;
  30. }
  31. .col1::before {
  32. background: #80fdf6;
  33. }
  34. .col2::before {
  35. background: #a9ffc5;
  36. }
  37. .col3::before {
  38. background: #d3ecff;
  39. }
  40. .useVolume-list {
  41. width: 610rpx;
  42. margin: -90rpx auto 30rpx;
  43. background: #fff;
  44. padding: 40rpx;
  45. border-radius: 8rpx;
  46. box-shadow: 0 2rpx 40rpx 0 rgba(174, 203, 228, 0.3);
  47. font-size: 28rpx;
  48. font-family: PingFangSC;
  49. font-weight: 400;
  50. color: rgba(104, 107, 120, 1);
  51. line-height: 40rpx;
  52. }
  53. .useVolume-list.month {
  54. margin: -100rpx auto 30rpx;
  55. }
  56. .useVolume-list view {
  57. font-size: 28rpx;
  58. color: #686b78;
  59. line-height: 98rpx;
  60. border-bottom: 1rpx solid rgba(174, 203, 228, 0.3);
  61. }
  62. .useVolume-list view:last-of-type {
  63. border: none;
  64. }