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.
128 lines
2.2 KiB
128 lines
2.2 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%;
|
|
|
|
}
|
|
|
|
.mt60{
|
|
padding-top: 90rpx;
|
|
}
|
|
|
|
|
|
.m-list {
|
|
min-height: 100rpx;
|
|
margin-top: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;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.row {
|
|
position: relative;
|
|
@include cs;
|
|
|
|
}
|
|
|
|
.row1{
|
|
display: flex;
|
|
justify-content: start;
|
|
|
|
.time{
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.dot{
|
|
margin-left:15rpx;
|
|
margin-top:8rpx;
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
background: #E60000;
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
|
|
.row2{
|
|
margin-top:10rpx;
|
|
font-size: 30rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
line-height: 50rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.row_img {
|
|
display: flex;
|
|
margin-top: 15rpx;
|
|
|
|
image {
|
|
margin-left: 20rpx;
|
|
width: 210rpx;
|
|
height: 160rpx;
|
|
|
|
&:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.state {
|
|
position: absolute;
|
|
right:0rpx;
|
|
top:0rpx;
|
|
width: 81rpx;
|
|
height: 36rpx;
|
|
|
|
border-radius: 0rpx 10rpx 0rpx 10rpx;
|
|
text-align: center;
|
|
font-size: 20rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
line-height: 36rpx;
|
|
|
|
}
|
|
.color1{
|
|
background: linear-gradient(0deg, #FAAA05, #FEBB21);
|
|
}
|
|
|
|
.color2{
|
|
background: linear-gradient(0deg, #2F93EE, #03C7EF);
|
|
}
|
|
|
|
.state2{
|
|
right:85rpx;
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|