123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- @charset "gb2312";
- /* CSS Document */
- body{ margin:0; padding:0;border:0;}
- .kuanjia{width:100%;height:100%;
- }
- img{border:0px;}
- .kuanjia_01{
- left:0px;
- top:0;
- height:100%;
- width:100%;
- position:absolute;
- z-index:-10000;
- }
- .mendian{
- width:1000px;
- margin:0 auto;
- height:100%;
- margin-top:6.8%;
- }
- .shouye{ width:130px; height:120px; float:left;}
- .mentou{height:120px;width:850px;background-color:#FEDF00;float:left;}
- .mentou img { margin-left:200px;}
- .yekuan{ height:80px; width:110px; float:left;}
- .yekuan_01{
- height:370px;
- width:130px;
- float:left;
- }
- .langmu{
- height:80px;
- width:890px;
- float:left;
- }
- .kuan{
- height:200px;
- background-color:#FEDF00;
- width:120px;
- margin-top:50px;
- float:left;
- border-radius: 10px 10px 10px 10px;
- }
- .kuan_01{
- height:150px;
- width:10px;
- margin-top:50px;
- float:right;
- }
- .zuzhi{
- height:420px;
- width:50px;
- background-color:#FEDF00;
- float:right;
- margin-right:20px;
- }
- .zuzhi01{
- height:420px;
- width:50px;
- background-color:#FEDF00;
- float:left;
- }
- .dishe{
- width:750px;
- height:420px;
- float:left;
- background-color:#FFF;
- }
- .taijie{
- background-color:#666;
- height:30px;
- width:890px;
- float:left;
- background-repeat:repeat-x;
- background-image:url(../images/dibu.jpg);
- margin:0 auto;
- }
- .anniu{height:150px; width:150px; margin-left:130px; margin-top:10px; float:left;}
- .weizi{
- line-height:40px;
- text-align:center;
- font-size:20px;
- font-weight:400;
- font-family: "微软雅黑";
- letter-spacing:1px;
- color:#0558A2;
- float:left;
- width:150px;
- text-decoration:none;
- cursor:pointer;
- }
- .weizi:hover{color:#ff6d02;}
- .anniu01{
- height:150px;
- width:150px;
- border-radius: 15px 15px 15px 15px;
- border:0;
- }
- .diyi{ width:750px; height:210px;}
- .dier{ width:750px; height:210px;}
- .yekuan_02{width:110px; height:30px; float:left;}
- .gongao{
- height:30px;
- width:100px;
- line-height:30px;
- text-align:center;
- margin:auto;
- font-size:20px;
- font-weight:bold;
- letter-spacing:2px;
- padding-top:5px;
- text-align:center;
- }
- .xinxi{
- width:110px;
- height:140px;
- font-size:12px;
- margin-top:10px;
- margin-left:5px;
- background-color:#FFF;
- border-radius: 10px 10px 10px 10px;
- padding-left:2px;
- padding-top:5px;
- }
- /** 头部基础 **/
- #header {
- width: 100%;
- height: 90px;
- padding: 0 20px;
- position: fixed;
- z-index: 11;
- left: 0;
- top: 0;
- box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
- }
- #menu {
- position: relative;
- list-style: none;
- height: 90px;
- }
- #menu>li {
- float: left;
- }
- /* 系统logo区域 */
- #logo {
- float: left;
- display: flex;
- align-items: center;
- height: 100%;
- }
- #logo img {
- vertical-align: middle;
- width: 60px;
- height: 60px;
- }
- #rinfo {
- margin-right: 60px;
- float: right;
- display: flex;
- align-items: center;
- height: 100%;
- color: #ffffff;
- }
- #rinfo a {
- cursor: pointer;
- color: #ffffff;
- text-decoration-line: none;
- }
- #rinfo #exit {
- margin-left: 20px;
- }
- /* 系统标题样式 */
- #system_title {
- color: #fff;
- height: 33px;
- line-height: 33px;
- font-size: 26px;
- vertical-align: middle;
- font-weight: bold;
- font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
- margin-left: 10px;
- }
- /**头部颜色**/
- #header {
- background: #4a8091;
- }
|