aq_detail.wxss 605 字节
/* pages/aq_detail/aq_detail.wxss */
page{

 color:#000000;
 font-size:28rpx;

 box-sizing: border-box;
}
.aq_title{
margin: 0 34rpx;
display: flex;
align-items: center;
padding:30rpx 0;
border-bottom: solid #E6E6E6 1rpx;
}
.big {
    width: 20px;
    height: 20px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0 17rpx 0 0;
}
.aq_content{
padding:30rpx 0;
margin: 0 34rpx;
display: flex;
line-height: 26rpx;
}
.aq_contentmain{
 width:590rpx;
 line-height: 50rpx;
}