You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
442 B
Plaintext
27 lines
442 B
Plaintext
.drawer-box {
|
|
padding: 38rpx 0 0;
|
|
box-sizing: border-box;
|
|
z-index: 100005;
|
|
.drawer-popup-title {
|
|
margin-bottom: 42rpx;
|
|
}
|
|
}
|
|
|
|
.common-popup-content-box {
|
|
margin-top: 42rpx;
|
|
}
|
|
.common-popup-btns {
|
|
margin-top: 38rpx;
|
|
}
|
|
.drawer-popup-btn {
|
|
width: 690rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 45rpx;
|
|
color: #fff;
|
|
background: #000000;
|
|
}
|