html, body { height: 100%; width: 100%; margin: 0; padding: 0; overflow: hidden; } body { line-height: 1.15; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: "Microsoft YaHei", -apple-system, PingFang SC, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif; } label { font-weight: 700; } *, *:before, *:after { box-sizing: inherit; } a, a:focus, a:hover { cursor: pointer; color: inherit; outline: none; text-decoration: none; } div:focus { outline: none; } a:focus, a:active { outline: none; } a, a:focus, a:hover { cursor: pointer; color: inherit; text-decoration: none; } .emojis { height: 160px; box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; overflow-y: scroll; .emoji { height: 40px; width: 40px; box-sizing: border-box; cursor: pointer; } } @import "./mixin.scss"; @import "./common.scss"; @import "./infoWindow.scss";