This commit is contained in:
kbing1981 2024-07-02 15:25:34 +08:00
parent 86c74ec77f
commit 1747bdc07a
2 changed files with 10 additions and 13 deletions

View File

@ -167,9 +167,12 @@
<!-- 普通弹窗 -->
<uni-popup ref="popup" type="bottom" background-color="#fff">
<view class="popup-content">
<view class="popup-head">
<!--<view class="popup-head">
<span></span>
<span @click="closePopup(type)">x</span>
</view>-->
<view class="popup-head">
<image src="../../static/closeimg.png" class="popup-img" @click="closePopup(type)"></image>
</view>
<view class="popup-mian">
<view class="popup-view">
@ -967,17 +970,11 @@
.popup-head span:nth-child(2){
width: 50rpx;
height: 50rpx;
line-height: 19px;
text-align: center;
font-size: 24px;
color: #15AB8D;
border-radius: 50%;
border: 3px solid #15AB8D;
}
.popup-head span:nth-child(1){
font-weight: bold;
font-size: 32rpx;
color: #333333;
.popup-img{
width: 50rpx;
height: 50rpx;
}
.popup-head{
width: 100%;
@ -993,8 +990,8 @@
width: 100%;
height: 255px;
background: #FFFFFF;
border-top-left-radius: 56rpx;
border-top-right-radius: 56rpx;
border-top-left-radius: 46rpx;
border-top-right-radius: 46rpx;
display: flex;
flex-direction: column;
}

BIN
static/closeimg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB