messageContent.wxss 993 Bytes
  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
/* packageA/pages/messageContent/messageContent.wxss */

/* pages/messageContent/Count.wxss */
.title {
margin: 56rpx 36rpx 30rpx;
font-family: Adobe Heiti Std;
font-size: 34rpx;
color: #333333;
line-height: 46rpx;
text-align: justifyLeft;
font-style: normal;
text-transform: none;
}
.time-read{
display: flex;
margin: 0 36rpx;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
font-size: 24rpx;
color: #999999;
text-align: justifyLeft;
font-style: normal;
text-transform: none;
}
.time-read .time{
margin-right: 59rpx;
}

.penner{
margin: 45rpx 31rpx;
width: 690rpx;
height: 294rpx;
background: #7F7F7F;
border-radius: 10rpx 10rpx 10rpx 10rpx;
}

.penner image{
width: 100%;
height: 100%;
}
.content{
margin: 20rpx 30rpx;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
font-size: 28rpx;
color: #333333;
font-style: normal;
text-transform: none;
}

.content .content1{
margin-bottom: 50rpx;
}