作者 wumengyu

增大取消按钮

... ... @@ -52,7 +52,7 @@
display: flex;
align-items: center;
justify-content: space-between;
line-height: 50rpx;
line-height: 70rpx;
}
.cancel_box text {
color: #FC5A63;
... ... @@ -61,7 +61,7 @@
.cancel_btn {
background-color: #FC5B63;
border-radius: 10rpx;
height: 40rpx;
height: 50rpx;
display: flex;
align-items: center;
margin: 0;
... ...