@import './base.css'; /* @font-face { font-family: 'Source Han Serif'; src: url('../fonts/Source_Han.otf') format('truetype'); } */ #app { width: 100%; height: 100%; } body { font-size: 14px; font-family: 'Source Han Serif'; } page { display: block; width: 100%; height: 100%; } /* 用于居中内容显示 */ .contentBox { box-sizing: border-box; } .hover { cursor: pointer; transition: all 0.2s; } .move { font-size: 16px; font-family: Microsoft YaHei, Microsoft YaHei-Regular; font-weight: 400; text-align: left; color: #ff6d00 !important; line-height: 38px; } /* 垂直居中 */ .ai-c { align-items: center; } /* 两边对齐 */ .jc-sb { justify-content: space-between; } .clear:after, .clear:before { content: ''; display: block; clear: both; } .flex { display: flex; } .flex1 { flex: 1; } .fl { float: left; } .fr { float: right; } .hide-txt { line-height: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @media screen and (max-width: 1200px) { .rightList { right: 0 !important; } }