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.
111 lines
2.3 KiB
111 lines
2.3 KiB
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
|
|
.m-news {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
margin-top: 10rpx;
|
|
padding-bottom: 44rpx;
|
|
background-color: #fff;
|
|
|
|
.cpt-title {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
// border-bottom: 1rpx solid #e7eeee;
|
|
line-height: 30rpx;
|
|
margin-left: 38rpx;
|
|
|
|
.cpt-title-m {
|
|
float: right;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
padding: 30rpx;
|
|
|
|
image {
|
|
position: relative;
|
|
// top: -1rpx;
|
|
width: 10rpx;
|
|
height: 19rpx;
|
|
}
|
|
}
|
|
.cpt-title-t {
|
|
position: relative;
|
|
margin: 10rpx 0 0;
|
|
padding: 14rpx 23rpx 0;
|
|
font-size: 29rpx;
|
|
line-height: 40rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 800;
|
|
color: #000000;
|
|
|
|
&::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 14rpx;
|
|
left: 0;
|
|
width: 9rpx;
|
|
height: 40rpx;
|
|
background: rgba(230, 0, 0, 1);
|
|
border-radius: 3rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.m-tabs {
|
|
box-sizing: border-box;
|
|
width: 675rpx;
|
|
line-height: 54rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 10rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
background-color: rgba(230, 0, 0, 1);
|
|
|
|
&::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: -40rpx;
|
|
left: 0;
|
|
right: 0;
|
|
display: block;
|
|
width: 690rpx;
|
|
height: 0;
|
|
border-bottom: 1rpx solid #e7eeee;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.tab {
|
|
text-align: center;
|
|
width: 30%;
|
|
font-size: 24rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
> image {
|
|
width: 16rpx;
|
|
height: 8rpx;
|
|
}
|
|
}
|
|
|
|
.cnt {
|
|
// .link {
|
|
// margin: 0 auto;
|
|
// width: 670rpx;
|
|
// border-top: 1rpx solid #eee;
|
|
// line-height: 70rpx;
|
|
// text-align: center;
|
|
// font-size: 28rpx;
|
|
// color: #999999;
|
|
// }
|
|
}
|
|
}
|
|
}
|
|
|