From d765d3a8c24d9d22115ab2fe33942bcb08676273 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 07 八月 2025 17:03:07 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/molecularDatabase --- src/assets/style/main.css | 89 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 89 insertions(+), 0 deletions(-) diff --git a/src/assets/style/main.css b/src/assets/style/main.css new file mode 100644 index 0000000..1013b95 --- /dev/null +++ b/src/assets/style/main.css @@ -0,0 +1,89 @@ +@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; + } +} \ No newline at end of file -- Gitblit v1.9.1