Commit 5d8b91a7 by zhangzhen

细节优化

parent 808f1460
......@@ -3254,7 +3254,7 @@
}
.popup-recharge {
width: 540upx;
width: 600upx;
// height: 700upx;
background-color: #ffffff;
border-radius: 36upx;
......@@ -3292,7 +3292,7 @@
justify-content: center;
align-items: center;
padding-bottom: 32upx;
width: 470upx;
width: 490upx;
border-bottom: 1px dashed #C9CACA;
.text-title {
......@@ -3310,26 +3310,29 @@
display: flex;
flex-direction: column;
padding: 30upx 0 0;
width: 470upx;
width: 490upx;
.list-item {
margin: 14upx 0 14upx 18upx;
margin: 14upx 0 14upx 14upx;
.recharge-icon {
display: block;
width: 44upx;
max-height: 46upx;
margin-right: 12upx;
margin-right: 8upx;
}
.text-title {
color: #000000;
font-size: 30upx;
white-space: nowrap;
}
.text-pink {
color: #E40583;
font-size: 30upx;
font-weight: bold;
margin: 0 4upx;
}
}
......@@ -3337,14 +3340,14 @@
display: flex;
justify-content: center;
align-items: center;
width: 423rpx;
width: 450rpx;
font-size: 26upx;
color: #666666;
margin: 52upx auto 52upx;
}
.cu-btn {
width: 470upx;
width: 490upx;
height: 88upx;
background: #E40583;
border-radius: 44upx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment