yuminge-app/yun-min-program-plugin-master/packageC/micro_communities/microAttention/microAttention.wxss

243 lines
4.6 KiB
Plaintext

/* packageC/micro_communities/microAttention/microAttention.wxss */
.micro_attention {
position: relative;
padding: 96rpx 0;
background: #fff;
}
.micro_attention .nav-top {
position: fixed;
width: 100%;
height: 96rpx;
line-height: 96rpx;
top: 0;
left: 0;
font-weight: bold;
z-index: 999;
background: #fff;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
.micro_attention .nav-top .shooting {
position: absolute;
left: 32rpx;
font-size: 28rpx;
color: #a7a7a7;
}
.micro_attention .nav-top .shooting image {
width: 40rpx;
height: 36rpx;
vertical-align: sub;
margin-right: 10rpx;
}
.micro_attention .nav-top .span {
display: inline-block;
height: 95%;
text-align: center;
border-bottom: 8rpx solid #e35151;
font-size: 36rpx;
color: #333;
padding: 0 32rpx;
margin-top: -16rpx;
}
.micro_attention .list {
text-align: left;
}
.micro_attention .list .list-li {
padding: 48rpx 40rpx 32rpx;
border-bottom: 2rpx solid #ebebeb;
}
.micro_attention .list .list-li .top-box {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 76rpx;
height: 76rpx;
}
.micro_attention .list .list-li .top-box .img {
display: flex;
width: 85%;
font-size: 30rpx;
font-weight: bold;
color: #333;
}
.micro_attention .list .list-li .top-box .img image {
width: 76rpx;
height: 76rpx;
border-radius: 100%;
overflow: hidden;
margin-right: 20rpx;
}
.micro_attention .list .list-li .top-box .img .p {
flex: 1;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 76rpx;
}
.micro_attention .list .list-li .top-box image {
margin: 0;
width: 40rpx;
}
.micro_attention .list .list-li .text-box {
width: 100%;
padding-top: 40rpx;
line-height: 48rpx;
font-size: 32rpx;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.micro_attention .list .list-li .banner {
margin-top: 20rpx;
background-color: #fff;
position: relative;
border-radius: 10rpx;
overflow: hidden;
}
.micro_attention .list .list-li .banner swiper {
height: 760rpx;
}
.micro_attention .list .list-li .banner image {
width: 100%;
}
.micro_attention .list .list-li .banner .bannerindex {
text-align: center;
width: 84rpx;
height: 44rpx;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 19.2rpx;
line-height: 44rpx;
color: #fff;
position: absolute;
bottom: 20.16rpx;
right: 20.16rpx;
font-size: 24rpx;
}
.micro_attention .list .list-li .Features-box {
height: 40rpx;
line-height: 40rpx;
display: flex;
justify-content: space-between;
margin-top: 20rpx;
}
.micro_attention .list .list-li .Features-box .tiem-box {
color: #686868;
}
.micro_attention .list .list-li .Features-box .Features-btn {
flex: 1;
display: flex;
flex-direction: row-reverse;
}
.micro_attention .list .list-li .Features-box .Features-btn .btnIcon {
display: flex;
margin-left: 32rpx;
}
.micro_attention .list .list-li .Features-box .Features-btn .btnIcon image {
width: 40rpx;
height: 36rpx;
margin-right: 8rpx;
}
.micro_attention .list .list-li .comment-box {
width: 95%;
background-color: #f5f5f5;
color: #333;
margin-top: 20rpx;
padding: 0 20rpx;
}
.micro_attention .list .list-li .comment-box .comment-num {
height: 64rpx;
line-height: 64rpx;
border-bottom: 2rpx solid #e6e6e6;
}
.micro_attention .list .list-li .comment-box .comment-list .li {
font-size: 28rpx;
margin-top: 12rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.micro_attention .list .list-li .comment-box .look-comment {
display: inline-block;
padding-top: 16rpx;
}
.micro_attention .list .list-li .comment-box .add-comment {
display: flex;
padding: 16rpx 0;
}
.micro_attention .list .list-li .comment-box .add-comment image {
width: 32rpx;
height: 32rpx;
margin: 0 24rpx 0 0;
}
.micro_attention .unsubID {
display: inline-block;
width: 576rpx;
height: 104rpx;
line-height: 104rpx;
text-align: left;
text-indent: 32rpx;
font-size: 32rpx;
}
.micro_attention .replyMainComment {
display: flex;
padding-top: 25.6rpx;
padding-bottom: 25.6rpx;
padding-left: 32rpx;
}
.micro_attention .replyMainComment .left {
width: 580.16rpx;
height: 60.16rpx;
background-color: #f5f5f5;
border-radius: 30.08rpx;
}
.micro_attention .replyMainComment .left input {
border: none;
height: 100%;
width: 100%;
padding-left: 32rpx;
}
.micro_attention .replyMainComment .right {
width: 96rpx;
height: 60.16rpx;
font-size: 30.08rpx;
line-height: 60.16rpx;
color: #333;
margin-left: 40rpx;
}