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.
216 lines
4.4 KiB
216 lines
4.4 KiB
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
@import "global";
|
|
|
|
page {
|
|
// background-color: #fff;
|
|
}
|
|
|
|
.g-scroll_page {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
padding-top: 80rpx;
|
|
}
|
|
|
|
.m-list {
|
|
min-height: 100rpx;
|
|
|
|
.item {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
margin: 20rpx auto;
|
|
padding: 20rpx;
|
|
width: 710rpx;
|
|
background: rgba(255, 255, 255, 1);
|
|
box-shadow: 0rpx 3rpx 24rpx 0rpx rgba(211, 211, 211, 0.26);
|
|
border-radius: 10rpx;
|
|
|
|
.row {
|
|
position: relative;
|
|
@include cs;
|
|
}
|
|
|
|
.arrow {
|
|
position: absolute;
|
|
display: block;
|
|
top: 15rpx;
|
|
right: 10rpx;
|
|
width: 13rpx;
|
|
height: 24rpx;
|
|
}
|
|
|
|
.grid-name {
|
|
margin-bottom: 20rpx;
|
|
line-height: 36rpx;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
}
|
|
|
|
.row3 {
|
|
display: flex;
|
|
margin-top: 20rpx;
|
|
|
|
.time {
|
|
justify-content: flex-start;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.group-name {
|
|
justify-content: flex-end;
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
line-height: 36rpx;
|
|
}
|
|
}
|
|
|
|
.name {
|
|
position: relative;
|
|
margin: 2rpx 0;
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: bold;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 48rpx;
|
|
|
|
.tag {
|
|
position: relative;
|
|
display: inline-block;
|
|
top: 8rpx;
|
|
margin-right: 10rpx;
|
|
padding: 0 15rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
color: #ffffff;
|
|
background-color: #aaaaaa;
|
|
border-radius: 20rpx;
|
|
font-size: 22rpx;
|
|
vertical-align: top;
|
|
|
|
&.z-y {
|
|
background-color: #ffc100;
|
|
}
|
|
&.z-r {
|
|
background-color: #e70000;
|
|
}
|
|
}
|
|
}
|
|
|
|
.date {
|
|
margin-bottom: 2rpx;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(153, 153, 153, 1);
|
|
line-height: 60rpx;
|
|
|
|
.z-stress {
|
|
font-size: 40rpx;
|
|
color: rgba(230, 0, 0, 1);
|
|
}
|
|
|
|
.z-stress2 {
|
|
font-size: 40rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.z-stress3 {
|
|
color: #333333;
|
|
}
|
|
}
|
|
|
|
.sts {
|
|
@include toeM(2);
|
|
margin: 5rpx 0;
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 52rpx;
|
|
}
|
|
|
|
.topic {
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
padding: 25rpx 20rpx;
|
|
width: 670rpx;
|
|
// background: #f7f7f7;
|
|
border: 1rpx solid #eee;
|
|
border-radius: 10rpx;
|
|
|
|
.topic-title {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.topic-tag {
|
|
position: relative;
|
|
top: 4rpx;
|
|
width: 66rpx;
|
|
height: 47rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
|
|
image {
|
|
@include hub;
|
|
z-index: 0;
|
|
display: block;
|
|
width: 66rpx;
|
|
height: 47rpx;
|
|
}
|
|
|
|
text {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
.topic-cnt {
|
|
@include toe;
|
|
width: 540rpx;
|
|
margin-left: 20rpx;
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
line-height: 48rpx;
|
|
}
|
|
}
|
|
|
|
.topic-imgs {
|
|
display: flex;
|
|
margin-top: 15rpx;
|
|
|
|
image {
|
|
margin-left: 15rpx;
|
|
width: 200rpx;
|
|
height: 120rpx;
|
|
border-radius: 10rpx;
|
|
&:first-child {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|