123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- <template>
- <view>
- <u-navbar title="扣费详情" title-color="#101010"></u-navbar>
- <view class="background">
- <view class="recharge-details">
- <view class="headline">
- <text>
- <!-- <image class="img"
- src="@/assets/img/wImage@1x.png" mode=""></image> -->
- <!-- <image class="img"
-
- src="@/assets/img/wImage.png" mode=""></image> -->
- <!-- <image class="img"
- src="@/assets/img/wImage3.png" mode=""></image> -->
- <!-- <image class="img"
- src="@/assets/img/wImage4.png" mode=""></image> -->
- <image class="img" src="@/assets/img/Copy PEokWS2 Copy 1@1x.png" mode=""></image>
- </text>1月1日电费
- </view>
- <view class="sum">
- 211
- <span>元</span>
- </view>
- <view class="state">
- 已扣费
- </view>
- <view class="details">
- <view class="item">
- <view class="item-title">
- 用户信息
-
- </view>
- <view class="item-value">
- 格莱慧费控电表
-
-
- </view>
- </view>
- <view class="item" >
- <view class="item-title">
-
- 户号
-
-
- </view>
- <view class="item-value">
- 00880088
-
-
- </view>
- </view>
- <view class="item">
- <view class="item-title">
- 收费标准
- </view>
- <view class="item-value">
- <template>
- </template>
- <template>
- 1.3元/度
- </template>
- </view>
- </view>
-
- <view class="table-box">
- <table class="table1">
- <tr class="tr1">
- <td class="td1"></td>
- <td class="td2">起止码</td>
- <td class="td3">度数</td>
- </tr>
- <tr>
- <td class="td1">五楼总表</td>
- <td class="td2">
- 100-161.53
- </td>
- <td class="td3">161.53度</td>
- </tr>
-
- <tr >
- <td class="td1">二级表a</td>
- <td class="td2">
- 0-60
- </td>
- <td class="td3">60度</td>
- </tr>
-
-
- <tr style="font-weight: bold;" >
- <td class="td1" colspan="2">扣除后用电量</td>
-
- <td>11.53度</td>
- </tr>
- </table>
- </view>
- </view>
- <view class="details">
- <view class="item">
- <view class="item-title">
- 付款方式
- </view>
- <view class="item-value">
- 账户余额
- </view>
- </view>
- <view class="item">
- <view class="item-title">
- 订单号
- </view>
- <view class="item-value">
- 30816112557708460925
- </view>
- </view>
- <view class="item">
- <view class="item-title">
- 创建时间
- </view>
- <view class="item-value">
- 2023-08-20 10:29:00
- </view>
- </view>
- <view class="item">
- <view class="item-title">
- 支付时间
- </view>
- <view class="item-value">
- 2023-08-20 10:29:00
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 返回 -->
- <button class="back">返回</button>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- methods: {
- }
- }
- </script>
- <style lang="scss" scoped>
-
- .background {
- background: linear-gradient(180deg, rgba(203, 234, 255, 1) 0%, rgba(203, 234, 255, 0) 100%);
- padding: 24rpx 32rpx;
- .recharge-details {
- background-color: #fff;
- border-radius: 8px;
- padding: 40rpx 32rpx;
- text-align: center;
- .headline {
- color: rgb(16, 16, 16);
- font-size: 36rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- .img {
- width: 48rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- }
- .sum {
- color: rgb(16, 16, 16);
- font-size: 48rpx;
- margin-top: 32rpx;
- span {
- font-size: 28rpx;
- }
- }
- .state {
- color: rgb(56, 158, 13);
- margin-top: 8rpx;
- }
- .details {
- margin-top: 40rpx;
- padding-top: 40rpx;
- border-top: 1px solid rgba(241, 241, 241, 1);
- .item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 16rpx;
- .item-title {
- color: rgb(119, 119, 119);
- }
- .item-value {
- color: rgb(48, 48, 48);
- }
- }
- }
- }
- }
- .table-box {
- padding: 24rpx 32rpx;
- }
- .table1 {
- padding-bottom: 20rpx;
- width: 100%;
- border-collapse: collapse;
- td {
- border: 1px solid #e7e7e7;
- text-align: end;
- padding: 2px 8px;
- height: 60rpx;
- }
- .td1 {
- text-align: start;
- width: 264rpx;
- }
- .td2 {
- width: 260rpx;
- }
- .td3 {
- width: 180rpx;
- white-space: pre;
- }
- tr {
- background-color: #f5f5f6
- }
- .tr1 {
- text-align: end;
- font-weight: bold;
- }
- tr:nth-child(even) {
- background-color: #fff;
- }
- }
- // 返回
- .back {
- border: 1px solid rgba(205, 205, 205, 1);
- border-radius: 8px;
- line-height: 88rpx;
- background-color: rgba(255, 255, 255, 1);
- color: rgba(119, 119, 119, 1);
- font-size: 32rpx;
- margin: 0 32rpx;
- }
- </style>
|