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.

60 lines
1023 B

/* miniprogram/pages/more/more.wxss */
page{
background-color: #ccc;
}
.container2{
width: 670rpx;
/* height: 700px; */
margin: 0 40rpx;
/* background-color: aqua; */
}
.list{
width: 100%;
min-height: 400rpx;
margin-bottom: 30rpx;
background-color: white;
border-radius: 25rpx 25rpx 0 0;
overflow: hidden;
}
.list-img{
width: 100%;
height: 300rpx;
border-radius: 25rpx 25rpx 0 0;
}
.list-img image{
width: 100%;
height: 100%;
border-radius: 25rpx 25rpx 0 0;
}
.list-con-title{
margin: 10rpx;
width: 100%;
height: 40rpx;
line-height: 40rpx;
font-size: 32rpx;
font-weight: 800;
}
.list-con-time{
width: 100%;
max-width: 630rpx;
height: 40rpx;
margin: 10rpx 0;
line-height: 40rpx;
font-size: 28rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.list-con-icon{
width: 30rpx;
height: 30rpx;
margin: 5rpx 10rpx;
display: inline-block;
}
.list-con-time2{
display: inline-block;
}
.list-con-icon image{
width: 100%;
height: 100%;
}