| | |
| | | --el-color-primary-light-7: #019e58 !important; |
| | | --el-color-primary-dark-2: #019e58 !important; |
| | | --el-color-primary-dark-3: #019e58 !important; |
| | | --el-button-border-color: #019e58 !important; |
| | | } |
| | | |
| | | /* 基础样式 */ |
| | | *{ |
| | | * { |
| | | outline: none; |
| | | } |
| | | |
| | | html, |
| | | body { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | #app { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | /* 居中布局 */ |
| | | .contentBox { |
| | | width: 1200px; |
| | | width: 1369px; |
| | | margin: 0 auto; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .titleBox { |
| | | height: 60px; |
| | | background: #d8f7e6; |
| | | line-height: 60px; |
| | | padding: 0 40px; |
| | | padding: 8px 10px; |
| | | font-weight: 700; |
| | | color: #00873c; |
| | | font-size: 18px; |
| | | color: #019e58; |
| | | font-size: 14px; |
| | | padding: 10px; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | /* 富文本容器,保留富文本默认样式,所见即所得 */ |
| | |
| | | .avatar-uploader .el-upload:hover { |
| | | border-color: #019e58; |
| | | } |
| | | |
| | | .avatarCover { |
| | | display: block; |
| | | position: absolute; |
| | |
| | | color: #00873C !important; |
| | | } */ |
| | | |
| | | .el-input-group__append, .el-input-group__prepend { |
| | | /* vertical-align: initial !important; */ |
| | | /* align-items: stretch !important; */ |
| | | .el-input-group__append, |
| | | .el-input-group__prepend { |
| | | vertical-align: initial !important; |
| | | align-items: stretch !important; |
| | | } |
| | | |
| | | |
| | | |
| | | .el-select__wrapper { |
| | | height: 40px !important; |
| | | } |
| | | |
| | | /* 个人中心页面公共样式 */ |
| | |
| | | } |
| | | .wait, |
| | | .main { |
| | | color: #ff6d00; |
| | | color: #fc9b1e; |
| | | } |
| | | .grey { |
| | | color: #949494; |
| | | } |
| | | .mainbg{ |
| | | background:#00873c; |
| | | color:#fff; |
| | | } |