index.scss 548 B

123456789101112131415161718192021222324252627
  1. page {
  2. padding: 0 !important;
  3. overflow: hidden !important;
  4. }
  5. /* 默认标签样式 */
  6. .tab-class {
  7. font-size: 28rpx !important;
  8. font-family: PingFang SC-Bold, PingFang SC !important;
  9. font-weight: bold !important;
  10. color: #999999;
  11. }
  12. /* 弹窗 */
  13. .popup {
  14. .header {
  15. width: 100%;
  16. height: 90rpx;
  17. line-height: 90rpx;
  18. text-align: center;
  19. border-bottom: 1px solid #EEEEEE;
  20. font-size: 28rpx;
  21. font-family: PingFang SC-Regular, PingFang SC;
  22. color: #333333;
  23. }
  24. }