You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
764 B
37 lines
764 B
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
|
|
page {
|
|
background-color: #fff;
|
|
// background-color: $bgc1;
|
|
// padding-bottom: 20rpx;
|
|
}
|
|
|
|
.m-info {
|
|
background-color: #fff;
|
|
padding: 20rpx;
|
|
border-top: 20rpx solid $bgc1;
|
|
.info {
|
|
box-sizing: border-box;
|
|
|
|
.date,
|
|
.source {
|
|
font-size: 24rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 300;
|
|
color: #999999;
|
|
}
|
|
|
|
.cnt {
|
|
margin: 20rpx 0;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 400;
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
|