Commit 5d8b91a7 by zhangzhen

细节优化

parent 808f1460
...@@ -3254,7 +3254,7 @@ ...@@ -3254,7 +3254,7 @@
} }
.popup-recharge { .popup-recharge {
width: 540upx; width: 600upx;
// height: 700upx; // height: 700upx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 36upx; border-radius: 36upx;
...@@ -3292,7 +3292,7 @@ ...@@ -3292,7 +3292,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-bottom: 32upx; padding-bottom: 32upx;
width: 470upx; width: 490upx;
border-bottom: 1px dashed #C9CACA; border-bottom: 1px dashed #C9CACA;
.text-title { .text-title {
...@@ -3310,26 +3310,29 @@ ...@@ -3310,26 +3310,29 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 30upx 0 0; padding: 30upx 0 0;
width: 470upx; width: 490upx;
.list-item { .list-item {
margin: 14upx 0 14upx 18upx; margin: 14upx 0 14upx 14upx;
.recharge-icon { .recharge-icon {
display: block; display: block;
width: 44upx; width: 44upx;
max-height: 46upx; max-height: 46upx;
margin-right: 12upx; margin-right: 8upx;
} }
.text-title { .text-title {
color: #000000; color: #000000;
font-size: 30upx; font-size: 30upx;
white-space: nowrap;
} }
.text-pink { .text-pink {
color: #E40583; color: #E40583;
font-size: 30upx; font-size: 30upx;
font-weight: bold;
margin: 0 4upx;
} }
} }
...@@ -3337,14 +3340,14 @@ ...@@ -3337,14 +3340,14 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 423rpx; width: 450rpx;
font-size: 26upx; font-size: 26upx;
color: #666666; color: #666666;
margin: 52upx auto 52upx; margin: 52upx auto 52upx;
} }
.cu-btn { .cu-btn {
width: 470upx; width: 490upx;
height: 88upx; height: 88upx;
background: #E40583; background: #E40583;
border-radius: 44upx; 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