feat:小程序

This commit is contained in:
2026-07-23 14:02:58 +08:00
committed by charles
parent 0d2c0d2bde
commit 21225998e5
5 changed files with 52 additions and 86 deletions
+15 -1
View File
@@ -302,11 +302,18 @@ export default {
font-weight: 500;
font-size: 30rpx;
color: #333333;
margin: 0 15rpx;
}
.purse_amount {
::v-deep(.purse_amount) {
margin-right: 15rpx;
margin-top: 6rpx;
display: flex;
justify-content: center;
.u-image__image{
margin-top: 5rpx;
}
}
.right_soild {
@@ -369,6 +376,13 @@ export default {
color: #999999;
display: flex;
align-items: center;
::v-deep(.bottom_item_tip_title) {
.u-image__image{
margin-top: 8rpx;
margin-left: 8rpx;
}
}
}
}
}