|
|
|
@ -1,13 +1,16 @@
|
|
|
|
|
body{
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background-color:#f5f5f5;
|
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main2{
|
|
|
|
|
background-color: rgb(249, 248, 255);
|
|
|
|
|
background-color:#fafafa;
|
|
|
|
|
}
|
|
|
|
|
.updated{
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
a{
|
|
|
|
|
text-decoration: none;
|
|
|
|
@ -22,10 +25,10 @@ ul{
|
|
|
|
|
.top-bar{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 55px;
|
|
|
|
|
position: relative;
|
|
|
|
|
position: fixed;
|
|
|
|
|
background-color: #c13139;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
box-shadow: 5px 0px 10px rgba(0,0,0,0.47);
|
|
|
|
|
box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.top-center-bar{
|
|
|
|
|
position: relative;
|
|
|
|
@ -109,7 +112,6 @@ ul{
|
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
.opt-options div{
|
|
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
@ -122,7 +124,7 @@ ul{
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.21);
|
|
|
|
|
}
|
|
|
|
|
.personal-opt .opt{
|
|
|
|
|
width: 35px;
|
|
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 55px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
@ -139,7 +141,7 @@ width: 35px;
|
|
|
|
|
left: 5px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 800px;
|
|
|
|
|
background-color: #251d20;
|
|
|
|
|
background-color: #323232;
|
|
|
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
|
|
|
|
|
}
|
|
|
|
|
.nav-bar .a-process{
|
|
|
|
@ -169,6 +171,7 @@ width: 35px;
|
|
|
|
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
|
|
|
|
|
}
|
|
|
|
|
.main2{
|
|
|
|
|
top: 55px;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 1100px;
|
|
|
|
@ -204,7 +207,7 @@ width: 35px;
|
|
|
|
|
width: 990px;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 110px;
|
|
|
|
|
height: 900px;
|
|
|
|
|
min-height: 825px;
|
|
|
|
|
}
|
|
|
|
|
.scroll-ads{
|
|
|
|
|
height: 250px;
|
|
|
|
@ -214,7 +217,7 @@ width: 35px;
|
|
|
|
|
margin: 20px 45px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.33);
|
|
|
|
|
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{
|
|
|
|
@ -306,18 +309,17 @@ width: 35px;
|
|
|
|
|
.notice-child .notice-text{
|
|
|
|
|
color: rgba(0, 0, 0, 0.91);
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 100px;
|
|
|
|
|
height: 0px;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
font-size: 0px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
display: none;
|
|
|
|
|
transition-delay:0.3s;
|
|
|
|
|
transition: 0.5s;
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.26);
|
|
|
|
|
}
|
|
|
|
|
.notice-child .notice-title:hover + .notice-text{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.notice-child .notice-text:hover{
|
|
|
|
|
display: block;
|
|
|
|
|
.notice-child.select .notice-text{
|
|
|
|
|
min-height: 100px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
.notice-child .notice-title .expend{
|
|
|
|
|
position: relative;
|
|
|
|
@ -334,12 +336,15 @@ width: 35px;
|
|
|
|
|
margin: 0px 120px;
|
|
|
|
|
}
|
|
|
|
|
.notice-choose{
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
width: 90px;
|
|
|
|
|
height: 400px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 370px;
|
|
|
|
|
right: 62px;
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0);
|
|
|
|
|
top: 300px;
|
|
|
|
|
right: 45px;
|
|
|
|
|
border: 1px solid rgb(157, 157, 157);
|
|
|
|
|
}
|
|
|
|
|
.notice-choose .notice-class{
|
|
|
|
|
margin: 8px 0;
|
|
|
|
@ -350,9 +355,57 @@ width: 35px;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #c62235;
|
|
|
|
|
border-radius: 0 10px 10px 0;
|
|
|
|
|
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;
|
|
|
|
|
}
|