@import 'uview-ui/index'; @import './colorui'; @import 'uview-ui/iconfont'; .font-OPPOSANS { font-family: OPPOSANS; } page { -webkit-overflow-scrolling: touch; // ios滑动不流畅 height: 100%; background: #f6f6f6; width: 100%; font-size: 30rpx; font-family: OPPOSANS; word-break: break-all; //英文文本不换行 white-space: normal; color: $u-main-color; } ::-webkit-scrollbar { width: 0; height: 0; color: transparent; display: none; }