68 lines
953 B
CSS
Executable File
68 lines
953 B
CSS
Executable File
.con_ {
|
|
width: 100%;
|
|
background: white;
|
|
}
|
|
|
|
.con_ .con_top {
|
|
width: 100%;
|
|
height: 92px;
|
|
position: relative;
|
|
}
|
|
|
|
.headImg {
|
|
position: absolute;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
left: 21px;
|
|
top: 21px;
|
|
}
|
|
|
|
.con_top_title {
|
|
position: absolute;
|
|
width: calc(100% - 140px);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-size: 15px;
|
|
color: #101010;
|
|
left: 80px;
|
|
top: 25px;
|
|
}
|
|
|
|
.num{
|
|
color: #808080;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
left: 80px;
|
|
top: 45px;
|
|
}
|
|
.guanzhu{
|
|
position: absolute;
|
|
padding: 2px 10px;
|
|
background: #ED374C;
|
|
color: white;
|
|
border: none;
|
|
right: 10px;
|
|
top: 30px;
|
|
}
|
|
.con_con p{
|
|
font-size: 13px;
|
|
color: #101010;
|
|
padding: 0 2%;
|
|
}
|
|
|
|
.con_con img{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.time{
|
|
width: 100%;
|
|
height: 50px;
|
|
font-size: 12px;
|
|
color: #808080;
|
|
line-height: 50px;
|
|
padding-left: 75%;
|
|
}
|