topline_detail.wxss 1.9 KB
/* pages/topline_detail/topline_detail.wxss */

.contnet{
 margin: 0 32rpx;
}
.title{
 color:#1F1F1F;
 font-size:30rpx;
 margin: 32rpx 0 30rpx 0;
}
.video_box{
 height: 300rpx;
 width:100%;
 border-radius: 5rpx;
}
.video_box video{
 width:100%;
 height: 100%;
}
.tipitem{
 color:#292929;
 font-size:28rpx;
 margin: 20rpx 0 0 0;
 display: flex;
 align-items: center;
}
.tip_left{
 width:220rpx;
 margin: 0 20rpx 0 0;
 display: flex;
 align-items: center;
}
.tip_img{
 width:27rpx;
 height: 27rpx;
 border-radius: 50%;
 margin: 0 9rpx 0 0;
}
.tip_img image{
 display: block;
 width:100%;
 height: 100%;
}
.txt_left{
 width:600rpx;
 text-align: left;
}

.content_img{
 height: 300rpx;
 border-radius: 5rpx;
 overflow: hidden;
 margin: 30rpx 0 27rpx 0;
}
.content_img image{
 width:100%;
 height: 100%;
}
.tip_mian{
 /* padding:20rpx 0;
 color:#A8A8A8;
 font-size:26rpx; */
}
.center_title{
 color:#8DE063;
 font-size: 30rpx;
 margin: 32rpx 0 10rpx 0;
}
.assess_item{
 border-bottom:1rpx solid #F0F0F0;
 padding:0 0 30rpx 0;
}
.assess_item:last-child{
 border-bottom:none;
}
.header{
 display: flex;
 align-items: center;
 justify-content: space-between;
 color:#A8A8A8;
 font-size:30rpx;
 margin: 20rpx 0;
}
.header_left{
 display: flex;
 align-items: center;
}
.headerimg{
 width:70rpx;
 height: 70rpx;
 border-radius: 50%;
 margin: 0 10rpx 0 0;
}
.headerimg image{
 width:100%;
 height: 100%;
}
.assess_time{
 color:#CCCCCC;
 font-size:24rpx;
}
.assess_main{
 color:#292929;
 font-size:26rpx;
}
.reply{
 margin: 22rpx 0 0 0;
 background: #E6E6E6;
 padding:12rpx 18rpx;
 color:#A8A8A8;
 font-size:24rpx;
 border-radius: 5rpx;

}
.int_btn{
 position: relative;
 margin: 40rpx 0 50rpx 0;
height:88rpx;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:34rpx;
background:#8DE063;
border-radius:44rpx;
}
.int_btn button{
 position: absolute;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 z-index:1000;
 opacity: 0.7;
}
.int_btn:active{
 opacity: 0.7;
}