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 {

View File

@@ -9,7 +9,7 @@
text-decoration: none;
text-align: center;
}
.icon-check{
/* .icon-check{
position: relative;
}
.icon-check::before{
@@ -21,4 +21,4 @@
color: #ffffff;
transform: translate(-50%,-48%) scale(.73);
-webkit-transform: translate(-50%,-48%) scale(.73);
}
} */