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.
212 lines
3.3 KiB
212 lines
3.3 KiB
/* 设备切换 */
|
|
.sbtab{
|
|
width: 1340px;
|
|
margin: 0 auto;
|
|
margin-top: 20px;
|
|
}
|
|
.sbtab .category {
|
|
width: 740px;
|
|
height: 80px;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
.sbtab .category a:after {
|
|
content: "";
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.sbtab .category .prev {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 28px;
|
|
height: 100%;
|
|
text-align: center;
|
|
font-size: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.sbtab .category .prev span {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 28px;
|
|
height: 42px;
|
|
background-repeat: no-repeat;
|
|
background-image: url(../images/prev.png);
|
|
}
|
|
|
|
.sbtab .category .next span {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 28px;
|
|
height: 42px;
|
|
background-repeat: no-repeat;
|
|
background-image: url(../images/next.png);
|
|
}
|
|
|
|
.sbtab .category .next {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 28px;
|
|
height: 100%;
|
|
text-align: center;
|
|
font-size: 0;
|
|
right: 0;
|
|
}
|
|
.sbtab .category ul{
|
|
margin-left: 58px;
|
|
}
|
|
.sbtab .category ul li {
|
|
width: 70px;
|
|
height: 70px;
|
|
cursor: pointer;
|
|
color: #FFFFFF;
|
|
float: left;
|
|
margin-right: 20px;
|
|
border: 1px solid #409dd0;
|
|
background: #1d5675;
|
|
border-radius: 50%;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
line-height: 70px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.sbtab .category ul li.active {
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #23a7c8;
|
|
border: 1px solid #8de8ff;
|
|
margin-top: 0;
|
|
line-height: 80px;
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
|
|
.sbtab .cont {
|
|
display: none;
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.sbtab .cont.active {
|
|
display: block;
|
|
}
|
|
.hyjl {
|
|
height: 100%;
|
|
border: 1px solid #0c6f89;
|
|
background: rgba(12, 70, 100, 0.8);
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
color: #ffffff;
|
|
}
|
|
.hyjlfl{
|
|
width: 100%;
|
|
}
|
|
.hyjlfl ul{
|
|
width: 100%;
|
|
height: 310px;
|
|
background: url(../images/hyjlfl.png) bottom center no-repeat;
|
|
padding:0 30px;
|
|
margin-top: 40px;
|
|
}
|
|
.hyjlfl ul li{
|
|
float: left;
|
|
width: 204px;
|
|
height: 234px;
|
|
background: url(../images/hyjlflli.png) no-repeat;
|
|
margin-left: 90px;
|
|
padding-top: 110px;
|
|
text-align: center;
|
|
}
|
|
.hyjlfl ul li a{
|
|
font-size: 16px;
|
|
color: #f8fc85;
|
|
}
|
|
|
|
/* 会议记录列表 */
|
|
.hyjl-list {
|
|
|
|
background: url(../images/hyjl2.png) center no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0;
|
|
position: absolute;
|
|
right: 65px;
|
|
left: 65px;
|
|
top: 35px;
|
|
bottom: 35px;
|
|
}
|
|
.hyjl-list ul{
|
|
width: 49%;
|
|
overflow: auto;
|
|
position: absolute;
|
|
right:0;
|
|
top:85px;
|
|
bottom:85px;
|
|
}
|
|
.hyjl-list li{
|
|
|
|
width: 95%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
color: #FFFFFF;
|
|
padding: 0px 18px;
|
|
font-size:18px;
|
|
font-weight:400;
|
|
}
|
|
|
|
.hyjl-list li a{
|
|
color: #FFFFFF;
|
|
}
|
|
.hyjl-list li span {
|
|
float: right;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
}
|
|
.hyjl-list li:nth-child(2n+1){
|
|
background: #0d4069;
|
|
}
|
|
.hyjl-fanhui {
|
|
width: 70px;
|
|
height: 24px;
|
|
background: url(../images/fanhui.png) left center no-repeat;
|
|
line-height: 24px;
|
|
color: #00f6ff;
|
|
font-size: 16px;
|
|
padding-left: 28px;
|
|
position: absolute;
|
|
top: 30px;
|
|
right: 85px;
|
|
}
|
|
.hyjl-bianji {
|
|
width: 70px;
|
|
height: 24px;
|
|
background: url(../images/bianji.png) left center no-repeat;
|
|
line-height: 24px;
|
|
color: #00f6ff;
|
|
font-size: 16px;
|
|
padding-left: 28px;
|
|
position: absolute;
|
|
top: 30px;
|
|
right: 10px;
|
|
}
|
|
.hyjl-list .hyjl-table {
|
|
width: 46%;
|
|
overflow: auto;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 85px;
|
|
bottom: 85px;
|
|
}
|
|
.hyjl-list table td{
|
|
line-height: 40px;
|
|
font-size:16px;
|
|
font-weight:400;
|
|
}
|