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.
162 lines
2.9 KiB
162 lines
2.9 KiB
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
@import "a/c";
|
||
|
|
||
|
page {
|
||
|
background-color: $bgc1;
|
||
|
padding-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.m-operate {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
box-sizing: border-box;
|
||
|
padding: 20rpx;
|
||
|
// height: 40rpx;
|
||
|
overflow: hidden;
|
||
|
.m-left {
|
||
|
width: 210rpx;
|
||
|
height: 60rpx;
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: #ffffff;
|
||
|
text-align: center;
|
||
|
line-height: 60rpx;
|
||
|
background: #e60000;
|
||
|
border-radius: 30rpx;
|
||
|
// visibility: hidden;
|
||
|
-webkit-border-radius: 30rpx;
|
||
|
-moz-border-radius: 30rpx;
|
||
|
-ms-border-radius: 30rpx;
|
||
|
-o-border-radius: 30rpx;
|
||
|
image {
|
||
|
display: inline-block;
|
||
|
width: 28rpx;
|
||
|
height: 24rpx;
|
||
|
margin-right: 10rpx;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|
||
|
.msg-btn {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.btn {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-left: 20rpx;
|
||
|
// float: right;
|
||
|
// line-height: 40rpx;
|
||
|
// padding: 20rpx;
|
||
|
|
||
|
image {
|
||
|
display: inline-block;
|
||
|
margin-right: 10rpx;
|
||
|
width: 26rpx;
|
||
|
height: 28rpx;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
text {
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
}
|
||
|
}
|
||
|
.reback-tips {
|
||
|
flex: 1;
|
||
|
font-size: 26rpx;
|
||
|
color: #999;
|
||
|
|
||
|
text {
|
||
|
color: #0c4a9d;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.m-list {
|
||
|
.item {
|
||
|
margin: 20rpx auto;
|
||
|
box-sizing: border-box;
|
||
|
padding: 25rpx 20rpx;
|
||
|
width: 710rpx;
|
||
|
background: rgba(255, 255, 255, 1);
|
||
|
border-radius: 10rpx;
|
||
|
overflow: hidden;
|
||
|
|
||
|
.item-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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.item-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);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.item-btn {
|
||
|
float: right;
|
||
|
margin-right: -10rpx;
|
||
|
padding: 0 10rpx;
|
||
|
line-height: 60rpx;
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 300;
|
||
|
color: #085eb0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.m-hint {
|
||
|
text-align: center;
|
||
|
padding: 100rpx 50rpx;
|
||
|
line-height: 50rpx;
|
||
|
color: $fc3;
|
||
|
text-align: center;
|
||
|
font-size: 34rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
}
|