@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; }