Files

151 lines
3.6 KiB
CSS
Raw Permalink Normal View History

2025-12-11 09:17:16 +08:00
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body
{
background:url(../images/newMain/BG.png);
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
#metro_box{ width:990px; height:512px; overflow:hidden; margin:100px auto; margin-top:10%; padding-left:15% }
#metro_box div ul{ padding-bottom: 6px; padding-right:20px; list-style-type:none; display:table; margin:0px;}
#metro_box div ul li { vertical-align:middle; text-align:center; display:table-cell; margin:0px;}
.space { padding: 5px;cursor: pointer; }
.l-topmenu {
margin: 0;
padding: 0;
height: 60px;
line-height: 30px;
position: relative;
border-top: 1px solid #1D438B;
background-color: #E0ECFF;
overflow:hidden;
}
.l-topmenu-logo {
font-size: 30px;
width:500px;
height: 59px;
line-height: 59px;
}
.l-topmenu-welcome
{
top: 2px;
right: 1px;
position: absolute;
height: 28px;
line-height: 28px;
text-align: right;
}
#divAbout table {
margin:15px auto 0 auto;
}
/*客房管理*/
.icon-room-status
{
background: #344E9F url(../images/newMain/客房浏览.png) no-repeat center center;
}
.icon-room-control
{
background: #00A300 url(../images/newMain/客房控制.png) no-repeat center center;
}
.icon-air-condition-control
{
background: #E7245E url(../images/newMain/空调控制.png) no-repeat center center;
}
.icon-light-control
{
background: #DB562C url(../images/newMain/灯光控制.png) no-repeat center center;
}
/*设备管理*/
.icon-host-manager
{
background: #A900AD url(../images/newMain/主机管理.png) no-repeat center center;
}
.icon-model
{
background: #2C8BEF url(../images/newMain/空调管理.png) no-repeat center center;
}
.icon-light-manager
{
background: #BDAB83 url(../images/newMain/灯光管理.png) no-repeat center center;
}
/*参数设置*/
.icon-room-type
{
background: #DD9B08 url(../images/newMain/房型设置.png) no-repeat center center;
}
.icon-alarm-setting0
{
background: #E50012 url(../images/newMain/报警设置.png) no-repeat center center;
}
/*查询统计*/
.icon-room-card-records
{
background: #566792 url(../images/newMain/刷卡记录.jpg) no-repeat center center;
}
.icon-aircondition-records
{
background: #00A300 url(../images/newMain/空调记录.png) no-repeat center center;
}
.icon-loop-records
{
background: #C94C97 url(../images/newMain/回路状态记录.png) no-repeat center center;
}
.icon-overview
{
background: #5FA777 url(../images/newMain/酒店状况.jpg) no-repeat center center;
}
.icon-service-records
{
background: #344E9F url(../images/newMain/服务记录.png) no-repeat center center;
}
.icon-coulometric-statistics
{
background: #EF857C url(../images/newMain/能量节约.png) no-repeat center center;
}
/*系统管理*/
.icon-sys-role
{
background: #E30462 url(../images/newMain/角色管理.png) no-repeat center center;
}
.icon-sys-user
{
background: #AB5C3E url(../images/newMain/用户管理.png) no-repeat center center;
}
.icon-sys-setting
{
background: #F5B191 url(../images/newMain/系统设置.png) no-repeat center center;
}
.icon-log
{
background: #AB5E81 url(../images/newMain/日志管理.png) no-repeat center center;
}