修复支付弹窗样式丢失背景图

This commit is contained in:
wangsongsole 2022-09-22 14:36:07 +08:00
parent 2bb37d677b
commit 9a77922c23
4 changed files with 9 additions and 4 deletions

View File

@ -145,6 +145,7 @@
<span @click="successchangeBtn">知道了</span>
</div>
</div>
<!-- 成功 -->
<div class="popboxshow successbox" v-if="popboxshow&&popboxtype=='成功'" :class="popboxshow?'active':''">
<div>

BIN
v1_5_0_C/img/wx-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
v1_5_0_C/img/zfb-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -66,15 +66,19 @@
justify-content: space-between;
align-items: center;
margin: 0.13rem 0;
background: #fff;
border: 0.01rem solid #e4e4e4;
padding: 0.1rem 0.15rem;
box-sizing: border-box;
box-shadow: 0px 1px 1px 1px rgba(216, 216, 216, 0.1);
background: url('./img/wx-bg.png');
font-size: 0.15rem;
border-radius: 0.05rem;
background-size: 100% 100%;
}
.model .model-box .list-children:last-child {
background: url('./img/zfb-bg.png');
background-size: 100% 100%;
}
.model .model-box .list-children>div {
display: flex;