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.
154 lines
2.4 KiB
154 lines
2.4 KiB
/* 资讯中心-详情 */
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* 面包屑样式 */
|
|
.rumbs {
|
|
width: 100%;
|
|
height: 60px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.rumbs .rumbs_box {
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
line-height: 60px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_title {
|
|
float: left;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_name {
|
|
float: left;
|
|
}
|
|
|
|
.InfoDetails_word {
|
|
width: 100%;
|
|
background: #F2F8FC;
|
|
}
|
|
|
|
.InfoDetails_main {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
background: white;
|
|
padding: 20px;
|
|
display: flex;
|
|
}
|
|
|
|
.InfoDetails_main .list_main_left {
|
|
width: 260px;
|
|
/* height: 899px; */
|
|
min-height: 900px;
|
|
background-color: rgba(215, 215, 215, 1);
|
|
padding: 10px;
|
|
/* overflow: hidden; */
|
|
}
|
|
|
|
.left_center {
|
|
width: 220px;
|
|
margin: 20px auto;
|
|
height: 92%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.left_center::-webkit-scrollbar {
|
|
/*滚动条整体样式*/
|
|
width: 0px;
|
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
height: 1px;
|
|
}
|
|
|
|
.left_center::-webkit-scrollbar-thumb {
|
|
/*滚动条里面小方块*/
|
|
border-radius: 10px;
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
background: #535353;
|
|
}
|
|
|
|
.left_center::-webkit-scrollbar-track {
|
|
/*滚动条里面轨道*/
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
border-radius: 10px;
|
|
background: #ededed;
|
|
}
|
|
|
|
|
|
.cen_ter {
|
|
width: 220px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
border-radius: 5px;
|
|
background-color: rgba(229, 229, 229, 1);
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cen_ter_true {
|
|
width: 220px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
border-radius: 5px;
|
|
background-color: #999999;
|
|
text-align: center;
|
|
}
|
|
|
|
.InfoDetails_main .list_main_right {
|
|
width: 900px;
|
|
margin-left: 20px;
|
|
/* height: 900px; */
|
|
/* overflow: auto; */
|
|
}
|
|
|
|
.list_main_right .right_header {
|
|
width: 226px;
|
|
height: 30px;
|
|
text-align: center;
|
|
background-color: rgb(168, 168, 168);
|
|
margin: 0 auto;
|
|
line-height: 30px;
|
|
border-radius: 9px;
|
|
color: white;
|
|
}
|
|
|
|
.context-list {
|
|
width: 870px;
|
|
/* height: 900px; */
|
|
padding: 20px;
|
|
/* background-color: #f9f9f9; */
|
|
}
|
|
|
|
.context-header {
|
|
width: 100%;
|
|
font-size: 20px;
|
|
height: 30px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
line-height: 10px;
|
|
background-color: #a8a8a8;
|
|
border-radius: 10px;
|
|
float: left;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.context-body {
|
|
width: 850px;
|
|
/* height: 810px; */
|
|
float: left;
|
|
margin-top: 20px;
|
|
padding: 0 20px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.context-body h4 {
|
|
line-height: inherit;
|
|
}
|
|
|