|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
body{
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background-color: #efefef;
|
|
|
|
|
background-color: #dad0ce;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
@ -14,7 +14,6 @@ ul{
|
|
|
|
|
}
|
|
|
|
|
.main{
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.top-bar{
|
|
|
|
|
width: 100%;
|
|
|
|
@ -60,7 +59,7 @@ ul{
|
|
|
|
|
background-color: white;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 55px;
|
|
|
|
|
right: -20px;
|
|
|
|
|
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);
|
|
|
|
@ -93,8 +92,6 @@ ul{
|
|
|
|
|
margin: 2px;
|
|
|
|
|
width: 45px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 3px solid white;
|
|
|
|
|
}
|
|
|
|
|
.opt .img{
|
|
|
|
|
display: block;
|
|
|
|
@ -134,6 +131,7 @@ width: 35px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 800px;
|
|
|
|
|
background-color: #251d20;
|
|
|
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
|
|
|
|
|
}
|
|
|
|
|
.nav-bar .a-process{
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
@ -149,6 +147,7 @@ width: 35px;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.point-bar{
|
|
|
|
|
border-right:1px solid rgb(198, 34, 53);
|
|
|
|
|
width: 10px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 100px;
|
|
|
|
@ -158,12 +157,12 @@ width: 35px;
|
|
|
|
|
background-color: #cf4240;
|
|
|
|
|
transition: all 0.4s;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
|
|
|
|
|
}
|
|
|
|
|
.main2{
|
|
|
|
|
z-index: 2;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 1100px;
|
|
|
|
|
height: 1100px;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
@ -190,24 +189,27 @@ width: 35px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.update-frame{
|
|
|
|
|
border-top: 1px solid rgba(255,105,0,0);
|
|
|
|
|
width: 990px;
|
|
|
|
|
height: 1100px;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 110px;
|
|
|
|
|
height: 900px;
|
|
|
|
|
}
|
|
|
|
|
.scroll-ads{
|
|
|
|
|
height: 300px;
|
|
|
|
|
height: 320px;
|
|
|
|
|
width: 900px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin: 20px 45px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.33);
|
|
|
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.22);
|
|
|
|
|
}
|
|
|
|
|
.scroll-ads .scroll-ads-imgs .scroll-child{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
height: 90%;
|
|
|
|
|
transition: all 0.4s;
|
|
|
|
|
}
|
|
|
|
|
.scroll-ads .scroll-ads-imgs{
|
|
|
|
@ -232,3 +234,89 @@ width: 35px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.notice-frame{
|
|
|
|
|
margin:370px 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: 0px 0px 8px rgba(0, 0, 0, 0.29);
|
|
|
|
|
}
|
|
|
|
|
.notice-frame .notice-frame-info{
|
|
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #c62e35;
|
|
|
|
|
width:200px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border-radius: 0px 0px 8px 0px;
|
|
|
|
|
text-align:center;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
box-shadow: 0px 0px 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;
|
|
|
|
|
}
|
|
|
|
|
.notice-child{
|
|
|
|
|
margin: 5px 0px;
|
|
|
|
|
width: 98%;
|
|
|
|
|
float: left;
|
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.notice-child .notice-title{
|
|
|
|
|
border-left: 5px solid #c62e35;
|
|
|
|
|
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%;
|
|
|
|
|
min-height: 100px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
display: none;
|
|
|
|
|
transition-delay:0.3s;
|
|
|
|
|
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-choose{
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 370px;
|
|
|
|
|
right: 62px;
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0);
|
|
|
|
|
}
|
|
|
|
|
.notice-choose .notice-class{
|
|
|
|
|
margin: 8px 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #c62235;
|
|
|
|
|
border-radius: 0px 10px 10px 0px;
|
|
|
|
|
transition: all 0.3s;
|
|
|
|
|
}
|
|
|
|
|
.notice-choose .notice-class:hover{
|
|
|
|
|
width: 110%;
|
|
|
|
|
}
|