| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596 |
- .main-panel > .content {
- padding: 0;
- }
- .main-panel {
- margin-top: 42px;
- }
- #app {
- padding-bottom: 40px;
- }
- .rightlist #app .rightlist-head {
- line-height: 50px;
- padding: 0 0 15px 0;
- }
- .rightlist {
- background: #eff3f6;
- margin-top: 10px;
- margin-bottom: 20px;
- padding-bottom: 20px;
- }
- .form-list {
- padding-top: 30px;
- background: #fff;
- border-radius: 10px;
- position: relative;
- top: 10px;
- margin-left: 10px;
- width: calc(100% - 20px);
- }
- .table-list {
- padding-top: 30px;
- background: #fff;
- border-radius: 10px;
- margin-top: 20px;
- margin-left: 10px;
- width: calc(100% - 20px);
- }
- .table-option a {
- font-size: 12px;
- font-weight: 600;
- color: #29ba9c;
- padding: 10px 0;
- }
- /* .el-form-item__label{padding-right:30px;} */
- .tip {
- font-size: 12px;
- color: #999;
- font-weight: 500;
- line-height: 24px;
- display: flex;
- align-items: flex-end;
- margin-left: 10px;
- }
- .rightlist-head-con {
- padding-right: 20px;
- font-size: 16px;
- color: #888;
- }
- .el-tag {
- /* font-weight: 700;
- font-size: 15px;
- margin-bottom: 30px; */
- }
- /* 单选框边框颜色 */
- .el-radio__inner {
- border: 1px solid #c8cede;
- }
- /* 多选框边框颜色 */
- .el-checkbox__inner {
- border: 1px solid #c8cede;
- }
- .el-icon-edit {
- font-size: 16px;
- padding: 0 15px;
- color: #409eff;
- cursor: pointer;
- }
- /* 滑块选择小白点 */
- .el-switch.is-checked .el-switch__core::after {
- left: 100%;
- margin-left: -17px;
- }
- .el-switch__core::after {
- content: "";
- position: absolute;
- top: 1px;
- left: 1px;
- border-radius: 100%;
- transition: all 0.3s;
- width: 16px;
- height: 16px;
- background-color: #fff;
- }
- .el-checkbox__label {
- display: inline-block;
- padding-left: 3px;
- }
- .el-checkbox.is-bordered + .el-checkbox.is-bordered {
- margin-left: 0px;
- }
- .vue-page {
- border-radius: 5px;
- width: calc(100% - 266px);
- float: right;
- margin-right: 10px;
- position: fixed;
- bottom: 0;
- right: 0;
- padding: 15px 5% 15px 0;
- background: #fff;
- height: 60px;
- z-index: 999;
- margin-top: 0;
- box-shadow: 0 2px 9px rgba(51, 51, 51, 0.1);
- }
- .vue-center {
- text-align: center;
- }
- .loading-height {
- height: 500px;
- }
- .el-checkbox.is-bordered.el-checkbox--mini {
- margin: 0 0;
- }
- [v-cloak] {
- display: none;
- }
- .all {
- background: #eff3f6;
- min-height: 100vh;
- padding-top: 20px;
- }
- .vue-main {
- background: #fff;
- border-radius: 5px;
- margin: 0 10px;
- padding: 10px;
- min-height: calc(100vh - 90px);
- }
- .vue-nav {
- background: #fff;
- border-radius: 5px;
- margin: 0 10px;
- padding: 10px;
- }
- .vue-head {
- background: #fff;
- border-radius: 5px;
- margin: 0 10px;
- padding: 10px;
- margin-bottom: 15px;
- }
- .vue-crumbs {
- margin: 0 20px;
- font-size: 14px;
- color: #333;
- font-weight: 400;
- padding-bottom: 10px;
- line-height: 32px;
- }
- .vue-crumbs a {
- color: #333;
- }
- .vue-crumbs a:hover {
- color: #29ba9c;
- }
- .vue-main-title {
- display: flex;
- margin: 5px 0;
- line-height: 28px;
- font-size: 14px;
- color: #333;
- font-weight: 700;
- }
- .vue-main-title-left {
- width: 4px;
- height: 14px;
- margin-top: 6px;
- background: #29ba9c;
- display: inline-block;
- margin-right: 10px;
- }
- .vue-main-title-content {
- font-size: 14px;
- flex: 1;
- }
- .vue-main-title-button {
- text-align: right;
- flex: 1;
- }
- .vue-main-form {
- margin-top: 20px;
- }
- .vue-category-title {
- padding: 15px;
- border-bottom: 1px solid #ccc;
- margin-bottom: 15px;
- font-weight: 600;
- font-size: 15px;
- }
- .el-link-edit {
- border-right: 1px solid;
- line-height: 16px;
- }
- .el-link-edit-start {
- border-right: 1px solid;
- padding-right: 20px;
- line-height: 16px;
- }
- .el-link-edit-middle {
- border-right: 1px solid;
- padding: 0 20px;
- line-height: 16px;
- }
- .el-link-edit-end {
- border-right: 0px;
- padding-left: 20px;
- line-height: 16px;
- }
- /* 上传图片 */
- .avatar-uploader .el-upload {
- margin-top: 15px;
- border: 1px dashed #d9d9d9;
- border-radius: 6px;
- cursor: pointer;
- position: relative;
- overflow: hidden;
- }
- .avatar-uploader .el-upload:hover {
- border-color: #29ba9c;
- }
- .avatar-uploader-icon {
- font-size: 28px;
- color: #8c939d;
- width: 178px;
- height: 178px;
- line-height: 178px;
- text-align: center;
- }
- .avatar_box {
- width: 80%;
- height: 80%;
- margin: 0 auto;
- }
- .avatar {
- width: 50%;
- height: 50%;
- object-fit: cover;
- }
- .el-upload-tip {
- width: 178px;
- margin: 0;
- padding: 0;
- color: #999;
- text-align: center;
- }
- input[type="file"] {
- display: none;
- }
- .avatar-uploader-box {
- position: relative;
- margin-top: 20px;
- width: 200px;
- }
- .el-icon-circle-close1 {
- position: absolute;
- top: -3px;
- right: -3px;
- color: #fff;
- background-color: #000;
- border-radius: 50%;
- }
- .vue-two {
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- /*弹窗上传图片*/
- #upload-img {
- }
- #upload-img .avatar {
- width: 100px;
- height: 100px;
- display: block;
- }
- #upload-img .avatar-uploader-box {
- position: relative;
- margin: 20px 0 0 10px;
- width: 110px;
- }
- #upload-img .el-icon-circle-close {
- position: absolute;
- top: -7px;
- right: 1px;
- color: #999;
- }
- .imgList {
- display: flex;
- flex-wrap: wrap;
- margin: 10px auto;
- }
- /* 辅助色 */
- .vue-assist-color,
- .el-link-assist,
- .el-link:hover {
- color: #ff9b19 !important;
- }
- /* 选中及未选图片样式 */
- .upload-box:hover {
- border-color: #29ba9c;
- color: #29ba9c;
- }
- .upload-box {
- width: 150px;
- height: 150px;
- display: flex;
- flex-direction: column;
- cursor: pointer;
- border: 1px dashed #dde2ee;
- justify-content: center;
- align-items: center;
- border-radius: 5px;
- }
- .upload-boxed {
- width: 150px;
- height: 150px;
- position: relative;
- border-radius: 5px;
- display: inline-block;
- }
- .upload-boxed-text {
- position: absolute;
- bottom: 0;
- line-height: 32px;
- color: #fff;
- text-align: center;
- width: 100%;
- background: #000;
- opacity: 0.7;
- border-radius: 0px 0px 5px 5px;
- }
- .upload-boxed-text-clear {
- position: absolute;
- bottom: 0;
- right: -70px;
- cursor: pointer;
- line-height: 32px;
- color: #ee3939;
- }
- .upload-boxed-list {
- display: flex;
- position: relative;
- border-radius: 5px;
- flex-wrap: wrap;
- }
- .upload-boxed-list-a {
- width: 150px;
- height: 170px;
- margin: 0 10px 5px 0;
- position: relative;
- }
- .upload-boxed-list-a .el-icon-close {
- position: absolute;
- top: -5px;
- right: -5px;
- color: #fff;
- background: #333;
- border-radius: 50%;
- cursor: pointer;
- }
- .vue-main-title-content a {
- color: #333;
- }
- .vue-main-title-content a:hover {
- color: #29ba9c;
- }
- .vue-ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .black {
- color: #333;
- }
- .upload-box-member {
- text-align: center;
- font-weight: 600;
- font-size: 16px;
- }
- .el-form-item__label {
- margin-right: 30px;
- }
- .el-form-item__error {
- margin-left: 30px;
- }
- .member-info {
- display: flex;
- align-items: center;
- }
- .member-info .member-avatar {
- flex-shrink: 0;
- margin: 0 5px;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- }
- .base_set {
- background: #fff;
- margin: 10px 10px 0 10px;
- padding: 10px 0;
- }
- .vue-main-title {
- margin: 0 20px;
- }
- .vue-main-form {
- display: flex;
- flex-wrap: wrap;
- margin: 20px;
- padding-bottom: 20px;
- }
- .vue-main-form .el-input {
- width: 180px;
- margin-right: 10px;
- margin-bottom: 10px;
- }
- .vue-main-form .el-button {
- height: 40px;
- margin-left: 10px;
- }
- .el-range-editor.el-input__inner {
- margin-right: 10px;
- }
- .audit {
- color: #d2b199;
- font-weight: bold;
- }
- .approved {
- color: #93cdba;
- font-weight: bold;
- }
- .el-icon-view, .el-icon-folder-checked, .el-icon-s-release {
- color: #666;
- font-size: 16px;
- }
- .item {
- margin-right: 20px;
- }
- .el-popover {
- display: none;
- }
- .el-table .el-table__row {
- height: 88px !important;
- }
- .left-style {
- padding-left: 30px;
- }
- .icon-size {
- font-size: 12px;
- }
- .avatar-bg {
- height: 50px;
- width: 50px;
- border-radius: 50%;
- }
- .active-color {
- color: rgb(153, 153, 153);
- font-size: 12px;
- line-height: 1;
- }
- .el-date-editor .el-range-separator {
- width: auto;
- }
- .level-el-icon-delete-solid {
- margin-left: 10px;
- }
- .cover-pane {
- display: flex;
- flex-wrap: wrap;
- }
- .upload-boxed {
- position: relative;
- margin: 0 10px 10px 0;
- }
- img {
- width: 150px;
- height: 150px;
- border-radius: 5px;
- cursor: pointer;
- object-fit: contain;
- }
- .el-textarea {
- height: 200px;
- width: 60%;
- }
- .el-textarea__inner {
- height: 200px;
- }
|