From 5f00696dfb25bc90034448ceb634ed1ef256681a Mon Sep 17 00:00:00 2001 From: qiyunfeng-create <1940665526@qq.com> Date: 星期四, 21 八月 2025 21:13:35 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- src/assets/main.css | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 221 insertions(+), 8 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 480a2ae..30d724f 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,15 +1,228 @@ @import './base.css'; -#app { +:root { + --el-color-primary: #019e58 !important; + --el-color-primary-light-3: #019e58 !important; + --el-color-primary-light-5: #019e58 !important; + --el-color-primary-light-7: #019e58 !important; + --el-color-primary-dark-2: #019e58 !important; + --el-color-primary-dark-3: #019e58 !important; +} + +/* 鍩虹鏍峰紡 */ +*{ + outline: none; +} + +/* 灞呬腑甯冨眬 */ +.contentBox { + width: 1200px; + margin: 0 auto; +} + +/* 鑷�傚簲鍥剧墖 */ +.autoImg { + width: auto; + height: auto; + max-width: 100%; + max-height: 100%; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; +} + +.bannerImg { width: 100%; - + height: 100%; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; } -a, -.green { - text-decoration: none; - color: hsla(160, 100%, 37%, 1); - transition: 0.4s; - padding: 3px; +/* 鍏嶈垂 */ +.freePrice { + color: #0bc266 !important; } +.titleBox { + height: 60px; + background: #d8f7e6; + line-height: 60px; + padding: 0 40px; + font-weight: 700; + color: #00873c; + font-size: 18px; +} + +/* 瀵屾枃鏈鍣紝淇濈暀瀵屾枃鏈粯璁ゆ牱寮忥紝鎵�瑙佸嵆鎵�寰� */ +.richTextBox { + line-height: 1.4; +} + +.richTextBox p { + display: block; + margin-block-start: 1em; + margin-block-end: 1em; + margin-inline-start: 0px; + margin-inline-end: 0px; +} + +.richTextBox table[border]:not([border='0']):not([style*='border-style']) td, +.richTextBox table[border]:not([border='0']):not([style*='border-style']) th { + border-style: solid; +} + +.richTextBox table[border]:not([border='0']):not([style*='border-width']) td, +.richTextBox table[border]:not([border='0']):not([style*='border-width']) th { + border-width: 1px; +} +.richTextBox table:not([cellpadding]) td, +.richTextBox table:not([cellpadding]) th { + padding: 0.4rem; +} + +/* 鍗曡鐪佺暐 */ +.ellipsis { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +/* flex甯冨眬 */ +.flex { + display: flex; +} + +.flex1 { + flex: 1; + overflow: hidden; +} + +/* 涓婁紶鍥剧墖 */ +.avatar-uploader .el-upload { + width: 190px; + height: 140px; + border: 1px dashed #d9d9d9; + position: relative; +} + +.avatar-uploader .el-upload:hover { + border-color: #019e58; +} + +.avatarCover { + display: block; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + max-width: 100%; + max-height: 100%; + margin: auto; +} + +/* 鍐呯疆鐘舵�佸瓧浣撻鑹� */ +.primaryTxt { + color: #00873c !important; +} +.successTxt { + color: #67c23a !important; +} +.warningTxt { + color: #e6a23c !important; +} +.errorTxt { + color: #f56c6c !important; +} +.infoTxt { + color: #999 !important; +} +/* 鍐呯疆鐘舵�佽儗鏅鑹� */ +.primaryBack { + color: #fff !important; + background: #00873c !important; +} +.successBack { + color: #fff !important; + background: #67c23a !important; +} +.warningBack { + color: #fff !important; + background: #e6a23c !important; +} +.errorBack { + color: #fff !important; + background: #f56c6c !important; +} + +/* 涓婚鑹蹭慨鏀�,鏍规嵁UI妗嗘灦鍐冲畾鏄惁闇�瑕� */ +/* .el-button--primary { + background-color: #00873C !important; + border-color: #00873C !important; +} + +.el-button--primary:focus, +.el-button--primary:hover { + background: #086833 !important; + border-color: #086833 !important; + color: #fff !important; +} + +.el-tabs__item.is-active { + color: #00873C !important; +} */ + +.el-input-group__append, .el-input-group__prepend { + /* vertical-align: initial !important; */ + /* align-items: stretch !important; */ +} + +/* 涓汉涓績椤甸潰鍏叡鏍峰紡 */ +.personalPage-title { + font-family: + Microsoft YaHei UI, + Microsoft YaHei UI; + font-weight: 600; + font-size: 14px; + color: #000000; + padding: 0 20px; + height: 40px; + line-height: 40px; + background: #f8f8f8; + border-radius: 4px 4px 0px 0px; +} +.personalPage-content { + padding: 20px 20px; +} + +/* 涓よ竟瀵归綈 */ +.jc-sb { + justify-content: space-between; +} + +.hover { + cursor: pointer; + transition: all 0.2s; +} + +.no { + color: #ee1818; +} + +.yes { + color: #1fbc1f; +} +.wait, +.main { + color: #ff6d00; +} +.grey { + color: #949494; +} -- Gitblit v1.9.1