邹能昇 3 kuukautta sitten
vanhempi
commit
642f8b475e

+ 15 - 1
nova-tourism/pages/my/my-wallet/index.less

@@ -3,5 +3,19 @@
     width: 100vw;
     padding-left: 20rpx;
     padding-right: 20rpx;
-
+    .textbox{
+        width: 100%;
+        height: 80rpx;
+        display: flex;
+        align-items: center;
+        margin-bottom: 10rpx;
+        image{
+            width: 50rpx;
+            height: 50rpx;
+        }
+        .text{
+            font-size: 30rpx;
+            margin-left: 20rpx;
+        }   
+    }
 }

+ 12 - 1
nova-tourism/pages/my/my-wallet/index.wxml

@@ -1,5 +1,16 @@
 <!--nova-tourism/pages/my/my-wallet/index.wxml-->
 <nav type="back" background-color="#ffffff" frontColor="#000000" title="钱包" />
 <view class="all" style="height: {{contentHeight}}rpx;">
-
+    <view class="textbox">
+        <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241125/jbv41d032141490.png?imageView2/1/w/200/h/200"></image>
+        <view class="text">零钱</view>
+    </view>
+    <view class="textbox">
+        <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241125/mbd741032155770.png?imageView2/1/w/200/h/200"></image>
+        <view class="text">经营账户</view>
+    </view>
+    <view class="textbox">
+        <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241125/rv8b0o032217262.png?imageView2/1/w/200/h/200"></image>
+        <view class="text">银行卡</view>
+    </view>
 </view>

+ 1 - 1
nova-tourism/pages/my/my-wallet/index.wxss

@@ -1 +1 @@
-.all{width:100vw;padding-left:20rpx;padding-right:20rpx}
+.all{width:100vw;padding-left:20rpx;padding-right:20rpx}.all .textbox{width:100%;height:80rpx;display:flex;align-items:center;margin-bottom:10rpx}.all .textbox image{width:50rpx;height:50rpx}.all .textbox .text{font-size:30rpx;margin-left:20rpx}