empty-tips.scss 274 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 //用的fixed 请确保 内容为空 .empty-tips { position: fixed; text-align: center; color: #666666; font-size: 32px; width: 100%; height: 100%; display: flex; justify-content: center; top:35%; .iconfont{ font-size: 100px; } .tips { padding: 20px; } }