暂存代码

This commit is contained in:
何江明
2025-05-23 18:03:45 +08:00
parent 8217069b9a
commit a2c87e47bf
313 changed files with 6157 additions and 1102 deletions
+16 -3
View File
@@ -474,10 +474,10 @@
.way_item{
display: flex;
justify-content: space-between;
line-height: 82rpx;
// line-height: 82rpx;
.way_item_{
display: flex;
align-items: center;
// display: flex;
// align-items: center;
}
.way_item_val{
font-weight: bold;
@@ -486,6 +486,19 @@
margin-left: 20rpx;
}
}
.balance_comm_msg{
margin-left: 20rpx;
color: red;
font-size: 18rpx;
margin-top: 6rpx;
}
.go_balance_comm_warp{
border:1rpx solid $app-bt-bj;
color: $app-bt-bj;
padding: 10rpx 14rpx;
font-size: 16rpx;
border-radius: 10rpx;
}
.popup_but{
position: fixed;
bottom: 64rpx;