|
@@ -118,11 +118,13 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <!-- 查看 -->
|
|
|
+ <button class="check" v-if="detail.image">查看电子发票</button>
|
|
|
+ <!-- 返回 -->
|
|
|
+ <button class="back" @click="goBack" >返回</button>
|
|
|
</view>
|
|
|
- <!-- 查看 -->
|
|
|
- <button class="check" v-if="detail.image">查看电子发票</button>
|
|
|
- <!-- 返回 -->
|
|
|
- <button class="back" @click="goBack" >返回</button>
|
|
|
+
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -164,14 +166,12 @@
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.background{
|
|
|
- position: relative;
|
|
|
- height: 200px;
|
|
|
+
|
|
|
+ height: 400rpx;
|
|
|
+ padding: 24rpx 32rpx;
|
|
|
background: linear-gradient(180deg, rgba(203,234,255,1) 0%,rgba(203,234,255,0) 100%);
|
|
|
.recharge-details{
|
|
|
- position: absolute;
|
|
|
- top: 24rpx;
|
|
|
- left: 32rpx;
|
|
|
- right: 32rpx;
|
|
|
+
|
|
|
background-color: #fff;
|
|
|
border-radius: 8px;
|
|
|
padding: 40rpx 32rpx;
|
|
@@ -218,10 +218,8 @@
|
|
|
background-color: rgba(255,255,255,1);
|
|
|
color: rgba(119,119,119,1);
|
|
|
font-size: 32rpx;
|
|
|
- position: absolute;
|
|
|
- top: 1132rpx;
|
|
|
- left: 32rpx;
|
|
|
- right: 32rpx;
|
|
|
+
|
|
|
+ margin-top: 24rpx;
|
|
|
}
|
|
|
// 查看
|
|
|
.check{
|
|
@@ -231,9 +229,7 @@
|
|
|
background-color: rgba(22,119,255,1);
|
|
|
color: rgba(255,255,255,1);
|
|
|
font-size: 32rpx;
|
|
|
- position: absolute;
|
|
|
- top: 1020rpx;
|
|
|
- left: 32rpx;
|
|
|
- right: 32rpx;
|
|
|
+ margin-top: 24rpx;
|
|
|
+
|
|
|
}
|
|
|
</style>
|