44 lines
634 B
Plaintext
44 lines
634 B
Plaintext
page {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.articleImg {
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.articleCont {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
border-bottom: 160rpx transparent solid;
|
|
}
|
|
|
|
.articleName {
|
|
font-size: 36rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.articleName text {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.articleTool {
|
|
color: #666666;
|
|
font-size: 26rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
|
|
.articleTool text {
|
|
padding-right: 30rpx;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.articleBanner {
|
|
text-align: center;
|
|
margin: 60rpx 0;
|
|
}
|
|
|
|
.articleBanner image {
|
|
width: 100%;
|
|
}
|