菜单
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user