Files
2024-09-27 02:06:13 +08:00

251 lines
4.8 KiB
CSS

.content{
position: relative;
margin: 0 15px;
}
.top_img {
position: relative;
height: 375px;
}
.top_img img {
width: 100%;
height: 100%;
}
.cpc_c1 {
width: 100%;
background: #fff;
border-radius: 16px;
box-shadow: 0px 0px 32px rgb(0 0 0 / 10%);
position: relative;
top: -55px;
padding: 20px 15px 10px;
box-sizing: border-box;
}
.cpc_c1 h2 {
font-size: 28px;
font-weight: 700;
color: #333;
line-height: 38px;
}
.cpc_c1 .time {
font-size: 12px;
color: #999;
line-height: 20px;
display: block;
padding: 4px 0px 0px;
}
.yyinfos {
margin: 10px 0px 10px;
position: relative;
padding: 10px 0px 0px;
border-top: 1px solid #f5f5f5;
}
.yyinfos li {
display: flex;
align-items: center;
}
.yyinfos li span{
display: inline-block;
font-size: 9px;
zoom: 0.9;
line-height: 17px;
flex: 1;
color: #4dd196;
}
.yyinfos .jdw{
height: 5px;
border-radius: 3px;
flex: 4;
background: #ebfbf4;
font-size: 0;
}
.dddd {
margin-top: 15px;
margin-bottom: 10px;
font-weight: bold;
}
.yyinfos .jdw .jd{
height: 5px;
border-radius: 3px;
background: #4dd196;
display: inline-block;
width: 10px;
}
.tips {
font-size: 10px;
color: #999;
line-height: 24px;
text-align: center;
}
.cpargsw {
display: flex;
justify-content: space-around;
margin-top: 17px;
}
.cpargsw li {
text-align: center;
}
.cpargsw li .i {
height: 30px;
width: 30px;
background: url("https://st-cn.meishij.net/p2/20200221/20200221173101_145.png") no-repeat;
background-size: 30px 150px;
margin: 0 auto;
}
.cpargsw li span {
display: inline-block;
font-size: 12px;
line-height: 24px;
color: #666666;
}
.show_more {
overflow: hidden;
text-overflow: ellipsis;
height: 42px;
margin-bottom: 20px;
margin-top: 20px;
position: relative;
}
.show_more .text {
font-weight: 400;
text-align: justify;
font-size: 14px;
color: #999999;
line-height: 21px;
display: block;
}
.show_more .more {
height: 27px;
color: #5a92f5;
font-size: 14px;
line-height: 27px;
font-weight: 400;
position: absolute;
right: 0px;
bottom: -3px;
display: flex;
align-items: center;
background-image: linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1));
padding-left: 60px;
}
.show_more .more span {
color: #5a92f5;
font-size: 14px;
}
.show_more .more img {
height: 14px;
width: 14px;
margin-left: 2px;
}
.liao {
margin-bottom: 20px;
}
.liao .title {
display: flex;
align-items: center;
height: 40px;
background: #fff;
font-size: 16px;
color: #333;
font-weight: 700;
}
.liao .list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid rgba(0,0,0,0.05);
}
.liao .list li {
display: flex;
align-items: center;
justify-content: space-between;
height: 36px;
width: 50%;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
border-right: 1px solid rgba(0,0,0,0.05);
}
.liao .list .list_title {
box-sizing: border-box;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-size: 14px;
color: #108ee9;
font-weight: 400;
padding-left: 20px;
}
.liao .list .list_nums {
width: 45%;
box-sizing: border-box;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-size: 14px;
color: #666;
font-weight: 400;
text-align: right;
padding-right: 20px;
box-sizing: border-box;
}
.info_list {
margin-top: -29px;
}
.info_list li .info_top {
position: relative;
height: 230px;
}
.info_list li p {
padding: 15px 0px 30px;
font-size: 16px;
line-height: 24px;
color: #666;
font-weight: 400;
}
.info_list li .info_top {
position: relative;
height: 230px;
}
.info_list li .info_top img {
width: 100%;
height: 100%;
}
.info_list li .info_top .setp {
height: 40px;
line-height: 40px;
color: #333;
font-size: 18px;
font-weight: 700;
padding: 0px 20px 0px 15px;
background: rgba(255,255,255,0.9);
position: absolute;
left: 0px;
top: 15px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
z-index: 100;
}
.info_list li .info_top {
position: relative;
height: 230px;
}
.info_list li .info_top img {
width: 100%;
height: 100%;
}
.info_list li .change_list {
display: flex;
align-items: center;
margin-top: 15px;
}
.info_list li .change_list img {
width: 20.3333333vw;
height: 20.3333333vw;
margin: 0 2.66666666vw 0 0;
box-sizing: border-box;
background: #eee;
object-fit: cover;
opacity: 0.4;
}