diff --git a/src/components/page/ReferenceEditor.vue b/src/components/page/ReferenceEditor.vue index e5e1056..fb355c9 100644 --- a/src/components/page/ReferenceEditor.vue +++ b/src/components/page/ReferenceEditor.vue @@ -1,54 +1,69 @@ +
-

  The above is the citation data identified according to your uploaded file, you can choose to import, or discard this data and upload again.

-
+

+   The above is the citation data identified according to your + uploaded file, you can choose to import, or discard this data and upload again. +

+ - - Abandon and Reimport - Import - - + + Abandon and Reimport + Import + + - - - - - \ No newline at end of file +} + diff --git a/src/components/page/editPublicRefRdit.vue b/src/components/page/editPublicRefRdit.vue index d037e94..f55c85a 100644 --- a/src/components/page/editPublicRefRdit.vue +++ b/src/components/page/editPublicRefRdit.vue @@ -1,221 +1,303 @@ \ No newline at end of file +.itemChanged { + position: absolute; + display: inline-block; + background: #006699; + color: #fff; + padding: 7px; + border-radius: 0 0 7px 7px; + left: 0; + top: 0; +} +.status { + display: block; + width: 40px; + height: 40px; + border-radius: 40px; + font-size: 22px; + line-height: 40px; + color: #fff; + text-align: center; +} +.status.ok { + background: #a7e389; +} +.status.warn { + background: #ffd192; +} +.status.float { + display: inline-block; +} +.doiLink { + color: #409eff; +} +.talkDialog { + height: 500px; + overflow-y: scroll; +} + +.contactAuthor { + margin-top: 50px; + color: #8c939d; +} +.contactAuthor > p { + font-size: 12px; + margin-left: 0 !important; +} +.contactAuthor > p > .btnCliArt { + color: #409eff; +} +.contactAuthor > h4 { + margin-bottom: 10px; +} +.handle-box { + margin-bottom: 20px; +} + +.title_header { + margin-bottom: 20px; +} + +.tab_post { + background-color: #fafafa; + position: absolute; + left: 25px; + top: 60px; + /* width: 220px; */ + z-index: 50; +} + +.tab_post > div { + margin-bottom: 30px; + cursor: pointer; + position: relative; +} + +.tab_post > div h5 { + padding: 10px 10px 0 0; + margin-bottom: 5px; + border-radius: 10px; + font-size: 16px; + color: #333; + font-weight: bold; + letter-spacing: -0.6px; +} + +.tab_post > div h5 span { + border: 2px solid #333; + padding: 0 7px; + margin: 0 5px 0 0; + border-radius: 15px; + font-size: 12px; + display: inline-block; +} + +.tab_post > div p { + margin: 0 20px 0 33px; + color: #999; + font-size: 14px; + line-height: 18px; +} + +.tab_post > div .line { + top: 50px; + left: 11px; + bottom: -25px; + position: absolute; + border: 1px dashed #999; +} + +.tab_post > div:nth-child(7) .line { + border: none; +} + +.tab_post > div.P_style h5 { + color: #006699; +} + +.tab_post > div.P_style h5 span { + background-color: #006699; + border: 2px solid #006699; + color: #fff; +} + +.tab_post > div.P_style p { + color: #333; +} + +.tab_post > div.P_style .line { + /* border-color: #006699; */ +} + +.scroll-item { + margin: 0 30px 50px 255px; +} + +.bor_style_onli { + height: 700px; + overflow-y: scroll; + border: 2px solid #0066991a; + background-color: #fff; + border-radius: 5px; + padding: 20px; +} + +.bor_style_onli > h4 { + margin: 0 0 20px 0; + letter-spacing: -0.5px; +} + +.captcha-img.el-switch.is-disabled { + opacity: 1; +} + +.captcha-img.el-switch.is-disabled .el-switch__core { + cursor: pointer; +} + +.message-title { + cursor: pointer; +} + +.guanSty { + min-width: 1000px; +} + +.guanSty .quill-editor { + margin-bottom: 20px; + /* height: 200px; */ +} + +.guanSty .ql-toolbar { + border: 1px solid #dcdfe6 !important; +} + +.guanSty .ql-container { + min-height: 100px !important; + border: 1px solid #dcdfe6 !important; +} + +.guanSty .ql-editor { + height: 100px; +} + +.guanSty .upload-demo .el-upload { + width: 55px; + float: left; + margin-left: 5px; + border: none; + text-align: left; + height: 35px; +} + +.guanSty .el-upload-list { + margin-top: 4px; + margin-left: 20px; + float: left; + width: 35px; +} + +.guanSty .el-upload-list .el-upload-list__item { + width: 30px !important; +} + +.guanSty .el-upload-list .el-upload-list__item:hover { + cursor: pointer; +} + +.guanSty .el-upload-list .el-upload-list__item .el-upload-list__item-name { + width: 30px; +} + +.guanSty .el-upload-list .el-upload-list__item .el-upload-list__item-status-label { + display: none; +} + +.guanSty .el-upload-list__item:hover .el-icon-close { + display: none; +} + +.guanSty .avatar-uploader .el-upload { + border: 1px dashed #d9d9d9; + border-radius: 6px; + cursor: pointer; + position: relative; + overflow: hidden; + width: 140px; + height: 140px; +} + +.guanSty .avatar-uploader .el-upload:hover { + border-color: #409eff; +} + +.guanSty .avatar-uploader-icon { + font-size: 28px; + color: #8c939d; + width: 140px; + height: 140px; + line-height: 140px; + text-align: center; +} + +.guanSty .avatar { + width: 140px; + height: 140px; + display: block; +} + +.guanSty .upload-demo .el-upload-list__item:first-child { + margin-top: 0; + width: 300px; +} + +.suoshu_jigou .el-checkbox__label { + white-space: normal; +} + +.suoshu_jigou .el-checkbox__input { + vertical-align: top; + margin-top: 8px; +} + +.liter_ture { + position: relative; + margin-top: 30px; +} + +.chanSelLef { + float: left; + width: 24%; + margin: 0 50px 0 0; +} + +.chanSelLef > p { + font-size: 14px; + color: #333; + margin: 10px 0 30px 0; + line-height: 22px; +} + +.chanSelLef > div { + margin: 0 0 20px 0; +} + +.chanSelLef > div > h3 { + font-size: 14px; + letter-spacing: -0.5px; + color: #999; +} + +.chanSelLef > div > h3 > span { + color: #fff; + background-color: #999; + padding: 2px 6px; + margin: 0 10px 0 0; +} + +.chanSelLef > div > div > p { + font-size: 14px; + color: #333; + margin: 10px 0 0 32px; + line-height: 24px; +} + +.chanSelLef > div.C_style > h3 { + color: #006699; +} + +.chanSelLef > div.C_style > h3 > span { + background-color: #006699; +} + +.chanFerAll { + float: left; + position: relative; + width: 70.5%; +} + +.chanFerAll .chanFerBtn { + cursor: pointer; +} + +.chanFerAll .ref_list:nth-child(2n) { +} + +.chanFerAll .ref_list:nth-child(2n + 1) { + background-color: #ecf5ff; +} + +.ref_list { + padding: 20px; + position: relative; +} + +.ref_list > b { + position: absolute; + top: 5px; + left: 10px; + font-size: 12px; +} + +.ref_list > i { + position: absolute; + top: 10px; + right: 10px; + font-size: 16px; + color: #006699; + cursor: pointer; +} + +.ref_list > div:nth-child(1) { + margin: 0 0 15px 0; +} + +.ref_list > div:nth-child(1) input { +} + +.ref_list > div:nth-child(1) button { + float: right; +} + +.ref_list > div:nth-child(2) { + margin: 0 0 15px 0; +} + +.ref_list > div.BG_yell { + background-color: #fdf3e3; + padding: 15px 0; +} + +.RefProBar { + position: absolute; + background: rgba(0, 0, 0, 0.7); + top: 0; + bottom: 0; + left: 0; + right: 0; +} + +.RefProBar > div { + width: 76%; + position: absolute; + top: 40%; + left: 12%; +} + +.RefProBar > div > p { + color: #fff; + margin: 20px 0 0 0; +} + +.RefProBar > div > p > img { + width: 30px; + vertical-align: middle; + margin: 0 10px 0 5px; +} + +.RefProBar > div > p > span { + font-size: 18px; +} + +.upload-demo_6 { + overflow: auto; +} + +.upload-demo_6 .el-upload { + margin-left: 0 !important; + width: 150px !important; + height: auto !important; + text-align: center !important; +} + +.upload-demo_6 .el-upload__tip { + margin-left: 15px; + float: left; +} + +.typeA_MTxt > div > div { + position: relative; + border-bottom: 1px solid #d6e5ec; + padding: 10px 0 12px 0; +} + +.typeA_MTxt > div > div .el-button { + position: absolute; + right: 5px; + top: -1px; +} + +.typeA_MTxt > h5 { + margin: 25px 0 15px 0; + line-height: 18px; + font-size: 13px; + color: #bbb; + font-weight: 400; +} + +.bor_style_onli .load_pdf { + margin-bottom: 20px; +} + +.bor_style_onli .load_pdf > img { + vertical-align: sub; + margin: 0 15px 0 0; +} + +.bor_style_onli .load_pdf a i:hover { + color: #006699 !important; + transform: scale(1.3); +} + +.con_firm { + font-size: 14px; + line-height: 28px; +} + +.con_firm b { + margin-left: 5px; +} + +.con_firm i { + font-size: 18px; + margin-right: 5px; + vertical-align: text-bottom; +} + +.aMesage { + font-size: 14px; + font-family: 'Helvetica Neue', Helvetica, Georgia, sans-serif; + word-break: break-all; +} + +.aMes_typ { + line-height: 35px; + border-bottom: 1px solid #f1f1f1; + color: #7f0202; + font-weight: bold; +} + +.aMes_tit { + color: #222; + font-weight: bold; + margin-top: 8px; + line-height: 20px; + font-family: 'Helvetica Neue', Helvetica, Georgia, sans-serif; +} + +.aMes_autor { + margin-top: 5px; + font-size: 15px; + font-family: Calibri; +} + +.aMes_doi { + margin-top: 8px; +} + +.aMes_doi span { + margin-left: 20px; +} + +.aMes_asbimg { + margin-top: 20px; +} + +.aMes_asbimg img { + float: left; + width: 290px; +} + +.aMes_asbimg div { + float: left; + font-family: Calibri; + width: 430px; + padding-left: 30px; +} + +.aArticle { + font-size: 14px; + font-family: 'Helvetica Neue', Helvetica, Georgia, sans-serif; + word-break: break-all; +} + +.aArt_doi { +} + +.aArt_tit { + font-size: 16px; + color: #333333; + font-weight: bold; + margin: 20px 0 15px 0; + line-height: 24px; +} + +.aArt_autor { + margin-top: 5px; + font-size: 15px; + font-family: Calibri; +} + +.aArt_autor img { + width: 13px; + margin-left: 3px; +} + +.aArt_jigou { + margin-top: 10px; + line-height: 20px; + font-family: Calibri; +} + +.aArt_abst { + margin-top: 30px; +} + +.aArt_abst .titTop { + border-bottom: 1px solid #ddd; + margin-bottom: 20px; +} + +.zhushi { + color: #999; + font-size: 12px; +} +.aArt_abst .titTop b { + font-weight: normal; + display: inline-block; + padding: 8px 10px; + border: 1px solid transparent; + margin-bottom: -1px; + border-radius: 4px 4px 0 0; + cursor: pointer; +} + +.aArt_abst .titTop b.Tab_col { + border: 1px solid #ddd; + border-bottom-color: #fff; +} + +.aArt_abst .titHtml { + letter-spacing: 0.03em; + margin: 15px 10px 0 10px; + color: #444; + font-size: 15px; + line-height: 1.4; + word-break: break-word; +} + +.aArt_abst > p { + margin: 25px 10px 0 10px; + text-align: justify; + color: #666; + font-size: 15px; + line-height: 1.4; + /* text-indent: 2.6rem; */ + word-break: break-word; +} + +.aArt_abst .titHtml .MaxPicture { + text-align: center; +} + +.aArt_abst .titHtml .MaxPicture > img { + margin-bottom: 10px; +} + +.aArt_abst .titHtml .MaxPicture > font { + display: block; + margin: 0 auto; + font-size: 13px; +} +.refTable th { + background: red !important; + color: #666; +} +.topBtnBox.btns { + margin-bottom: 20px; +} +.bottomBtnBox.btns { + margin-top: 20px; +} + +.repeat-warning-row { + background: red !important; +} +