/* pages/journalDetail/journalDetail.wxss */ .container{ margin:30rpx; background: #fff; border-radius: 10rpx; padding:20rpx; } .baseinfo{ display: flex; margin-bottom:30rpx; position: relative; } .baseinfo .faceimg{ margin-right: 20rpx; } .baseinfo .faceimg image{ width:180rpx; height: 236rpx; } .baseinfo .tweo view{ margin-bottom:24rpx; font-size: 24rpx; color: #999999; } .baseinfo .tweo .title{ font-size: 32rpx; color:#333333; margin-bottom:40rpx; } .baseinfo .gzgzh{ position: absolute; width: 136rpx; height: 48rpx; background: #298EF9; border-radius: 8rpx; font-size:20rpx; color:#ffffff; right: 20rpx; padding:0px; line-height: 48rpx; } .intro text{ font-size: 28rpx; color: #333333; font-weight: 500; } .intro .desc{ margin-top:30rpx; color: #666666; line-height: 45rpx; } .content{ margin-top:48rpx; } .content view{ margin-bottom:28rpx; color: #333333; }