/**articleDetail.wxss 文章详情**/
.articleDetail{
display: flex;
flex-direction: column;
background: white
}
.article-image{
width: 100%;
}
.article-title{
font: medium bold;
font-size: 24px;
margin: 60rpx 60rpx 30rpx 60rpx;
color: black
}
.article-type{
font: medium;
font-size: 16px;
color: #ee7289;
margin-right: 30px;
margin-left: 30px;
}
.article-tip{
margin: 0rpx 90rpx 60rpx 90rpx;
color: #979797;
line-height: 25px;
font-size: 15px;
text-align: center;
}
.article-line{
width: 300rpx;
height: 2rpx;
background: #d8dbd4;
margin-left: 50%;
transform: translateX(-50%);
}
.article-content{
margin: 0rpx 40rpx 0rpx 40rpx;
font: lighter;
font-size: 18px;
line-height: 27px;
/*letter-spacing: 3rpx;*/
text-indent: 2em;
white-space: normal;
}
.article-like{
width: 150rpx;
height: 150rpx;
border-radius: 100rpx;
margin-left: 50%;
transform: translateX(-50%);
position: relative;
margin-bottom: 150rpx;
margin-top: 100rpx;
}
.article-likeview{
width: 150rpx;
height: 150rpx;
}
.article-likenum{
margin-left: 50%;
transform: translateX(-50%);
position: absolute;
bottom: 30rpx;
font: medium;
line-height: 28rpx;
font-size: 28rpx;
color: white
}