You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdms/web/cssFile/home.css

434 lines
7.7 KiB

body{
margin: 0px;
padding: 0px;
background-color: #f0f0f0;
width: 100%;
height: 100%;
}
.fill-top-blank{
border-radius: 5px;
height: 70px;
width: 960px;
position: absolute;
top: 20px;
right: 10px;
background-color: #323232;
}
6 years ago
.main2{
background-color:#fafafa;
}
.updated{
position: relative;
width: 100%;
6 years ago
}
a{
text-decoration: none;
}
ul{
margin: 0;
padding: 0;
}
.main{
position: relative;
}
.top-bar{
width: 100%;
height: 55px;
position: fixed;
background-color: #c13139;
z-index: 100;
box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
}
.top-center-bar{
position: relative;
height: 100%;
width: 1100px;
background-color: #c6333e;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.42);
margin: 0px auto;
}
.back-home{
background-color: white;
height:60px;
border-radius: 0px 0px 5px 5px;
width: 60px;
position: absolute;
left: 200px;
color: #c6333e;
font-size: 20px;
text-align: center;
font-weight: normal;
line-height: 60px;
top: 0px;
box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: all 0.3s;
}
.back-home:hover{
line-height: 70px;
height:70px;
}
6 years ago
.back-home a{
display: block;
width: 100%;
height: 100%;
}
.opt-options{
visibility: hidden;
width: 100px;
height: 65px;
background-color: white;
position: absolute;
top: 55px;
right: -8px;
border: 1px solid rgba(0, 0, 0, 0.07);
border-radius: 0px 0px 5px 5px;
box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.29);
}
.top-center-bar .logo{
position: absolute;
margin: auto 20px;
top: 15px;
color: white;
font-weight: bolder;
font-size: 20px;
}
.back-home a{
color: #c6333e;
}
.opt:hover .opt-options{
visibility: visible;
padding: 20px 0px 0px 0px;
}
.personal-opt{
height: 100%;
width: 120px;
position: absolute;
right: 0px;
}
.personal-opt .head-img{
float: left;
margin: 2px;
width: 45px;
height: 45px;
}
.opt .img{
display: block;
width: 35px;
height: 35px;
margin: 10px 10px 10px 10px;
}
.opt-options div{
width: 100%;
height: 30px;
text-align: center;
line-height: 20px;
}
.opt-options div a{
color: rgba(0, 0, 0, 0.88);
}
.opt-options div:hover{
background-color: rgba(0, 0, 0, 0.21);
}
.personal-opt .opt{
height: 100%;
width: 55px;
cursor: pointer;
float: left;
border-radius: 5px;
}
.personal-opt .opt:hover{
background-color: rgba(255, 255, 255, 0.18);
}
.nav-bar{
top: 20px;
border-radius: 10px;
position: absolute;
left: 5px;
width: 100px;
height: 800px;
background-color: #323232;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.nav-bar .a-process{
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
width:80px;
height: 80px;
margin: 10px 8px;
float: top;
background-color: rgba(255, 255, 255, 0.09);
transition: all 0.5s;
}
.nav-bar .a-process:hover{
background-color: rgba(255, 255, 255, 0.3);
}
.point-bar{
border-right:1px solid rgb(198, 34, 53);
width: 10px;
position: absolute;
left: 100px;
height: 60px;
top: 21px;
border-radius: 0px 5px 5px 0px;
background-color: #cf4240;
transition: all 0.4s;
visibility: hidden;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
}
.main2{
top: 55px;
z-index: 2;
position: relative;
width: 1100px;
margin: 0px auto;
}
.link-point{
display: block;
width: 100%;
height: 100%;
}
.a-process .link-point .a-process-decoration
{
width: 60px;
height: 60px;
margin: 0px 10px;
}
.link-point div img{
display: block;
width: 100%;
height: 100%;
}
.nav-info{
color: white;
text-overflow: ellipsis;
text-align: center;
width: 100%;
font-size: 12px;
height: 16px;
}
.update-frame{
border-top: 1px solid rgba(255,105,0,0);
width: 990px;
position: relative;
left: 110px;
min-height: 825px;
}
.scroll-ads{
height: 250px;
width: 900px;
background-color: #ffffff;
position: absolute;
margin: 20px 45px;
border-radius: 10px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.46);
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22);
}
.scroll-ads .scroll-ads-imgs .scroll-child{
display: inline-block;
width: 100%;
height: 90%;
transition: all 0.4s;
}
.scroll-ads .scroll-ads-imgs{
width: 100%;
height: 100%;
transition: all 0.4s;
white-space: nowrap;
font-size: 0;
}
.scroll-ads .scroll-ads-imgs .scroll-child a img{
width: 100%;
height: 100%;
position: relative;
}
.ads-text{
position: relative;
width: 100px;
height: 20px;
left: 50px;
bottom: 50px;
z-index: 10;
font-size: 20px;
color: white;
}
.notice-frame{
background-color: white;
margin:300px auto 0px 45px;
position: relative;
width: 800px;
height: 400px;
border:1px solid rgba(0, 0, 0, 0.32);
border-radius: 5px;
overflow: hidden;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
}
.notice-frame .notice-frame-info{
color: white;
background-color: #c62e35;
width:200px;
height: 50px;
6 years ago
border-radius: 0 0 8px 0;
text-align:center;
line-height: 40px;
font-size: 25px;
6 years ago
box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
}
.notice-frame .notice-cont{
overflow-y: scroll;
border:1px solid rgba(255, 255, 255, 0);
height: 340px;
width: 750px;
margin: 5px 30px;
}
6 years ago
.bar-change::-webkit-scrollbar{
width: 10px;
background-color: #dcdcdc;
border-radius: 10px;
}
.bar-change::-webkit-scrollbar-thumb{
width: 10px;
transition: all 0.3s;
background-color: rgba(210, 81, 80, 0.96);
6 years ago
border-radius: 10px;
}
.notice-child{
6 years ago
margin: 5px 0;
width: 98%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 5px;
6 years ago
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.notice-child .notice-title{
line-height: 40px;
color: rgba(0, 0, 0, 0.91);
width: 100%;
height: 50px;
text-align: center;
}
.notice-child .notice-text{
color: rgba(0, 0, 0, 0.91);
width: 100%;
height: 0px;
min-height: 0;
font-size: 0px;
text-align: left;
transition: 0.5s;
background-color: #f3f3f3;
border-top: 1px solid rgba(0, 0, 0, 0.26);
}
.notice-child.select .notice-text{
min-height: 100px;
font-size: 15px;
}
6 years ago
.notice-child .notice-title .expend{
position: relative;
background-color: #251d20;
width: 30px;
height: 60px;
float: left;
border-radius: 0 0 5px 5px;
margin-left: 20px;
}
.notice-title .title-text{
width: 400px;
float: left;
margin: 0px 120px;
}
.notice-choose{
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
border-radius: 10px;
background-color: #ffffff;
width: 90px;
height: 400px;
position: absolute;
top: 300px;
right: 45px;
border: 1px solid rgb(157, 157, 157);
}
.notice-choose .notice-class{
6 years ago
margin: 8px 0;
width: 100%;
height: 50px;
color: white;
font-size: 18px;
line-height: 45px;
text-align: center;
background-color: #c62235;
border-radius: 5px 10px 10px 5px;
transition: all 0.3s;
}
.notice-choose .notice-class:hover{
width: 110%;
}
.small-ads{
z-index: 120;
right: 350px;
top: 225px;
position: absolute;
width: 200px;
height: 20px;
}
.sm-one{
float: left;
margin: 0px 15px;
width:20px;
transition: 0.3s;
height: 10px;
border-radius: 10px;
}
.sm-one .white-point{
margin: 0 auto;
width:10px;
background-color: white;
transition: 0.3s;
height: 10px;
border-radius: 10px;
}
.sm-one .white-point:hover{
width:20px;
}
.bottom-bar{
position: relative;
background-color: #323232;
height: 250px;
width: 100%;
top:60px;
}
.big-logo{
line-height: 150px;
font-size: 50px;
color: #e7e7e7;
text-align: center;
width: 100%;
height: 160px;
border-bottom:1px solid #585858;
}
.bottom-bar p{
width: 100%;
text-align: center;
color: #7b7b7b;
}
.model-info{
text-align: center;
float: left;
width: 400px;
height: 40px;
margin: 15px 10px;
background-color: #e4e4e4;
border-radius: 5px;
color: rgba(27, 27, 27, 0.87);
padding-left: 10px;
line-height: 35px;
font-size: 18px;
font-weight: 400;
}