删除无用代码

This commit is contained in:
aihe 2023-12-01 18:55:21 +08:00
parent 1cb584996b
commit e22bfbdfe0

View File

@ -106,8 +106,6 @@
.header{
padding: 0 28rpx;
.title1{
width: 362rpx;
height: 41rpx;
font-size: 40rpx;
font-weight: bold;
color: #FFF;
@ -115,8 +113,6 @@
}
.desc{
margin-top: 22rpx;
width: 207rpx;
height: 28rpx;
font-size: 24rpx;
color: #FFF;
}
@ -228,22 +224,6 @@
color: #999;
}
}
&::after {
position: absolute;
top: 0;
bottom: 0;
content: ' ';
right: -40rpx;
display: block;
background: #FFF;
opacity: 0.5;
width: 1rpx;
}
&:last-child {
&::after {
display: none;
}
}
}
}
}