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.
19 lines
281 B
19 lines
281 B
3 years ago
|
/* 区域概括 */
|
||
|
.content{
|
||
|
|
||
|
width: 700rpx;
|
||
|
margin: 0rpx auto;
|
||
|
line-height: 50rpx;
|
||
|
font-size: 37rpx;
|
||
|
letter-spacing: 7rpx;
|
||
|
text-align: left;
|
||
|
padding-bottom: 40rpx;
|
||
|
overflow: hidden;
|
||
|
p {
|
||
|
span{
|
||
|
color: #1A1A1A !important;
|
||
|
font-size: 30rpx !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|