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.
29 lines
400 B
29 lines
400 B
|
3 months ago
|
@import "./_variable.scss";
|
||
|
|
@import "./_mixin.scss";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 组件
|
||
|
|
*/
|
||
|
|
|
||
|
|
@import "./sp-components/index.scss";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 业务
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
.clearfix::after {
|
||
|
|
content: "";
|
||
|
|
display: table;
|
||
|
|
clear: both;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-header-txt {
|
||
|
|
height: 88rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
color: rgba(16, 16, 16, 1);
|
||
|
|
font-size: 32rpx;
|
||
|
|
text-align: left;
|
||
|
|
line-height: 88rpx;
|
||
|
|
padding-left: 20rpx;
|
||
|
|
}
|