index.scss 290 B

12345678910111213
  1. /* 弹窗 */
  2. .popup {
  3. .header {
  4. width: 100%;
  5. height: 90rpx;
  6. line-height: 90rpx;
  7. text-align: center;
  8. border-bottom: 1px solid #EEEEEE;
  9. font-size: 28rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #333333;
  12. }
  13. }