index.scss 286 B

12345678910111213141516
  1. @import "../../address/index.scss";
  2. .exp {
  3. margin-top: 8rpx;
  4. font-size: 24rpx;
  5. font-family: PingFang SC-Regular, PingFang SC;
  6. color: #333333;
  7. }
  8. .pop-title {
  9. height: 90rpx;
  10. line-height: 90rpx;
  11. text-align: center;
  12. border-bottom: 1px solid #dddddd;
  13. font-weight: bold;
  14. }