This commit is contained in:
2022-11-28 11:20:38 +08:00
parent 31ca9c0f9c
commit 469079c1fd
14 changed files with 104 additions and 19 deletions

View File

@@ -63,6 +63,19 @@ uni-button:after {
color: #323232;
line-height: 70rpx;
}
.cancel_icon::before {
content: "\e6dc";
}
.cancel_icon {
display: block;
width: 100rpx;
height: 100rpx;
font-size: 50rpx;
color: #fff;
line-height: 100rpx;
text-align: center;
background-color: #E9B451;
}
/** 内容 */
.zd_container {