2023-04-28 12:22:26 +08:00

539 lines
9.4 KiB
CSS

.module {
height: 98px;
width: 98px;
padding: 2px;
cursor: pointer;
float: left;
/*display: table;*/
text-align: center;
margin-left: 10px;
margin-top: 10px;
}
.module:hover {
border: 2px solid rgba(168,168,168,.45);
padding: 0;
border-radius: 10px;
background-color: #FFFFFF;
}
.module .moduleicon {
max-width: 80px;
height: 40px;
vertical-align: middle;
/*display: table-cell;*/
word-wrap: break-word;
word-break: break-all;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}
.module .modulenamectrl {
display: table;
margin: 0 auto;
}
.module .modulename {
width: 80px;
height: 45px;
vertical-align: middle;
display: table-cell;
word-wrap: break-word;
/*word-break: break-all;*/
position: relative;
overflow: hidden;
margin: 0 auto;
font-size: 13px;
font-family: "Open Sans", Arial, sans-serif;
}
.module .modulename span {
max-width: 100px;
max-height: 45px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
#host_header .button {
float: right;
height: 40px;
/*border-right: 1px solid #F78E1E;*/
}
#host_header .button button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 2em;
/*background-color: #e7790E;*/ /*在MasterPage动态设置*/
cursor: pointer;
border: none;
width: 48px;
height: 48px;
font-weight: 500;
}
#divLeftTitle .button {
text-align: center;
}
#divLeftTitle .button .titleicon {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 2em;
background-color: transparent;
cursor: pointer;
border: none;
width: 48px;
height: 40px;
font-weight: 500;
line-height: 40px;
text-align: center;
}
#divLeftTitle .button .titleicon .titleimgicon {
/*width: 24px;*/
height: 24px;
}
#modules .module button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 3em;
background-color: transparent;
border: none;
outline: none;
font-weight: 500;
}
.menupanel button, .menupanel .button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 1.2em;
background-color: transparent;
width: 50px;
min-width: 50px;
border: none;
font-weight: 500;
}
.menupanel button, .menupanel .button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 1.2em;
background-color: transparent;
width: 50px;
min-width: 50px;
border: none;
font-weight: 500;
}
#favorite_panel button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 1.2em;
background-color: transparent;
width: 50px;
min-width: 50px;
border: none;
font-weight: 500;
}
#menu_panel button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 1.2em;
background-color: transparent;
width: 50px;
min-width: 50px;
border: none;
font-weight: 500;
}
#set_left button {
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 1.2em;
background-color: transparent;
border: none;
font-weight: 500;
}
#host_header .button button:hover,
#host_header .button button.selected {
/*background-color: #d7690E;*/ /*在MasterPage动态设置*/
}
#host_header .button button:focus {
outline: none;
}
.panel_loading {
width: 50px;
height: 50px;
background: url('../img/loading.gif') no-repeat;
margin: 120px auto;
}
.panel_holder {
display: none;
position: absolute;
top: 60px;
z-index: 999;
left: auto;
right: 0;
margin: 10px 10px 0 0;
}
.panel {
background-color: #f0f0f0;
outline: 0;
border: 1px solid #F6F6F6;
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.24);
box-shadow: 0 0 6px rgba(0,0,0,.24);
box-sizing: content-box;
overflow-y: auto;
}
.panel_holder .trigle {
position: absolute;
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 2.6em;
font-weight: 600;
top: -16px;
color: lightgray;
}
.panel_holder .trigle:before {
content: '\f0d9';
}
.panel_holder .trigle.white {
color: #f0f0f0;
top: -15px;
}
.panel_holder .trigledown {
position: absolute;
font-family: CalciteWebCoreIcons, FontAwesome;
font-size: 1.5em;
top: -16px;
color: lightgray;
}
.panel_holder .trigledown:before {
content: '\e609';
}
.panel_holder .trigledown.white {
color: white;
top: -15px;
}
.modulestitle {
width: 98%;
float: left;
height: 40px;
font-size: 20px;
line-height: 40px;
display: table-cell;
background-color: #E8E8E8;
padding-left: 10px;
}
#sites_panel .module {
width: 116px;
height: 116px;
padding: 0;
border: 2px solid rgba(245,245,245,.45);
margin: 1px;
cursor: pointer;
}
#sites_panel .module:hover {
border: 2px solid rgba(168,168,168,.45);
padding: 0;
border-radius: 10px;
background-color: #FFFFFF;
}
#sites_panel {
width: 520px;
}
#sites_panel .panel_modules {
min-height: 240px;
width: 250px;
overflow-y: auto;
}
/*#sites_panel .div_modules {
overflow-y: auto;
}*/
#sites_panel .viewall {
clear: both;
padding: 6px 6px 3px 6px;
}
#sites_panel .viewall a,
#sites_panel .viewall a:visited {
text-decoration: none;
color: #3b97e0;
}
#sites_panel .viewall a:hover {
text-decoration: none;
color: #0078d7;
}
#favorite_panel .panel_favorites {
overflow-y: auto;
}
.sites .trigle {
right: 174px;
}
.menus .trigle {
/*right: 90px;*/
}
.titlemodule {
width: 30px;
height: 30px;
cursor: pointer;
float: right;
text-align: center;
margin: 10px 10px 0px 10px;
}
.reportsdashboard:before {
content: '\f659';
}
.iconworkspace:before {
content: '\f200';
color: rgb(123,28,33);
}
.iconchart:before {
content: '\f201';
color: rgb(123,28,33);
}
.iconmanageasset:before {
content: '\f7d2';
}
.iconassethealth:before {
content: '\f7d9';
}
.iconmapview:before {
content: '\f5a0';
}
.iconjobsite:before {
content: '\f85e';
}
.iconcredentails:before {
content: '\f6f3';
}
.iconsecuritysetting:before {
content: '\f30d';
}
.iconficmanagement:before {
content: '\f0ad';
}
.icontruck:before {
content: '\f4df';
}
.iconotrconfig:before {
content: '\f622';
}
.iconinspection:before {
content: '\f737';
}
.iconteamintelligence:before {
content: '\f0c0';
}
.iconmanagealerts:before {
content: '\f071';
}
.iconworkorder:before {
content: '\f732';
}
.iconpreventative:before {
content: '\f675';
}
.icontimebased:before {
content: '\f017';
}
.iconhours:before {
content: '\f625';
}
.iconrecord:before {
content: '\f073';
}
.iconfuelrecord:before {
content: '\f52f';
}
.iconmaintenanceschedule:before {
content: '\f274';
}
.iconcredentail:before {
content: '\f084';
}
.iconjdlink:before {
content: '\f0c1';
}
.iconjdnotification:before {
content: '\f0f3';
}
.iconusers:before {
content: '\f007';
}
.iconusergroup:before {
content: '\f500';
}
.icondatatablepermission:before {
content: '\f059';
}
.icondashboardfilters:before {
content: '\f0b0';
}
.iconcurfew:before {
content: '\f056';
}
.iconcurfewmt:before {
content: '\f06a';
}
.iconusertocontractor:before {
content: '\f509';
}
.iconmanagerentals:before {
content: '\f571';
}
.iconassetgroups:before {
content: '\f77e';
}
.iconmanagegpsdevices:before {
content: '\f6ff';
}
.iconmanagmodels:before {
content: '\f1c0';
}
.icondepartment:before {
content: '\f6ff';
}
.icontemplate:before {
content: '\f0ae';
}
.iconhistory:before {
content: '\f1da';
}
.iconshare:before {
content: '\f2b5';
}
.lefttitle_ul {
width: 300px;
padding: 0;
background-color: #F6F6F6;
}
.lefttitlemenu_ul {
list-style: none;
margin: 0;
padding: 0;
}
.lefttitlemenu_ul li {
height: 32px;
line-height: 40px;
cursor: pointer;
overflow: hidden;
padding: 6px;
white-space: nowrap;
}
.lefttitlemenu_ul li.selected,
.lefttitlemenu_ul li.selected:hover {
background: #ccc;
}
.lefttitlemenu_ul li:hover {
background: rgb(225, 225, 225);
}
.lefttitlemenu_ul li a span {
display: table-cell;
width: 180px;
white-space: nowrap;
}
.lefttitlemenu_ul li a,
.lefttitlemenu_ul li a:hover,
.lefttitlemenu_ul li a:visited {
color: #000;
text-decoration: none;
}
.lefttitlemenu_ul li div {
display: table-cell;
width: 50px;
min-width: 50px;
text-align: center;
font-size: 20px;
vertical-align: middle;
}
.lefttitlemenu_icon {
width: 24px;
height: 24px;
margin: 0 auto;
margin-top: 8px;
}
.settingsicon {
width: 24px;
height: 24px;
margin: 0 auto;
margin-top: 8px;
margin-bottom: 8px;
}