This commit is contained in:
parent
86c74ec77f
commit
1747bdc07a
|
@ -167,9 +167,12 @@
|
||||||
<!-- 普通弹窗 -->
|
<!-- 普通弹窗 -->
|
||||||
<uni-popup ref="popup" type="bottom" background-color="#fff">
|
<uni-popup ref="popup" type="bottom" background-color="#fff">
|
||||||
<view class="popup-content">
|
<view class="popup-content">
|
||||||
<view class="popup-head">
|
<!--<view class="popup-head">
|
||||||
<span></span>
|
<span></span>
|
||||||
<span @click="closePopup(type)">x</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>
|
||||||
<view class="popup-mian">
|
<view class="popup-mian">
|
||||||
<view class="popup-view">
|
<view class="popup-view">
|
||||||
|
@ -967,17 +970,11 @@
|
||||||
.popup-head span:nth-child(2){
|
.popup-head span:nth-child(2){
|
||||||
width: 50rpx;
|
width: 50rpx;
|
||||||
height: 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){
|
.popup-img{
|
||||||
font-weight: bold;
|
width: 50rpx;
|
||||||
font-size: 32rpx;
|
height: 50rpx;
|
||||||
color: #333333;
|
|
||||||
}
|
}
|
||||||
.popup-head{
|
.popup-head{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -993,8 +990,8 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 255px;
|
height: 255px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-top-left-radius: 56rpx;
|
border-top-left-radius: 46rpx;
|
||||||
border-top-right-radius: 56rpx;
|
border-top-right-radius: 46rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue