|
|
|
@ -5,6 +5,9 @@ body{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.main2{
|
|
|
|
|
background-color: #f8f9ff;
|
|
|
|
|
}
|
|
|
|
|
a{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
@ -52,6 +55,11 @@ ul{
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
height:70px;
|
|
|
|
|
}
|
|
|
|
|
.back-home a{
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.opt-options{
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 100px;
|
|
|
|
@ -250,11 +258,11 @@ width: 35px;
|
|
|
|
|
background-color: #c62e35;
|
|
|
|
|
width:200px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border-radius: 0px 0px 8px 0px;
|
|
|
|
|
border-radius: 0 0 8px 0;
|
|
|
|
|
text-align:center;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
|
|
|
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
|
|
|
|
|
}
|
|
|
|
|
.notice-frame .notice-cont{
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
@ -263,17 +271,27 @@ width: 35px;
|
|
|
|
|
width: 750px;
|
|
|
|
|
margin: 5px 30px;
|
|
|
|
|
}
|
|
|
|
|
.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: #e45053;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
.notice-child{
|
|
|
|
|
margin: 5px 0px;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
width: 98%;
|
|
|
|
|
float: left;
|
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 0 0 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%;
|
|
|
|
@ -297,6 +315,20 @@ width: 35px;
|
|
|
|
|
.notice-child .notice-text:hover{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.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{
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 200px;
|
|
|
|
@ -306,7 +338,7 @@ width: 35px;
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0);
|
|
|
|
|
}
|
|
|
|
|
.notice-choose .notice-class{
|
|
|
|
|
margin: 8px 0px;
|
|
|
|
|
margin: 8px 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
color: white;
|
|
|
|
@ -314,7 +346,7 @@ width: 35px;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #c62235;
|
|
|
|
|
border-radius: 0px 10px 10px 0px;
|
|
|
|
|
border-radius: 0 10px 10px 0;
|
|
|
|
|
transition: all 0.3s;
|
|
|
|
|
}
|
|
|
|
|
.notice-choose .notice-class:hover{
|
|
|
|
|