0
This commit is contained in:
@@ -110,7 +110,7 @@ a {
|
||||
}
|
||||
|
||||
.el-table tr:nth-child(2n) {
|
||||
background: #ecf5f9;
|
||||
background: #00669908;
|
||||
}
|
||||
|
||||
/* .el-table tr:hover {
|
||||
@@ -278,8 +278,9 @@ a {
|
||||
|
||||
|
||||
.el-submenu__title i {
|
||||
color: #fff !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/* 编辑分步骤稿件流程 */
|
||||
@font-face {
|
||||
font-family: 'Helvetica Neue For Number';
|
||||
@@ -545,9 +546,7 @@ a {
|
||||
right: -65px;
|
||||
}
|
||||
|
||||
.art_file {
|
||||
|
||||
}
|
||||
.art_file {}
|
||||
|
||||
|
||||
|
||||
@@ -665,7 +664,7 @@ a {
|
||||
|
||||
.art_file_btn .btn_remarks {
|
||||
display: inline-block;
|
||||
border: 1px solid #fff;
|
||||
/* border: 1px solid #fff; */
|
||||
margin: 0 20px 0 0;
|
||||
padding: 8px 12px;
|
||||
cursor: pointer;
|
||||
@@ -716,7 +715,7 @@ a {
|
||||
|
||||
.art_state_btn div {
|
||||
display: inline-block;
|
||||
border: 1px solid #fff;
|
||||
/* border: 1px solid #fff; */
|
||||
border-radius: 5px;
|
||||
margin: 0 20px 0 0;
|
||||
padding: 8px 12px;
|
||||
@@ -785,23 +784,27 @@ a {
|
||||
}
|
||||
|
||||
.art_state_btn div i {
|
||||
margin: 0 8px 0 0;
|
||||
margin: 0 4px 0 0;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.art_caozuo_ div.btn_remarks {
|
||||
position: absolute;
|
||||
right: -22px;
|
||||
top: -2px;
|
||||
right: -20px;
|
||||
top: 0;
|
||||
font-size: 13px;
|
||||
background-color: #006699;
|
||||
color: #0b87c5;
|
||||
/* background-color: #006699; */
|
||||
border-radius: 0px;
|
||||
border-top-right-radius: 5px;
|
||||
padding-top: 10px;
|
||||
padding-right: 15px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.art_caozuo_ div.btn_remarks:hover {
|
||||
text-decoration: underline;
|
||||
background-color: #045883;
|
||||
background-color: #e3eff7;
|
||||
}
|
||||
|
||||
.art_state_remark {
|
||||
@@ -896,3 +899,159 @@ a {
|
||||
color: #888 !important;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
|
||||
.auth_collna_ew {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.auth_collna_ew .el-collapse-item__header {
|
||||
border: 0 !important;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.auth_collna_ew .el-collapse-item__arrow {
|
||||
left: 28px;
|
||||
}
|
||||
|
||||
|
||||
.auth_collna_list .el-collapse-item__header {
|
||||
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.art_author_list pre {
|
||||
font-family: "Helvetica Neue For Number", "Elsevier Gulliver", Georgia, serif;
|
||||
white-space: break-spaces;
|
||||
word-wrap: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
|
||||
.text_bor_ghu {
|
||||
padding: 6px 0 38px 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
border: 1px solid #DCDFE6;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.text_bor_ghu .el-textarea__inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.text_bor_ghu button {
|
||||
position: absolute;
|
||||
bottom: 1px;
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.zip_load {
|
||||
margin: 0px 0px 0px 25px;
|
||||
}
|
||||
|
||||
.zip_load:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.zip_load>span {
|
||||
margin: 0px 10px;
|
||||
color: #333;
|
||||
|
||||
}
|
||||
|
||||
.zip_load>i {
|
||||
color: #006699;
|
||||
|
||||
}
|
||||
|
||||
.zip_load>img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
/* 排版 */
|
||||
.ref_buz_2 .el-input__inner {
|
||||
color: #006699 !important;
|
||||
line-height: 26px !important;
|
||||
height: 26px !important;
|
||||
}
|
||||
|
||||
.chanFerAll .RefProBar .el-progress-bar__inner:before {
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 12.5%, transparent 0, transparent 25%);
|
||||
background-size: 80px 80px;
|
||||
animation: move 2.5s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes move {
|
||||
from {
|
||||
background-position: 80px 0;
|
||||
}
|
||||
|
||||
to {
|
||||
background-position: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.myRefload .el-loading-spinner {
|
||||
top: 300px !important;
|
||||
}
|
||||
|
||||
|
||||
.typeA_act .vefi_cation .el-textarea__inner,
|
||||
.typeA_act .vefi_cation .el-input__inner,
|
||||
.typeB_act .chanFerAll .el-textarea__inner,
|
||||
.typeB_act .chanFerAll .el-input__inner {
|
||||
border: 0;
|
||||
box-shadow: 1px 1px 5px 1px rgb(0 102 153 / 20%);
|
||||
font-size: 14px;
|
||||
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
|
||||
}
|
||||
|
||||
.typeA_steps .el-step__title:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.typeA_act .typeA_MTxt .el-textarea {}
|
||||
|
||||
.typeA_act .typeA_MTxt .el-textarea .el-textarea__inner {
|
||||
padding-right: 55px;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.bor_style_onli .typeA_MTxt .el-textarea .el-textarea__inner {
|
||||
padding-right: 55px;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
padding: 0 35px 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* 排版 */
|
||||
.lit_er .el-checkbox__input {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.lit_er .el-checkbox__label {
|
||||
width: 94% !important;
|
||||
|
||||
}
|
||||
|
||||
.lit_er .el-checkbox.is-checked .el-checkbox__label {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
.nullTable .is-scrolling-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user