|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
body{
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background-color: #dad0ce;
|
|
|
|
|
background-color:#f5f5f5;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main2{
|
|
|
|
|
background-color: #f8f9ff;
|
|
|
|
|
background-color: rgb(249, 248, 255);
|
|
|
|
|
}
|
|
|
|
|
a{
|
|
|
|
|
text-decoration: none;
|
|
|
|
@ -172,7 +173,6 @@ width: 35px;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 1100px;
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
.link-point{
|
|
|
|
|
display: block;
|
|
|
|
@ -193,8 +193,11 @@ width: 35px;
|
|
|
|
|
}
|
|
|
|
|
.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);
|
|
|
|
@ -212,7 +215,7 @@ width: 35px;
|
|
|
|
|
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);
|
|
|
|
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22);
|
|
|
|
|
}
|
|
|
|
|
.scroll-ads .scroll-ads-imgs .scroll-child{
|
|
|
|
|
display: inline-block;
|
|
|
|
@ -243,6 +246,7 @@ width: 35px;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.notice-frame{
|
|
|
|
|
background-color: white;
|
|
|
|
|
margin:370px auto 0px 45px;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 800px;
|
|
|
|
@ -250,7 +254,7 @@ width: 35px;
|
|
|
|
|
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);
|
|
|
|
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
|
|
|
|
|
}
|
|
|
|
|
.notice-frame .notice-frame-info{
|
|
|
|
|
|
|
|
|
@ -279,7 +283,7 @@ width: 35px;
|
|
|
|
|
.bar-change::-webkit-scrollbar-thumb{
|
|
|
|
|
width: 10px;
|
|
|
|
|
transition: all 0.3s;
|
|
|
|
|
background-color: #e45053;
|
|
|
|
|
background-color: rgba(210, 81, 80, 0.96);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
.notice-child{
|
|
|
|
|