115 lines
3.0 KiB
Plaintext
115 lines
3.0 KiB
Plaintext
.it-container{
|
|
.it-temp1{
|
|
|
|
img{
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.it-temp2{
|
|
padding-top: .4rem;
|
|
position: relative;
|
|
z-index: 1;
|
|
|
|
.item{
|
|
display: flex;
|
|
padding: .3rem 0;
|
|
position: relative;
|
|
border-bottom: 1px solid #DFDFDF;
|
|
// margin-bottom: .3rem;
|
|
cursor: pointer;
|
|
.img{
|
|
flex: none;
|
|
width: 2.4rem;
|
|
height: 1.6rem;
|
|
img{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit:cover
|
|
}
|
|
}
|
|
.decs{
|
|
flex: auto;
|
|
padding-left: .2rem;
|
|
padding-right: 2.4rem;
|
|
.title{
|
|
font-size: .28rem;
|
|
font-weight: 400;
|
|
color: #001D2D;
|
|
line-height: .4rem;
|
|
padding: .06rem .36rem;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin-top: .2rem;
|
|
margin-bottom: .16rem;
|
|
}
|
|
.text{
|
|
font-size: .18rem;
|
|
font-weight: 400;
|
|
color: #606266;
|
|
line-height: .32rem;
|
|
padding: 0 .36rem;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
.time{
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: .3rem;
|
|
font-size: .18rem;
|
|
|
|
font-weight: 400;
|
|
color: #606266;
|
|
}
|
|
// padding-bottom: .2rem;
|
|
// margin-bottom: .42rem;
|
|
// &:hover{
|
|
// box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
|
|
// }
|
|
|
|
|
|
}
|
|
.page{
|
|
text-align: center;
|
|
padding: .48rem 0;
|
|
padding-bottom: .8rem;
|
|
}
|
|
}
|
|
::v-deep .van-card{
|
|
padding: .16rem;
|
|
background-color: #fff;
|
|
box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
|
|
border-radius: .08rem;
|
|
}
|
|
::v-deep .van-card__thumb img{
|
|
// border-radius: 0;
|
|
}
|
|
::v-deep .van-card__thumb{
|
|
margin-right: .2rem;
|
|
width: 1.8rem;
|
|
height: 1.8rem;
|
|
}
|
|
::v-deep .van-card__content{
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
padding-top: .16rem;
|
|
}
|
|
::v-deep .van-card__title{
|
|
margin-bottom: .16rem;
|
|
font-size: .28rem;
|
|
line-height: .4rem;
|
|
max-height: 1rem;
|
|
}
|
|
::v-deep .van-card__desc{
|
|
font-size: .24rem;
|
|
line-height: 1;
|
|
max-height: none;
|
|
}
|
|
|
|
} |