60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
![]() |
@import "../area/index.wxss";
|
||
|
|
||
|
.van-action-sheet {
|
||
|
max-height: 90%!important;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__cancel,.van-action-sheet__item {
|
||
|
height: 50px;
|
||
|
font-size: 16px;
|
||
|
line-height: 50px;
|
||
|
text-align: center;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__cancel--hover,.van-action-sheet__item--hover {
|
||
|
background-color: #f2f3f5;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__cancel {
|
||
|
height: 60px;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__cancel:before {
|
||
|
display: block;
|
||
|
height: 10px;
|
||
|
background-color: #f8f8f8;
|
||
|
content: " ";
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__item--disabled {
|
||
|
color: #c9c9c9;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__item--disabled.van-action-sheet__item--hover {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__subname {
|
||
|
margin-left: 5px;
|
||
|
font-size: 12px;
|
||
|
color: #7d7e80;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__header {
|
||
|
font-size: 16px;
|
||
|
font-weight: 500;
|
||
|
line-height: 44px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.van-action-sheet__close {
|
||
|
position: absolute!important;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
padding: 0 15px;
|
||
|
font-size: 18px!important;
|
||
|
line-height: inherit!important;
|
||
|
color: #999;
|
||
|
}
|