| | |
| | | } |
| | | } |
| | | |
| | | .btn-box { |
| | | position: absolute; |
| | | right: 26px; |
| | | top: 0; |
| | | left: auto; |
| | | bottom: 0; |
| | | margin: auto; |
| | | width: 14px; |
| | | height: 14px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .close { |
| | | position: absolute; |
| | | right: 6px; |
| | |
| | | .list-box { |
| | | position: absolute; |
| | | width: 100%; |
| | | height: calc(100% - 40px); |
| | | height: 100%; |
| | | |
| | | ul { |
| | | padding: 6px 8px; |
| | |
| | | position: relative; |
| | | border-bottom: 1px dashed #ccc; |
| | | line-height: 40px; |
| | | |
| | | cursor: pointer; |
| | | |
| | | &>img { |
| | | margin: 0 4px; |
| | |
| | | } |
| | | } |
| | | |
| | | .btn-box { |
| | | position: absolute; |
| | | bottom: 0; |
| | | width: 100%; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | text-align: center; |
| | | |
| | | } |
| | | } |
| | | } |