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.
52 lines
1.2 KiB
52 lines
1.2 KiB
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
|
|
.mw-cpt-banner {
|
|
// margin-top: 10rpx;
|
|
width: 100%;
|
|
height: 118rpx;
|
|
background-color: #ffffff;
|
|
|
|
.d-cpt-subwrap {
|
|
position: relative;
|
|
overflow: hidden;
|
|
|
|
> image {
|
|
display: block;
|
|
width: 100%;
|
|
height: 118rpx;
|
|
}
|
|
|
|
.s-title {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: 69rpx;
|
|
font-size: 27rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
// text-shadow: 0 0 14rpx #fff;
|
|
text-shadow: 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff,
|
|
0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff, 0 0 5rpx #fff;
|
|
}
|
|
|
|
.d-group-no {
|
|
position: absolute;
|
|
right: 107rpx;
|
|
top: 66rpx;
|
|
width: 107rpx;
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
background: #f2994a;
|
|
border-radius: 6rpx;
|
|
text-align: center;
|
|
line-height: 36rpx;
|
|
font-size: 22rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
}
|
|
|