修复支付弹窗样式丢失背景图
This commit is contained in:
parent
2bb37d677b
commit
9a77922c23
|
@ -145,6 +145,7 @@
|
|||
<span @click="successchangeBtn">知道了</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 成功 -->
|
||||
<div class="popboxshow successbox" v-if="popboxshow&&popboxtype=='成功'" :class="popboxshow?'active':''">
|
||||
<div>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue