| | |
| | | @import './base.css'; |
| | | |
| | | /* 居中布局 */ |
| | | .contentBox{ |
| | | .contentBox { |
| | | width: 1200px; |
| | | margin: 0 auto; |
| | | } |
| | |
| | | } |
| | | |
| | | .bannerImg { |
| | | width: 100%; |
| | | height: 100%; |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | margin: auto; |
| | | width: 100%; |
| | | height: 100%; |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | margin: auto; |
| | | } |
| | | |
| | | /* 免费 */ |
| | |
| | | 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 { |
| | | .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 { |
| | | .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 { |
| | | .richTextBox table:not([cellpadding]) td, |
| | | .richTextBox table:not([cellpadding]) th { |
| | | padding: 0.4rem; |
| | | } |
| | | |
| | |
| | | |
| | | /* 内置状态字体颜色 */ |
| | | .primaryTxt { |
| | | color: #00873C !important; |
| | | color: #00873c !important; |
| | | } |
| | | .successTxt { |
| | | color: #67c23a !important; |
| | |
| | | /* 内置状态背景颜色 */ |
| | | .primaryBack { |
| | | color: #fff !important; |
| | | background: #00873C !important; |
| | | background: #00873c !important; |
| | | } |
| | | .successBack { |
| | | color: #fff !important; |
| | |
| | | /* vertical-align: initial !important; */ |
| | | /* align-items: stretch !important; */ |
| | | } |
| | | .el-checkbox__inner{ |
| | | .el-checkbox__inner { |
| | | border: 1px solid #000 !important; |
| | | width: 20px !important; |
| | | height: 20px !important; |
| | |
| | | .el-checkbox__inner::after { |
| | | left: 7px !important; |
| | | top: 4px !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 40px; |
| | | } |
| | | |
| | | /* 两边对齐 */ |
| | | .jc-sb { |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .hover { |
| | | cursor: pointer; |
| | | transition: all 0.2s; |
| | | } |