selfhelp.wxss 1.6 KB
/* pages/selfhelp/selfhelp.wxss */
swiper {
 height: 300rpx;
}
.self_content{
 margin: 20rpx 0 43rpx 0;
}
.item_img{
 height: 300rpx;

 margin: 0 32rpx;
 border-radius: 5rpx;
 overflow: hidden;
}
.item_img image{
 display: block;
 width:100%;
 height: 100%;
}
.titlebox{
 margin: 34rpx 32rpx 0 32rpx;
 display: flex;
 align-items: center;
}
.title_txt{
 width:80rpx;
 margin: 0 24rpx 0 0;
 color:#7BD64D;
 font-size:32rpx;
 font-weight: bold;
}
.title_mian{
 width:580rpx;
 color:#5C5C5C;
 font-size:24rpx;
}
.cell_box{
 padding:30rpx 32rpx 36rpx 32rpx;
 border-bottom: 2rpx solid #EBEBEB;
}
.cell_box:last-child{
 border:none;
}
.cell{
 display: flex;
 align-items: center;
 margin: 0 0 26rpx 0;
}
.cell_left{
 display: flex;
 width:180rpx;
 align-items: center;
 color:#292929;
 font-size:28rpx;


}
.cell_rigth{
 display: flex;
 align-items: center;
 width:510rpx;
 background: #E6E6E6;
 height: 60rpx;
 border-radius: 5rpx;
 color:#1F1F1F;
 font-size: 28rpx;
 padding:0 12rpx;
}
.cell_rigth input{
 display: flex;
 align-items: center;
 padding:0 12rpx;
 font-size:28rpx;
 width:100%;
 height: 100%;
}
.input_p{
 color:#1F1F1F;
 font-size: 28rpx;
}
.iconbox{
 width:27rpx;
 height: 28rpx;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 10rpx 0 0;
}
.iconbox image{
 width:100%;
 height: 100%;
 display: block;
}
.explain{

background: #E6E6E6;
border-radius: 5rpx;
padding:26rpx 20rpx;
color:#000;
 font-size:28rpx;
 line-height: 50rpx;
}
.explain textarea{
 width:100%;
 height: 100%;
 color:#000;
 font-size:26rpx;
}
.text_p{
 color:#000000;
 font-size:28rpx;
}