.tips { background-color: #f7edee; padding: 20rpx 180rpx 20rpx 30rpx; box-sizing: border-box; font-size: 28rpx; color: #b76371; position: fixed; width: 100%; z-index: 9; top: 0; left: 0; } .tips image { width: 40rpx; height: 40rpx; position: absolute; right: 20rpx; top: calc(50% - 24rpx); } .water { background-color: #fff; text-align: center; padding: 10rpx 0 40rpx; position: fixed; width: 100%; height: 120rpx; top: 120rpx; left: 0; z-index: 9; } .water.active { height: 230rpx; } .water-top image { width: 30rpx; height: 30rpx; vertical-align: -2rpx; padding-left: 5rpx; } .water-number { font-size: 62rpx; margin-top: 10rpx; color: #5283ea; font-weight: 600; } .water-convert { width: 100%; text-align: center; margin-top: 30rpx; } .water-convert-go { background-color: #ffde49; color: #3a2f00; display: inline-block; line-height: 74rpx; padding: 0 35rpx; border-radius: 80rpx; font-size: 30rpx; margin: 0 20rpx; } .water-convert-go:last-child{ color: #fff; background-color: #5283ea; } .detailed { background-color: #f4f3f9; left: 0; top: 320rpx; height: calc(100vh - 320rpx); position: absolute; width: 100%; overflow: hidden; overflow-y: scroll; } .detailed.active { top: 400rpx; } .title { text-align: center; color: #5283ea; position: relative; line-height: 100rpx; font-weight: 600; } .title::after { position: absolute; content: ''; left: calc(50% - 20rpx); bottom: 0; width: 40rpx; height: 6rpx; border-radius: 10rpx; background-color: #5283ea; } .list { padding: 30rpx; box-sizing: border-box; } .item { background-color: #fff; border-radius: 20rpx; margin-bottom: 30rpx; padding: 20rpx; box-sizing: border-box; } .top { display: flex; margin-bottom: 10rpx; } .name { flex: 1; font-weight: 600; font-size: 30rpx; } .number { color: red; } .number text { color: #9d9d9d; font-size: 28rpx; padding-left: 5rpx; } .number.active { color: green; } .time { font-size: 28rpx; color: #6d6d6d; margin-top: 15rpx; } .pages-no { background-color: #fff; margin-top: 30rpx; text-align: center; padding: 120rpx 0; color: #6d6d6d; font-size: 28rpx; } .pages-no image { width: 180rpx; }