123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .layerBox {
- position: absolute;
- top: 50px;
- left: 5px;
- z-index: 1000;
- background-color: rgba(38, 38, 38, .75);
- display: inline-block;
- width: 280px;
- max-height: 500px;
- max-width: 300px;
- overflow-y: scroll;
- scrollbar-width: none;
- /* firefox */
- -ms-overflow-style: none;
- /* IE 10+ */
- }
- .ivu-select-dropdown {
- min-width: 100px;
- background-color: rgb(68, 49, 49);
- }
- .layerBox::-webkit-scrollbar {
- display: none;
- /* Chrome Safari */
- }
- .layerBox {
- height: 500px;
- overflow: hidden;
- }
- .zyml,
- .tckz {
- overflow-y: auto;
- overflow-x: hidden;
- height: 460px;
- }
- .listBtn {
- position: absolute;
- right: 10px;
- }
- .opBtn {
- cursor: pointer;
- }
- .ivu-list-item {
- color: white !important;
- }
- .sliderBtn {
- width: 200px;
- height: 3px;
- right: 8px;
- position: absolute;
- }
- .ivu-tabs-nav {
- color: white !important;
- }
- .ivu-tabs-bar {
- margin-bottom: 5px !important;
- }
|