index.scss 142 B

12345678
  1. @use "./base.scss" as *;
  2. @use "./iconfont.css" as *;
  3. .bottom_line{
  4. width:100%;
  5. height:2px;
  6. background: $colorMain;
  7. margin-top:-2px;
  8. }