新增水滴兑换

This commit is contained in:
2023-07-21 17:22:10 +08:00
parent bcf9fee131
commit d7d54f5009
19 changed files with 732 additions and 207 deletions

View File

@@ -31,6 +31,10 @@
z-index: 9;
}
.water.active {
height: 230rpx;
}
.water-top image {
width: 30rpx;
height: 30rpx;
@@ -43,7 +47,22 @@
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: 68rpx;
padding: 0 35rpx;
border-radius: 80rpx;
font-size: 30rpx;
}
.detailed {
@@ -57,6 +76,10 @@
overflow-y: scroll;
}
.detailed.active {
top: 400rpx;
}
.title {
text-align: center;
color: #5283ea;