html { height: 100%; width: 100%; padding: 0px; border: 0px solid transparent; /* 或者是添加 padding: 1px*/ box-sizing: border-box; /*注意改变盒子模型*/ /*overflow-y: hidden;*/ } body { width: 100%; height: 100%; padding: 0px; border: 0px solid transparent; /* 或者是添加 padding: 1px*/ box-sizing: border-box; /*注意改变盒子模型*/ /*overflow-y: hidden;*/ } /*.body .layui-tab, .my-body .layui-tab .layui-tab-content { margin: 0; padding: 0; } .body .layui-tab .layui-tab-title li:first-child > i { display: none; } .body .layui-tab, .my-body .layui-tab .layui-tab-content, .my-body .layui-tab .layui-tab-item { height: 100%; } .body iframe { width: 100%; height: 100%; border: none; outline: none; }*/ /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-horizontal dt { white-space: normal; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { /*max-width: 280px;*/ } /*登记页面宽度根据分辨率适配*/ @media screen and (min-width: 1366px) { .adaptation { width: 1100px; } } @media screen and (min-width: 1920px) { .adaptation { width: 1239px } } .t1 { clear:both; /*border-collapse: collapse;*/ border: 1px solid #bebeff; } .t1 tr th { color:#000; padding: 5px 0px 5px 10px; border-bottom: 1px solid #e6e6e6; font-weight: normal; background: #f8f8f8; text-align:left; border-right: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; } .t1 tr td{ border-bottom: 1px solid #bebeff; padding: 5px 0px 5px 10px; line-height:22px; word-break:break-all;} .t1 tr th em, .t1 tr td em{ font-weight:bold; color:Red;} /*.ltd {text-align:right;background: #d0d0d0;}*/ /*.ltd {text-align:right;background: #e8e8e8}*/ .ltd {text-align:left;background: #e8e8e8} .rtd{text-align:left;background-color:#fff} .field-validation-error{line-height:14px;font-size:12px;color:red;font-weight:bold} .dispReport{ display:none; } .head-bg { height:80px; background:url(../Images/head-bg.jpg) no-repeat; } .head { height:80px; background:url(../Images/logo.gif) no-repeat; } .t-right { float:right; width:300px; text-align:right; margin-top:60px; margin-right:40px; color:white; } .t-right a { color:white; } .center { text-align: center; } .b { font-weight: bold; } .redfont{ color:red; }