common.scss 379 B

12345678910111213141516171819202122
  1. /* ==================
  2. 扩展ColorUI
  3. ==================== */
  4. .cu-load.info::before {
  5. content: "\e6e5";
  6. }
  7. .cu-load.info::after {
  8. content: "上滑加载更多";
  9. }
  10. /* ==================
  11. 覆盖UniApp
  12. ==================== */
  13. /* 防止 uni.showToast 被遮盖 */
  14. uni-toast{
  15. z-index: 999999;
  16. }
  17. /* ==================
  18. 覆盖ColorUI
  19. ==================== */