Fei_Xian_Lin_Ye_Fang_Huo/public/widgets/toolBarRight/view.css

68 lines
1.2 KiB
CSS
Raw Normal View History

2023-08-18 08:55:52 +08:00
/* 2017-12-5 14:44:06 | 修改 木遥(微信: http://marsgis.cn/weixin.html */
.toolBarRight {
position: absolute;
2023-08-21 20:01:58 +08:00
right: 500px;
2023-08-26 14:07:52 +08:00
z-index: 100;
2023-08-18 08:55:52 +08:00
background: rgba(43, 44, 47, 0.8);
border-radius: 3px;
box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
2023-09-04 15:31:38 +08:00
top: 80px;
2023-08-18 08:55:52 +08:00
}
.toolBarRight i {
padding-right: 5px;
min-width: 18px;
}
.toolBarRight-btn {
list-style-type: none;
cursor: pointer;
color: #edffff;
}
.toolBarRight-btns {
cursor: pointer;
background-image: url(/img/homeimg/tuceng.png);
background-size: 100% 100%;
width: 140px;
height: 40px;
line-height: 30px;
text-align: center;
color: #edffff;
}
.toolBarRight-btn .btn-link a {
text-decoration: none;
}
.toolBarRight-btn:hover {
color: #fff;
}
.layui-layer-title i {
margin-right: 10px;
}
.toolBarRight-dropdown-menu {
background: rgba(43, 44, 47, 0.8);
border: 1px solid #2b2c2f;
min-width: 110px;
}
.toolBarRight-dropdown-menu>li>a {
color: #edffff;
}
.toolBarRight-dropdown-menu>li>a:hover,
.toolBarRight-dropdown-menu>li>a:focus {
color: #fff;
background-color: #444d59;
}
.toolBarRight-dropdown-menu>.active>a,
.toolBarRight-dropdown-menu>.active>a:hover,
.toolBarRight-dropdown-menu>.active>a:focus {
color: #fff;
background-color: #444d59;
}