home
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user