From 980c4b96ff69f2066501992dcc02ff455833d01e Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 27 五月 2024 16:12:47 +0800 Subject: [PATCH] 开泵相关 --- /dev/null | 153 --------------------------------------------------- 1 files changed, 0 insertions(+), 153 deletions(-) diff --git a/pages/recharge/recharge.wxml b/pages/recharge/recharge.wxml deleted file mode 100644 index ee2d6d2..0000000 --- a/pages/recharge/recharge.wxml +++ /dev/null @@ -1,71 +0,0 @@ -<!--pages/recharge/recharge.wxml--> -<view class="base-wrapper"> - <view class="user-wrapper"> - <view> - <text>{{userName}}</text> - <text>{{userPhone}}</text> - </view> - <view> - <text>鐢ㄦ埛缂栧彿锛�</text> - <text>{{userCode}}</text> - </view> - <view> - <text>浣欓锛�</text> - <text>{{balance}}</text> - </view> - </view> - - <view class="money-base-wrapper"> - <view class="row"> - <view class="item{{activeIndex === 0 ? 'active' : ''}}" bindtap="handleMoneyWrapperTap" data-index="0"> - <view class="money-wrapper"> - <text class="money-number">30</text> - <text class="money-label">鍏�</text> - </view> - </view> - <view class="item{{activeIndex === 1 ? 'active' : ''}}" bindtap="handleMoneyWrapperTap" data-index="1"> - <view class="money-wrapper"> - <text class="money-number">50</text> - <text class="money-label">鍏�</text> - </view> - </view> - <view class="item{{activeIndex === 2 ? 'active' : ''}}" bindtap="handleMoneyWrapperTap" data-index="2"> - <view class="money-wrapper"> - <text class="money-number">100</text> - <text class="money-label">鍏�</text> - </view> - </view> - </view> - <view class="row"> - <view class="item{{activeIndex === 3 ? 'active' : ''}}" bindtap="handleMoneyWrapperTap" data-index="3"> - <view class="money-wrapper"> - <text class="money-number">200</text> - <text class="money-label">鍏�</text> - </view> - </view> - <view class="item{{activeIndex === 4 ? 'active' : ''}}" bindtap="handleMoneyWrapperTap" data-index="4"> - <view class="money-wrapper"> - <text class="money-number">300</text> - <text class="money-label">鍏�</text> - </view> - </view> - <view class="item{{activeIndex === 5 ? 'active' : ''}}" bindtap="handleMoneyWrapperTap" data-index="5"> - <view class="money-wrapper"> - <text class="money-number">500</text> - <text class="money-label">鍏�</text> - </view> - </view> - </view> - </view> - -<view class="rechage-view"> - <view class="rechage{{activeIndex === -1 ? 'active' : ''}}"> - <text >鍏呭��</text> - </view> - <view class="rechageList-view"> - <text class="rechageList" bind:tap="moveToRechargeList">鍏呭�艰褰�</text> - </view> -</view> - - -</view> \ No newline at end of file diff --git a/pages/recharge/recharge.wxss b/pages/recharge/recharge.wxss deleted file mode 100644 index 19603cd..0000000 --- a/pages/recharge/recharge.wxss +++ /dev/null @@ -1,153 +0,0 @@ -/* pages/recharge/recharge.wxss */ -.base-wrapper { - background-color: #f5f5f5; - width: 100%; - height: 100vh; - overflow: hidden; - display: flex; - flex-direction: column; -} - -.user-wrapper { - background-color: #1890FF; - height: 20vh; - padding-left: 10rpx; - display: flex; - flex-direction: column; - justify-content: space-around; - padding-top: 20rpx; - padding-bottom: 30rpx; -} - -.user-wrapper text { - color: #fff; - margin-left: 30rpx; -} - -.money-base-wrapper { - flex-direction: column; - height: 20vh; - display: flex; - justify-content: space-around; - margin-top: 20rpx; -} - -.row { - display: flex; - justify-content: space-around; -} - -.item { - background-color: #fff; - border-radius: 5px; - width: 100%; - height: 10vh; - margin-left: 20rpx; - margin-top: 30rpx; - margin-right: 20rpx; - display: flex; - align-items: center; - justify-content: center; -} - -.item text { - color: #2D8BF7; -} - -.money-number { - font-size: 40rpx; -} - -.money-label { - font-size: 30rpx; - margin-left: 5rpx; -} - -.itemactive { - background-color: #2D8BF7; - border-radius: 5px; - width: 100%; - height: 10vh; - margin-top: 30rpx; - margin-left: 20rpx; - margin-right: 20rpx; - display: flex; - align-items: center; - justify-content: center; -} - -.itemactive text { - color: #fff; -} - -.money-wrapper { - display: flex; - align-items: flex-end; - /* 搴曢儴瀵归綈 */ - justify-content: center; - /* 姘村钩灞呬腑 */ -} - -.rechage-view { - flex-grow: 1; - /* 鍗犳嵁鍓╀綑鐨勫叏閮ㄩ珮搴� */ - flex-direction: column; - display: flex; - justify-content: center; - align-items: center; - width: 100%; -} - -.rechageList-view { - width: 50%; - background-color: #fff; - display: flex; - margin-left: 20rpx; - margin-right: 20rpx; - align-items: center; - justify-content: center; - margin-top: 30rpx; - border-radius: 90px; - border: 2px solid #2D8BF7; - /* 娣诲姞钃濊壊鐨勮竟妗� */ - padding-top: 15rpx; - padding-bottom: 15rpx; -} - -.rechage { - display: flex; - width: 50%; - background-color: #2D8BF7; - align-items: center; - justify-content: center; - padding-top: 15rpx; - padding-bottom: 15rpx; - border-radius: 90px; - margin-top: 45rpx; -} - -.rechageactive { - display: flex; - margin-top: 45rpx; - align-items: center; - justify-content: center; - width: 50%; - background-color: #bababa; - padding-top: 15rpx; - padding-bottom: 15rpx; - border-radius: 90px; -} - -.rechage-view text { - font-size: 30rpx; - padding-top: 10rpx; - padding-bottom: 10rpx; -} - -.rechageactive text { - color: #fff; -} - -.rechage text { - color: #fff; -} \ No newline at end of file -- Gitblit v1.8.0