1452 lines
24 KiB
CSS
1452 lines
24 KiB
CSS
* {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
html,
|
||
body,
|
||
#app,
|
||
.wrapper {
|
||
width: 100%;
|
||
height: 100%;
|
||
/* overflow: hidden; */
|
||
}
|
||
|
||
body {
|
||
/* font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
|
||
font-family: 'Noto Sans', sans-serif; */
|
||
word-wrap: break-word;
|
||
word-break: normal;
|
||
font-family: "Helvetica Neue For Number", "Elsevier Gulliver", Georgia, serif;
|
||
}
|
||
|
||
a {
|
||
text-decoration: none
|
||
}
|
||
|
||
|
||
.content-box {
|
||
position: absolute;
|
||
left: 260px;
|
||
right: 0;
|
||
top: 70px;
|
||
bottom: 0;
|
||
padding-bottom: 30px;
|
||
-webkit-transition: left .3s ease-in-out;
|
||
transition: left .3s ease-in-out;
|
||
/* background: #f2f6fb; */
|
||
background: #fafafa;
|
||
}
|
||
|
||
.content {
|
||
width: auto;
|
||
height: 100%;
|
||
padding: 10px 10px 10px 15px;
|
||
overflow-y: scroll;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
.content-collapse {
|
||
left: 65px;
|
||
}
|
||
|
||
.container {
|
||
padding: 30px;
|
||
background: #fff;
|
||
/* border: 1px solid #ddd; */
|
||
border-radius: 5px;
|
||
}
|
||
|
||
.container_l {
|
||
padding: 15px 0 0 0;
|
||
}
|
||
|
||
.container_l .box-card {
|
||
height: 100%;
|
||
}
|
||
|
||
|
||
/* .content_l .link_jour {
|
||
position: fixed;
|
||
top: 72px;
|
||
right: 50%;
|
||
margin-right: -640px;
|
||
font-weight: bold;
|
||
align-items: center;
|
||
cursor: pointer;
|
||
z-index: 15;
|
||
}
|
||
|
||
.content_l .top_dao {
|
||
margin: 0 10px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.content_l .top_dao:hover {
|
||
text-decoration: underline;
|
||
}
|
||
*/
|
||
.crumbs {
|
||
margin: 10px 0;
|
||
}
|
||
|
||
.el-table th {
|
||
background-color: #006699 !important;
|
||
color: #fff !important;
|
||
}
|
||
|
||
.pagination {
|
||
margin: 20px 0;
|
||
text-align: right;
|
||
}
|
||
|
||
.plugins-tips {
|
||
padding: 20px 10px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.el-button+.el-tooltip {
|
||
margin-left: 10px;
|
||
}
|
||
|
||
.el-table tr:nth-child(2n) {
|
||
background: #00669908;
|
||
}
|
||
|
||
/* .el-table tr:hover {
|
||
background: #f6faff;
|
||
} */
|
||
|
||
.mgb20 {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.move-enter-active,
|
||
.move-leave-active {
|
||
transition: opacity .5s;
|
||
}
|
||
|
||
.move-enter,
|
||
.move-leave {
|
||
opacity: 0;
|
||
}
|
||
|
||
|
||
/*BaseForm*/
|
||
|
||
.form-box {
|
||
width: 600px;
|
||
}
|
||
|
||
.addarticle-box {
|
||
width: 800px;
|
||
}
|
||
|
||
.form-box .line {
|
||
text-align: center;
|
||
}
|
||
|
||
.el-time-panel__content::after,
|
||
.el-time-panel__content::before {
|
||
margin-top: -7px;
|
||
}
|
||
|
||
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
|
||
padding-bottom: 0;
|
||
}
|
||
|
||
/*Upload*/
|
||
|
||
.pure-button {
|
||
width: 150px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
text-align: center;
|
||
color: #fff;
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.g-core-image-corp-container .info-aside {
|
||
height: 45px;
|
||
}
|
||
|
||
.el-upload--text {
|
||
background-color: #fff;
|
||
border: 1px dashed #d9d9d9;
|
||
border-radius: 6px;
|
||
box-sizing: border-box;
|
||
/* width: 360px;
|
||
height: 180px; */
|
||
text-align: center;
|
||
cursor: pointer;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.el-upload--text .el-icon-upload {
|
||
font-size: 67px;
|
||
color: #97a8be;
|
||
margin: 40px 0 16px;
|
||
line-height: 50px;
|
||
}
|
||
|
||
.el-upload--text {
|
||
color: #97a8be;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
}
|
||
|
||
.el-upload--text em {
|
||
color: #006699 !important;
|
||
font-style: normal;
|
||
}
|
||
|
||
/*VueEditor*/
|
||
|
||
.ql-container {
|
||
min-height: 400px;
|
||
}
|
||
|
||
.ql-snow .ql-tooltip {
|
||
transform: translateX(117.5px) translateY(10px) !important;
|
||
}
|
||
|
||
.editor-btn {
|
||
margin-top: 20px;
|
||
}
|
||
|
||
/*markdown*/
|
||
|
||
.v-note-wrapper .v-note-panel {
|
||
min-height: 500px;
|
||
}
|
||
|
||
.el-button--primary {
|
||
color: #FFF !important;
|
||
background-color: #006699 !important;
|
||
border-color: #006699 !important;
|
||
}
|
||
|
||
.el-pagination.is-background .el-pager li:not(.disabled).active {
|
||
background-color: #006699 !important;
|
||
}
|
||
|
||
.el-button--primary.is-plain {
|
||
color: #409EFF !important;
|
||
background: #ecf5ff !important;
|
||
border-color: #b3d8ff !important;
|
||
}
|
||
|
||
.el-button--text {
|
||
color: #006699 !important;
|
||
}
|
||
|
||
.orcid_link {
|
||
color: #006699 !important;
|
||
}
|
||
|
||
.el-link.el-link--primary {
|
||
color: #006699 !important;
|
||
}
|
||
|
||
.el-switch__label.is-active {
|
||
color: #006699 !important;
|
||
}
|
||
|
||
|
||
/* card */
|
||
.new_scard .el-card__header {
|
||
padding: 18px 10px;
|
||
margin: 0 10px;
|
||
border-bottom: 1px solid #006699;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box
|
||
}
|
||
|
||
/* 欢迎句 */
|
||
.mes_alert {
|
||
background-color: #e1edf3 !important;
|
||
padding: 12px 20px 12px 12px !important;
|
||
color: #006699 !important;
|
||
font-size: 14px !important;
|
||
}
|
||
|
||
.mes_alert .el-alert__description {
|
||
color: #006699 !important;
|
||
font-size: 13px !important;
|
||
}
|
||
|
||
|
||
.el-submenu__title i {
|
||
color: #fff !important;
|
||
}
|
||
|
||
/* 编辑分步骤稿件流程 */
|
||
@font-face {
|
||
font-family: 'Helvetica Neue For Number';
|
||
src: url(Charisb.ttf);
|
||
unicode-range: U+30-39;
|
||
}
|
||
|
||
.container_state {
|
||
overflow: hidden;
|
||
padding: 0 15px 15px 15px;
|
||
color: #333;
|
||
min-width: 800px;
|
||
font-size: 14px;
|
||
/* font-family: NexusSans, Arial, Helvetica, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, STIXGeneral, Cambria Math, Arial Unicode MS, sans-serif; */
|
||
font-family: "Helvetica Neue For Number", "Elsevier Gulliver", Georgia, serif;
|
||
}
|
||
|
||
.art_state_text {
|
||
font-family: "Helvetica Neue For Number", "Elsevier Gulliver", Georgia, serif;
|
||
border-radius: 5px;
|
||
padding: 10px 15px 25px 15px;
|
||
line-height: 19px;
|
||
font-size: 12px;
|
||
color: #888;
|
||
}
|
||
|
||
.art_state_text>p:nth-child(1) b {
|
||
color: #006699;
|
||
}
|
||
|
||
.art_state_upagain {
|
||
margin: 0 0 20px 0;
|
||
padding: 20px 0 25px 0;
|
||
border-bottom: 1px solid #cce7f3;
|
||
line-height: 20px;
|
||
}
|
||
|
||
.art_state_upagain>span {
|
||
color: #006699;
|
||
cursor: pointer;
|
||
font-weight: bold;
|
||
letter-spacing: -0.5px;
|
||
}
|
||
|
||
.art_state_upagain>span:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
|
||
.art_state_ {
|
||
border: 1px solid #dcdfe6;
|
||
border-radius: 5px;
|
||
background-color: #fff;
|
||
padding: 20px;
|
||
}
|
||
|
||
.art_state_message>h3,
|
||
.art_file>h3,
|
||
.art_state_repet>h3,
|
||
.art_state_remark>h3,
|
||
.art_revlist>h3,
|
||
.art_reviewer>h3,
|
||
.art_state_btn>h3 {
|
||
font-size: 18px;
|
||
margin: 5px 0 30px 0;
|
||
letter-spacing: -0.8px;
|
||
}
|
||
|
||
.art_state_repet>h3,
|
||
.art_state_btn>h3,
|
||
.art_reviewer>h3 {
|
||
color: #006699;
|
||
}
|
||
|
||
.art_state_message {
|
||
margin: 0 0 0 0;
|
||
}
|
||
|
||
.art_state_message .auth_mess {
|
||
margin: 0 0 0 30px;
|
||
}
|
||
|
||
.art_state_message .auth_mess h4 {
|
||
margin: 0 0 5px 0;
|
||
}
|
||
|
||
.art_state_message .auth_mess>div {
|
||
margin: 0 0 15px 0;
|
||
}
|
||
|
||
.art_state_message .auth_mess>div p {
|
||
margin: 0 0 3px 0;
|
||
}
|
||
|
||
.art_state_message p {
|
||
margin: 0 0 15px 30px;
|
||
line-height: 22px;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.art_state_message p>font {
|
||
color: #777;
|
||
}
|
||
|
||
.art_state_message p>b {
|
||
font-weight: normal;
|
||
margin: 0 0 0 5px;
|
||
word-wrap: break-word;
|
||
word-break: normal;
|
||
color: #333;
|
||
}
|
||
|
||
.art_state_message>div.art_state_message_id {
|
||
border-bottom: 1px solid #eee;
|
||
padding: 0 0 15px 5px;
|
||
margin: 0 0 30px 0;
|
||
}
|
||
|
||
|
||
.art_state_message .det_cssep {
|
||
background-color: #006699;
|
||
color: #fff;
|
||
font-size: 12px;
|
||
margin: 0 0 0 15px;
|
||
padding: 2px 5px;
|
||
border-radius: 5px;
|
||
cursor: pointer;
|
||
font-style: normal;
|
||
}
|
||
|
||
.art_state_message .det_cssep:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.auth_colla {
|
||
margin: 0 0 15px 0;
|
||
}
|
||
|
||
|
||
.auth_colla .el-collapse-item__arrow {
|
||
position: absolute;
|
||
left: 45px;
|
||
color: #006699;
|
||
font-weight: bolder;
|
||
font-size: 18px;
|
||
}
|
||
|
||
.auth_colla .el-collapse-item__header {
|
||
padding-left: 30px;
|
||
line-height: 18px;
|
||
}
|
||
|
||
.auth_colla_new .el-collapse-item__arrow {
|
||
left: 25px;
|
||
}
|
||
|
||
|
||
.editor_tree {
|
||
margin: 20px 0 0 10px;
|
||
}
|
||
|
||
.editor_tree .el-timeline-item__node--large {
|
||
width: 30px;
|
||
height: 30px;
|
||
}
|
||
|
||
.editor_tree .el-timeline-item__wrapper {
|
||
padding-left: 0;
|
||
}
|
||
|
||
.editor_tree .el-timeline-item__timestamp.is-top {
|
||
padding-top: 10px;
|
||
margin: 0 0 13px 45px;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.editor_tree .el-timeline-item__content {
|
||
margin: 10px 0 0 45px;
|
||
}
|
||
|
||
.editor_tree .el-timeline-item__tail {
|
||
height: auto;
|
||
bottom: 15px;
|
||
top: 45px;
|
||
border-left: 3px solid #E4E7ED;
|
||
/* border-left: 2px solid #66a3c2; */
|
||
left: 12px;
|
||
}
|
||
|
||
.editor_tree p>font>b {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.kuang_communtion,
|
||
.kuang_tracking {
|
||
border: 1px solid #dcdfe6;
|
||
padding: 20px;
|
||
background-color: #fff;
|
||
border-radius: 5px;
|
||
|
||
}
|
||
|
||
.kuang_communtion {
|
||
margin: 0 0 30px 0;
|
||
}
|
||
|
||
.kuang_tracking {}
|
||
|
||
.kuang_communtion>h2,
|
||
.kuang_tracking>h2 {
|
||
font-size: 18px;
|
||
margin: 0 0 15px 0;
|
||
letter-spacing: -0.8px;
|
||
}
|
||
|
||
.kuang_communtion>h2>a {
|
||
float: right;
|
||
background-color: rgb(0, 102, 153);
|
||
color: rgb(255, 255, 255);
|
||
font-size: 12px;
|
||
padding: 2px 5px;
|
||
font-weight: normal;
|
||
border-radius: 5px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.kuang_communtion>h2>a:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.kuang_communtion .kuang_communtion_conmt {
|
||
/* max-height: 350px;
|
||
overflow-y: auto; */
|
||
word-break: normal;
|
||
}
|
||
|
||
.kuang_communtion_input {
|
||
margin-top: 40px;
|
||
position: relative;
|
||
}
|
||
|
||
.kuang_communtion_input>p {
|
||
position: absolute;
|
||
height: 1px;
|
||
background-color: #dcdfe6;
|
||
top: -25px;
|
||
left: -12px;
|
||
right: -12px;
|
||
}
|
||
|
||
.kuang_communtion_input>div.kuang_communtion_input_text {
|
||
color: #aaa;
|
||
font-size: 12px;
|
||
position: relative;
|
||
margin: 0 65px 0 0;
|
||
padding: 8px 0 0 0;
|
||
line-height: 16px;
|
||
letter-spacing: -0.8px;
|
||
}
|
||
|
||
.kuang_communtion_input>div>button {
|
||
position: absolute;
|
||
top: 8px;
|
||
right: -65px;
|
||
}
|
||
|
||
.art_file {}
|
||
|
||
|
||
|
||
.art_file>h4 {
|
||
margin: 8px 0 5px 30px;
|
||
float: left;
|
||
color: #777;
|
||
font-weight: normal;
|
||
}
|
||
|
||
.art_file>p {
|
||
margin: 6px 0 0 10px;
|
||
margin-bottom: 10px;
|
||
float: left;
|
||
}
|
||
|
||
.art_file>p>a {
|
||
color: #333;
|
||
display: block;
|
||
margin: 0 0 10px 0;
|
||
}
|
||
|
||
.art_file>p>a:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.art_file>p>a>img {
|
||
width: 15px;
|
||
vertical-align: text-bottom;
|
||
margin: 0 10px 0 0;
|
||
}
|
||
|
||
.art_file>p>a>span>font {
|
||
color: #888;
|
||
margin: 0 5px 0 0;
|
||
font-size: 13px;
|
||
}
|
||
|
||
.art_file>p>a>span>i {
|
||
font-size: 12px;
|
||
color: #888;
|
||
margin: 0 0 0 15px;
|
||
font-style: normal;
|
||
}
|
||
|
||
.art_file>p>a>span>i>i {
|
||
margin: 0 8px 0 0;
|
||
}
|
||
|
||
.art_file .download {
|
||
font-weight: bold;
|
||
color: #75abf1;
|
||
margin: 0 0 0 18px;
|
||
}
|
||
|
||
.art_revlist {
|
||
border-top: 1px solid #eee;
|
||
padding: 20px 0 0 0;
|
||
margin: 10px 0 0 0;
|
||
}
|
||
|
||
.art_reviewer {
|
||
margin: 15px 0 20px 0;
|
||
padding: 0 0 10px 0;
|
||
border-bottom: 1px solid #cce7f3;
|
||
}
|
||
|
||
.talk_aued {
|
||
width: 85%;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.talk_aued>p {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.talk_aued>.el-card {
|
||
margin: 8px 0 0 0;
|
||
max-height: 350px;
|
||
overflow-y: auto;
|
||
|
||
}
|
||
|
||
.talk_aued>b {
|
||
display: block;
|
||
font-weight: normal;
|
||
font-size: 12px;
|
||
margin: 2px 0 0 0;
|
||
text-align: right;
|
||
color: #aaa;
|
||
}
|
||
|
||
.talk_aued .el-card__body {
|
||
padding: 6px 12px;
|
||
}
|
||
|
||
.talk_edit {
|
||
margin-left: 15%;
|
||
}
|
||
|
||
.talk_edit>p {
|
||
text-align: right;
|
||
margin-right: 5px;
|
||
}
|
||
|
||
|
||
.art_caozuo_ {
|
||
border: 1px solid #cce7f3;
|
||
background-color: #eef6fb;
|
||
margin-top: 30px;
|
||
padding: 20px;
|
||
border-radius: 5px;
|
||
position: relative;
|
||
}
|
||
|
||
.art_file_btn {}
|
||
|
||
.art_file_btn .btn_remarks {
|
||
display: inline-block;
|
||
/* border: 1px solid #fff; */
|
||
margin: 0 20px 0 0;
|
||
padding: 8px 12px;
|
||
cursor: pointer;
|
||
font-weight: bolder;
|
||
color: #fff;
|
||
}
|
||
|
||
.art_file_btn .art_file_btn_text {
|
||
line-height: 18px;
|
||
font-size: 12px;
|
||
color: #888;
|
||
margin: 20px 0 20px 0;
|
||
}
|
||
|
||
|
||
.art_state_repet {
|
||
margin: 0 0 20px 0;
|
||
padding: 0 0 25px 0;
|
||
border-bottom: 1px solid #cce7f3;
|
||
}
|
||
|
||
.art_state_repet>p {
|
||
margin: -10px 0 0 30px;
|
||
line-height: 18px;
|
||
font-size: 12px;
|
||
color: #888;
|
||
}
|
||
|
||
.art_state_repet>p>b {
|
||
margin: 0 0 0 15px;
|
||
font-size: 20px;
|
||
color: #333;
|
||
}
|
||
|
||
.art_state_repet>p>img {
|
||
width: 15px;
|
||
vertical-align: baseline;
|
||
margin: 0 0 0 20px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
|
||
.art_state_btn {
|
||
border-radius: 5px;
|
||
margin: 10px 0 5px 0;
|
||
|
||
}
|
||
|
||
.art_state_btn div {
|
||
display: inline-block;
|
||
/* border: 1px solid #fff; */
|
||
border-radius: 5px;
|
||
margin: 0 20px 0 0;
|
||
padding: 8px 12px;
|
||
cursor: pointer;
|
||
font-size: 16px;
|
||
font-weight: bolder;
|
||
color: #fff;
|
||
}
|
||
|
||
.art_state_btn div:nth-last-child(1) {
|
||
margin: 0;
|
||
}
|
||
|
||
|
||
.art_state_btn div.a_s_t1 {
|
||
background-color: #f75822;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t1:hover {
|
||
background-color: #c1451b;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t2 {
|
||
background-color: #0ebee1;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t2:hover {
|
||
background-color: #0c92ad;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t3 {
|
||
background-color: #f3170f;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t3:hover {
|
||
background-color: #d31d16;
|
||
}
|
||
|
||
|
||
.art_state_btn div.a_s_t4 {
|
||
background-color: #5a90e1;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t4:hover {
|
||
background-color: #4a73b1;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t5 {
|
||
background-color: #91cc75;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t5:hover {
|
||
background-color: #73a35c;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t6 {
|
||
background-color: #27727B;
|
||
}
|
||
|
||
.art_state_btn div.a_s_t6:hover {
|
||
background-color: #1a4e54;
|
||
}
|
||
|
||
.art_state_btn div:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
.art_state_btn div i {
|
||
margin: 0 4px 0 0;
|
||
font-weight: bolder;
|
||
}
|
||
|
||
.art_caozuo_ div.btn_remarks {
|
||
position: absolute;
|
||
right: -20px;
|
||
top: 0;
|
||
font-size: 13px;
|
||
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: #e3eff7;
|
||
}
|
||
|
||
.art_state_remark {
|
||
margin: 30px 0 0 0;
|
||
border: 1px solid #dcdfe6;
|
||
border-radius: 5px;
|
||
padding: 20px;
|
||
}
|
||
|
||
.art_state_remark>div {
|
||
font-size: 13px;
|
||
color: #888;
|
||
margin: -10px 0 35px 30px;
|
||
}
|
||
|
||
.art_state_remark>p {
|
||
line-height: 24px;
|
||
margin: -10px 0 0 30px;
|
||
}
|
||
|
||
|
||
.art_state_remark img {
|
||
width: 15px;
|
||
vertical-align: baseline;
|
||
margin: 0 0 0 10px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.rev_list {
|
||
margin: 0 0 0 20px;
|
||
}
|
||
|
||
.rev_list>p {
|
||
margin: 0 0 15px 0;
|
||
}
|
||
|
||
|
||
.rev_list>p>a {
|
||
margin: 0 0 0 20px;
|
||
color: #006699;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.rev_list>p>a:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.rev_list>p>a>i {
|
||
margin: 0 5px 0 0;
|
||
}
|
||
|
||
.revi_tab_sty th {
|
||
background-color: #f5f7fa !important;
|
||
color: #006699 !important;
|
||
}
|
||
|
||
.revi_pag_sty.is-background .el-pager li:not(.disabled).active {
|
||
background-color: #e4eaf3 !important;
|
||
color: #006699 !important;
|
||
border: 1px solid #e5e6e9 !important;
|
||
}
|
||
|
||
.revi_tab_sty .rev_lise {
|
||
color: #006699;
|
||
font-weight: bold;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.revi_tab_sty .rev_lise:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.add_revi {
|
||
background-color: #f5f7fa !important;
|
||
border-color: #e5e6e9 !important;
|
||
color: #006699 !important;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.add_revi i {
|
||
font-weight: bold;
|
||
}
|
||
|
||
.add_revi:hover {
|
||
text-decoration: underline !important;
|
||
}
|
||
|
||
.text_upload_tip {
|
||
display: inline-block;
|
||
line-height: 32px;
|
||
margin: 0 0 0 15px;
|
||
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;
|
||
}
|
||
|
||
|
||
/* 表格超出 */
|
||
/* .el-tooltip__popper {
|
||
max-width:45%;
|
||
}
|
||
|
||
.el-tooltip__popper,
|
||
.el-tooltip__popper.is-dark {
|
||
background: rgb(48, 65, 86) !important;
|
||
color: #fff !important;
|
||
line-height: 24px;
|
||
} */
|
||
|
||
.wordTableHtml b span {
|
||
font-weight: bold !important;
|
||
}
|
||
|
||
.wordTableHtml i span {
|
||
font-style: italic !important;
|
||
}
|
||
|
||
.wordTableHtml sub span {
|
||
vertical-align: sub;
|
||
}
|
||
|
||
.wordTableHtml sup span {
|
||
vertical-align: super;
|
||
}
|
||
|
||
.wordTableHtml sub {
|
||
vertical-align: sub !important;
|
||
}
|
||
|
||
.wordTableHtml sup {
|
||
vertical-align: super !important;
|
||
}
|
||
|
||
.wordTableHtml span[style*='vertical-align: super'] {
|
||
vertical-align: super !important;
|
||
}
|
||
|
||
.wordTableHtml span[style*='vertical-align: sub'] {
|
||
vertical-align: sub !important;
|
||
}
|
||
|
||
.wordTableHtml table {
|
||
border: 0px !important;
|
||
border-bottom: 1px solid #000 !important;
|
||
border-collapse: collapse;
|
||
/* 去除单元格间隙 */
|
||
width: auto;
|
||
margin: 0 auto !important;
|
||
table-layout: auto;
|
||
/* 自动调整列宽 */
|
||
text-align: left;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 12px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.wordTableHtml table td,
|
||
.wordTableHtml table th {
|
||
padding: 5px;
|
||
text-align: left !important;
|
||
|
||
word-wrap: normal;
|
||
/* 长单词自动换行 */
|
||
word-break: normal;
|
||
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 12px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.wordTableHtml table tbody tr td {
|
||
text-align: left !important;
|
||
border-left: none !important;
|
||
mso-border-left-alt: none !important;
|
||
border-right: none !important;
|
||
mso-border-right-alt: none !important;
|
||
border-top: none;
|
||
mso-border-top-alt: none !important;
|
||
border-bottom: none !important;
|
||
mso-border-bottom-alt: none !important;
|
||
border: 1px dashed #dcdfe6 !important;
|
||
border-left: 1px dashed #dcdfe6 !important;
|
||
border-right: 1px dashed #dcdfe6 !important;
|
||
word-break: keep-all !important;
|
||
/* text-align: justify !important; */
|
||
}
|
||
|
||
.wordTableHtml table tr td p {
|
||
display: flex;
|
||
text-align: left !important;
|
||
align-items: center;
|
||
margin: 0;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 12px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.wordTableHtml table span {
|
||
color: #000000;
|
||
text-align: left !important;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 12px !important;
|
||
|
||
line-height: 20px !important;
|
||
|
||
}
|
||
|
||
.wordTableHtml table .color-highlight {
|
||
color: rgb(0, 130, 170) !important;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 12px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.wordTableHtml table blue {
|
||
color: rgb(0, 130, 170) !important;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 12px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.wordTableHtml table tr:first-child td {
|
||
border-top: 1px solid #000 !important;
|
||
|
||
border-bottom: 1px solid #000 !important;
|
||
|
||
}
|
||
|
||
/* 给表格中最后一行表头添加红色下边框 */
|
||
/* 给最后一个 table-header-row 添加红色下边框 */
|
||
|
||
|
||
|
||
.wordTableHtml table tr:last-of-type td {
|
||
border-bottom: 1px solid #000 !important;
|
||
|
||
}
|
||
|
||
/* 给最后一个 table-header-row(第二行)加样式 */
|
||
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
|
||
border-bottom: 1px solid #000 !important;
|
||
}
|
||
|
||
.word-container b span {
|
||
font-weight: bold !important;
|
||
}
|
||
|
||
.word-container i span {
|
||
font-style: italic !important;
|
||
}
|
||
|
||
.word-container sub span {
|
||
vertical-align: sub;
|
||
}
|
||
|
||
.word-container sup span {
|
||
vertical-align: sup;
|
||
}
|
||
|
||
.word-container sub {
|
||
vertical-align: sub !important;
|
||
}
|
||
|
||
.word-container sup {
|
||
vertical-align: sup !important;
|
||
}
|
||
|
||
.word-container span[style*='vertical-align: super'] {
|
||
vertical-align: super !important;
|
||
}
|
||
|
||
.word-container span[style*='vertical-align: sub'] {
|
||
vertical-align: sub !important;
|
||
}
|
||
|
||
.word-container table {
|
||
border: 0px !important;
|
||
border-collapse: collapse;
|
||
/* 去除单元格间隙 */
|
||
width: auto;
|
||
margin: 0 auto !important;
|
||
table-layout: auto;
|
||
/* 自动调整列宽 */
|
||
text-align: left;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 14px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.word-container table td,
|
||
.word-container table th {
|
||
padding: 5px;
|
||
text-align: left !important;
|
||
white-space: pre-wrap;
|
||
/* 保留换行符并换行 */
|
||
word-wrap: normal;
|
||
/* 长单词自动换行 */
|
||
word-break: normal;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 14px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.word-container table tbody tr td {
|
||
text-align: left !important;
|
||
border-left: none !important;
|
||
mso-border-left-alt: none !important;
|
||
border-right: none !important;
|
||
mso-border-right-alt: none !important;
|
||
border-top: none;
|
||
mso-border-top-alt: none !important;
|
||
border-bottom: none !important;
|
||
mso-border-bottom-alt: none !important;
|
||
border: 1px dashed #dcdfe6 !important;
|
||
border-left: 1px dashed #dcdfe6 !important;
|
||
border-right: 1px dashed #dcdfe6 !important;
|
||
word-break: keep-all !important;
|
||
white-space: pre-wrap !important;
|
||
/* text-align: justify !important; */
|
||
}
|
||
|
||
.word-container table tr td p {
|
||
text-align: left !important;
|
||
|
||
margin: 0;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 14px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.word-container table span {
|
||
color: #000000;
|
||
text-align: left !important;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 14px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.word-container table .color-highlight {
|
||
color: rgb(0, 130, 170) !important;
|
||
font-family: 'Charis SIL' !important;
|
||
font-size: 14px !important;
|
||
mso-font-kerning: 1pt !important;
|
||
line-height: 20px !important;
|
||
mos-line-height: 20px !important;
|
||
}
|
||
|
||
.word-container table tr:first-child td {
|
||
/* border-top: 1pt solid #000 !important;
|
||
mso-border-top-alt: 0.5pt solid #000 !important;
|
||
border-bottom: 1pt solid #000 !important;
|
||
mso-border-bottom-alt: 0.5pt solid #000 !important; */
|
||
}
|
||
|
||
.word-container table tr:last-of-type {
|
||
border-bottom: 1pt solid #000 !important;
|
||
mso-border-bottom-alt: 0.5pt solid #000 !important;
|
||
}
|
||
|
||
.word-container blue {
|
||
color: rgb(0, 130, 170) !important;
|
||
}
|
||
|
||
.tinymce-custom-button-blue {
|
||
font-weight: bold !important;
|
||
color: #007bff !important;
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
.tinymce-custom-button-commentadd {
|
||
font-weight: bold !important;
|
||
background-color: #fef0f0 !important;
|
||
color: #f56c6c !important;
|
||
/* 设置字体颜色 */
|
||
fill: #f56c6c !important;
|
||
/* font-size:16px!important; */
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
.tinymce-custom-button-commentadd svg {
|
||
|
||
fill: #f56c6c !important;
|
||
|
||
}
|
||
|
||
.tinymce-custom-button-delete {
|
||
font-weight: bold !important;
|
||
background-color: red !important;
|
||
color: #fff !important;
|
||
/* 设置字体颜色 */
|
||
fill: #fff !important;
|
||
/* font-size:16px!important; */
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
.tinymce-custom-button-delete svg {
|
||
|
||
|
||
fill: #fff !important;
|
||
|
||
}
|
||
|
||
.tinymce-custom-button-edit {
|
||
font-weight: bold !important;
|
||
background-color: rgb(43, 129, 239) !important;
|
||
color: #fff !important;
|
||
/* 设置字体颜色 */
|
||
fill: #fff !important;
|
||
/* font-size:16px!important; */
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
.tinymce-custom-button-edit svg {
|
||
|
||
|
||
fill: #fff !important;
|
||
|
||
}
|
||
|
||
.tinymce-custom-button-save {
|
||
font-weight: bold !important;
|
||
background-color: rgb(19, 188, 32) !important;
|
||
color: #fff !important;
|
||
/* 设置字体颜色 */
|
||
fill: #fff !important;
|
||
/* font-size:16px!important; */
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
.tinymce-custom-button-addrow {
|
||
font-weight: bold !important;
|
||
background-color: #cbccd1 !important;
|
||
/* color: #fff !important; */
|
||
/* 设置字体颜色 */
|
||
/* fill: #fff !important; */
|
||
/* font-size:16px!important; */
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
.tinymce-custom-button-save svg {
|
||
|
||
|
||
fill: #fff !important;
|
||
|
||
}
|
||
|
||
.tinymce-custom-button-removeblue {
|
||
font-weight: bold !important;
|
||
color: #007bff !important;
|
||
/* 设置字体颜色 */
|
||
text-decoration: line-through !important;
|
||
/* 设置字体颜色 */
|
||
}
|
||
|
||
mjx-container {
|
||
font-size: 14px !important;
|
||
}
|
||
|
||
wmath {
|
||
width: 100%;
|
||
display: block;
|
||
display: flex;
|
||
}
|
||
|
||
/* 强制 MathLive 虚拟键盘浮在最顶层 */
|
||
.ML__keyboard {
|
||
z-index: 99999 !important;
|
||
position: fixed !important;
|
||
} |