articleDetail.wxss 1.22 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
/**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
}