index.scss 260 B

12345678910111213
  1. @import "../address/head.scss";
  2. .exp {
  3. margin-top: 8rpx;
  4. font-size: 24rpx;
  5. font-family: PingFang SC-Regular, PingFang SC;
  6. color: #333333;
  7. }
  8. .custom-class {
  9. --search-background-color: #fff !important;
  10. padding-right: 10rpx !important;
  11. }