12345678910111213141516171819202122 |
- /* ==================
- 扩展ColorUI
- ==================== */
- .cu-load.info::before {
- content: "\e6e5";
- }
- .cu-load.info::after {
- content: "上滑加载更多";
- }
- /* ==================
- 覆盖UniApp
- ==================== */
- /* 防止 uni.showToast 被遮盖 */
- uni-toast{
- z-index: 999999;
- }
- /* ==================
- 覆盖ColorUI
- ==================== */
|