/** * 提示层 - 没有更多了 */ .noMore { width: 100%; font-size: 24rpx; color: #CCC; text-align: center; padding: 20rpx 0; padding-bottom:calc(20rpx + constant(safe-area-inset-bottom)); padding-bottom:calc(20rpx + env(safe-area-inset-bottom)); } /** * 提示层 - 暂无数据 */ .error-page-tpl { position: fixed; left: 0; top: 35%; width: 100%; transform: translate(0, -50%); display: flex; flex-flow: column; justify-content: center; align-items: center; z-index: 2; } .error-page-tpl image { width: 400rpx; height: 400rpx; } .error-page-tpl .error-tpl-msg { margin-top: -30rpx; font-size: 24rpx; color: #999; word-wrap: break-word; word-break: normal; width: 100%; text-align: center; }