index.scss 212 B

123456789101112131415
  1. @import "./static/css/index.scss";
  2. .uni-page-head {
  3. .uni-page-head-btn {
  4. height: 27px;
  5. width: 27px;
  6. }
  7. .uni-page-head-bd {
  8. .uni-page-head__title {
  9. font-weight: 500;
  10. letter-spacing: 1rpx;
  11. }
  12. }
  13. }