日照项目的居民端小程序
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.
 
 
 

68 lines
1.6 KiB

//引入全局配置
@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;
overflow: hidden;
.info-hd {
margin-bottom: 10rpx;
line-height: 40rpx;
overflow: hidden;
.title {
float: left;
width: 400rpx;
font-size: 32rpx;
font-family: Source Han Serif SC;
font-weight: bold;
color: #333333;
.dot {
position: relative;
display: inline-block;
top: -20rpx;
margin-left: 5rpx;
width: 10rpx;
height: 10rpx;
background-color: $c1;
border-radius: 100%;
}
}
.date {
float: right;
font-size: 24rpx;
font-family: Source Han Serif SC;
font-weight: 300;
color: #999999;
}
}
.info-cnt {
clear: both;
margin: 20rpx 0;
line-height: 48rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 400;
color: #999999;
&.z-half {
@include toeM(2);
}
}
}
}