| | |
| | | |
| | | /* 居中布局 */ |
| | | .contentBox { |
| | | width: 1200px; |
| | | width: 1369px; |
| | | margin: 0 auto; |
| | | } |
| | | |
| | |
| | | .avatar-uploader .el-upload:hover { |
| | | border-color: #019e58; |
| | | } |
| | | |
| | | .avatarCover { |
| | | display: block; |
| | | position: absolute; |
| | |
| | | |
| | | .el-input-group__append, |
| | | .el-input-group__prepend { |
| | | /* vertical-align: initial !important; */ |
| | | /* align-items: stretch !important; */ |
| | | vertical-align: initial !important; |
| | | align-items: stretch !important; |
| | | } |
| | | |
| | | .el-select__wrapper { |
| | | height: 40px !important; |
| | | } |
| | | |
| | | /* 个人中心页面公共样式 */ |
| | |
| | | .grey { |
| | | color: #949494; |
| | | } |
| | | .mainbg{ |
| | | background:#00873c; |
| | | color:#fff; |
| | | } |
| | | .mainbg { |
| | | background: #00873c; |
| | | color: #fff; |
| | | } |