日照项目的居民端小程序
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.

194 lines
4.5 KiB

@import "c/conf";
@import "c/mx";
@import "c/f";
@import "a/c";
.g-scroll_page {
position: relative;
box-sizing: border-box;
// height: 100vh;
// margin-top: 90rpx;
}
// .tags-h {
// height: 162rpx;
// }
// .tags-filter-h {
// min-height: 185rpx;
// // overflow: hidden;
// background-color: #fff;
// }
.vocal-list {
padding: 20rpx 20rpx 86rpx;
min-height: 210rpx;
.vocal-item {
position: relative;
min-height: 210rpx;
margin-top: 20rpx;
padding: 30rpx 20rpx 26rpx 20rpx;
box-sizing: border-box;
font-family: Source Han Serif SC;
font-weight: 500;
background-color: #fff;
box-shadow: 0rpx 3rpx 24rpx 0rpx rgba(211, 211, 211, 0.26);
border-radius: 10rpx;
-webkit-border-radius: 10rpx;
-moz-border-radius: 10rpx;
-ms-border-radius: 10rpx;
-o-border-radius: 10rpx;
.item-head-top {
font-size: 30rpx;
margin-bottom: 8rpx;
overflow:hidden;//一定要写
text-overflow: ellipsis;//超出省略号
display:-webkit-box;//一定要写
-webkit-line-clamp: 2;//控制行数
-webkit-box-orient: vertical;//一定要写
line-height: 52rpx;
.item-name {
font-weight: bold;
color: rgba(51, 51, 51, 1);
}
.item-line{
font-weight: bold;
margin-left:10rpx;
}
.item-deed{
color: rgba(51, 51, 51, 1);
}
}
.info-pic {
width: 100%;
display: flex;
align-items: center;
box-sizing: border-box;
padding: 13rpx 20rpx 10rpx 20rpx;
image {
width: 200rpx;
height: 150rpx;
box-sizing: border-box;
margin-right: 15rpx;
}
image:last-child {
margin-right: 0;
}
}
.item-infos {
display: flex;
justify-content: space-between;
margin-top:12rpx;
}
.item-time {
min-height: 28rpx;
font-size: 26rpx;
color: rgba(153, 153, 153, 1);
line-height: 1;
padding-bottom: 8rpx;
}
}
.vocal-item:first-child {
margin-top: 0;
}
.more-tips {
margin-top: 20rpx;
text-align: center;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(153, 153, 153, 1);
}
}
.pd180 {
padding-bottom: 248rpx;
}
page {
background-color: #fff;
}
.vocal-detail {
// margin-top: 20rpx;
padding: 0 30rpx 10rpx 30rpx;
background-color: #fff;
.vocal-header {
.vocal-header-title {
padding: 32rpx 0 0 0;
font-size: 40px;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
text-align: center;
}
}
.detail-content {
margin-top:50rpx;
.grid{
image{
width:26rpx;
height:26rpx;
}
text{
margin-left:13rpx;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
}
}
.category{
margin-top:12rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
}
.content{
margin-top: 10rpx;
font-size: 34rpx;
font-family: PingFang SC;
font-weight: 400;
color: #333333;
line-height: 62rpx;
}
.info-imgs {
align-items: center;
box-sizing: border-box;
// margin: 50rpx 0;
margin-top: 20rpx;
text-align: center;
image {
// width: 100%;
height:340rpx;
margin-top:10rpx;
}
}
}
}