57 lines
885 B
Plaintext
57 lines
885 B
Plaintext
/* pages/articleDetails/articleDetails.wxss */
|
|
.banner{
|
|
margin: 30rpx 0;
|
|
width: 750rpx;
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.titleWrap{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
.title{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
font-size: 38rpx;
|
|
line-height: 80rpx;
|
|
color: #333;
|
|
}
|
|
.dateWrap{
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
.ml{
|
|
margin-left: 30rpx;
|
|
}
|
|
.imgWrap{
|
|
height: 350rpx;
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
}
|
|
.img{
|
|
height: 350rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
.imgWrap image{
|
|
height: 100%;
|
|
width:100%;
|
|
border-radius: 15rpx;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.msgWrap{
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
color: #555;
|
|
font-size: 35rpx;
|
|
line-height: 180%
|
|
} |