| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- body{margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;}
- .mini-tabs-bodys {padding:1px;padding-bottom:0px;padding-left:0px;}
- .mini-panel-body{padding:1px;padding-bottom:0px;overflow:hidden;}
- .header{background:url(../images/topbg.gif) repeat-x 0 -1px;height:88px;}
- /*#ECEFF1*/
- .header_left{
- height: 55px;
- background: url(../images/topleft.jpg) no-repeat;
- float: left;
- width: 400px;
- font-size:18pt;
- color:#fff;
- font-family:微软雅黑,黑体,宋体;}
- .header_left .title{padding:15px;margin-left:20px;}
- .header_right {
- height: 55px;
- /*background: url(../images/topright.jpg) no-repeat;*/
- text-align:right;
- padding-right:5px;
- float: right;
- }
- .header_right a{color:#fff;}
- .user {
- height: 30px;
- background: url(../images/ub1.png) repeat-x;
- clear: both;
- margin-top: 10px;
- float: right;
- margin-right: 12px;
- border-radius: 30px;
- behavior: url(js/pie.htc);
- white-space: nowrap;
- position: relative;
- }
- .user span {
- display: inline-block;
- padding-right: 5px;
- background: url(../images/user.png) no-repeat 15px 10px;
- line-height: 30px;
- font-size: 14px;
- color: #b8ceda;
- padding-left: 35px;
- margin-right:5px;
- }
- .user i {
- display: inline-block;
- margin-right: 5px;
- font-style: normal;
- line-height: 30px;
- font-size: 14px;
- color: #b8ceda;
- }
- .user-tip{float:left;margin-top:20px;font-size:10pt;color:#fff;}
- .user-tip span{display:inline-block;margin-right:15px;}
- .user-tip em{font-style:normal;font-weight:bold;color:#fff;}
- .win_tb{width:98%;margin-left:auto;margin-right:auto;margin-top:5px;}
- .win_tb td{height:35px;}
- .win_tb .td1{width:100px;text-align:right;}
- .win_tb .td2{padding-left:5px;}
- .mini-menuitem-hover{cursor:pointer;}
- .mini-menuitem-inner{cursor:pointer;}
- .mini-menuitem-text{cursor:pointer;}
- li.mini-separator{margin:0px;list-style:none;}
- /*success样式*/
- .resultSuccess{background-color:#fff;background-image:url(../images/utils/result_bg.gif);background-position:0 0;border:solid 1px #183376;position:absolute;color:#000;font-weight:700;font-size:16px;padding-left:5px;padding-right:5px;text-align:center;vertical-align:middle;z-index:9999;min-width:180px;height:40px;line-height:40px;display:none;overflow:hidden}
- /*进度*/
- .progress{background-color:#fff;background-image:url(../images/utils/result_bg.gif);background-position:0 0;border:solid 1px #183376;position:absolute;color:#000;font-size:14px;text-align:center;vertical-align:middle;z-index:9999;width:180px;height:40px;line-height:40px;display:none}
- /*遮罩层*/
- .mask{filter:alpha(opacity=50);opacity:0.5;-moz-opacity:0.5;background-color:#EEEEEE;z-index:5000;display:none;top:0;left:0;}
|