/* pages/wateranalysis/wateranalysis.wxss */ .water-analysis { padding: 0; } .water-analysis .echart { height: 622rpx; padding: 30rpx; background-image: linear-gradient(180deg, #0091ff 0%, #6ca0ff 61%); } .water-analysis .header { height: 46rpx; line-height: 46rpx; font-size: 28rpx; color: #fff; } .water-analysis .header .unit { font-size: 28rpx; margin-right: 40rpx; font-family: PingFangSC; font-weight: 400; color: rgba(255, 255, 255, 1); line-height: 40rpx; } .water-analysis .weekbox { width: 100%; height: 450rpx; margin-top: 60rpx; position: relative; } .water-analysis .weekbox .useVolume { width: 100%; position: absolute; bottom: -10rpx; font-size: 24rpx; font-family: PingFangSC; font-weight: 400; color: rgba(255, 255, 255, 1); line-height: 34px; margin-top: 30rpx; text-align: center; display: flex; align-items: center; } .water-analysis .weekbox .useVolume text { margin-right: 104rpx; flex: 3; } .water-analysis .weekbox .useVolume text:last-of-type { margin-right: 0; } .water-analysis .weekbox .useVolume text::before { content: ""; display: inline-block; width: 20rpx; height: 20rpx; border-radius: 5rpx; margin: auto 16rpx auto 0; vertical-align: center; } .col1::before { background: #80fdf6; } .col2::before { background: #a9ffc5; } .col3::before { background: #d3ecff; } .useVolume-list { width: 610rpx; margin: -40rpx auto 30rpx; background: #fff; padding: 40rpx; border-radius: 8rpx; box-shadow: 0 2rpx 40rpx 0 rgba(174, 203, 228, 0.3); } .useVolume-list view { font-size: 28rpx; border-bottom: 1rpx solid rgba(174, 203, 228, 0.3); font-family: PingFangSC; font-weight: 400; color: rgba(104, 107, 120, 1); line-height: 40rpx; padding: 30rpx 6rpx; } .useVolume-list view:last-of-type { border: none; }