This commit is contained in:
2023-12-14 16:00:46 +08:00
parent 78fdca6e93
commit 8f05bf39ce
2 changed files with 66 additions and 46 deletions

View File

@@ -86,17 +86,19 @@ uni-button:after {
line-height: 48rpx;
}
.cancel_icon::before {
content: "\e6dc";
content: "\e6db";
}
.cancel_icon {
display: block;
width: 100rpx;
height: 100rpx;
font-size: 50rpx;
color: #fff;
line-height: 100rpx;
width: 60rpx;
height: 60rpx;
font-size: 40rpx;
color: #000;
line-height: 60rpx;
text-align: center;
background-color: #E9B451;
border: 1px solid #999;
border-radius: 50%;
transform: rotate(-90deg);
}
/** 内容 */
@@ -107,7 +109,7 @@ uni-button:after {
.zd_content {
width: 100%;
height: auto;
padding: 92rpx 15rpx 82rpx 14rpx;
padding: 92rpx 14rpx 82rpx 14rpx;
}
.zd_wrapper {
width: 100%;