首页 top cite
This commit is contained in:
117
style/form.css
117
style/form.css
@@ -3560,3 +3560,120 @@ input.disable {
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.cite_box {
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.pai_two .current_list li .cite_box {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.cite_box .export_cite {
|
||||
position: absolute; max-height: 65vh;
|
||||
overflow-y: auto;
|
||||
left: 5px;
|
||||
top: 35px;
|
||||
background-color: #fff;
|
||||
width: 500px;
|
||||
padding: 5px 10px;
|
||||
box-shadow: 2px 2px 5px #ccc;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.cite_box .export_cite li {
|
||||
color: #444;
|
||||
text-align: left;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.cite_box .export_cite li:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.cite_box .export_cite a:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
|
||||
[class*="loader-"] {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
color: inherit;
|
||||
vertical-align: middle;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.loader-01 {
|
||||
border: .2em dotted currentcolor;
|
||||
border-radius: 50%;
|
||||
-webkit-animation: 1s loader-01 linear infinite;
|
||||
animation: 1s loader-01 linear infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes loader-01 {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes loader-01 {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.cite_txt_button {
|
||||
background: #fff !important;
|
||||
padding: 0 !important;
|
||||
color: #7a2702 !important;
|
||||
margin-left: 5px !important;
|
||||
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif !important;
|
||||
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.cite_txt_button .export {
|
||||
left: 130px !important;
|
||||
}
|
||||
|
||||
.pai_two .cite_txt_button {
|
||||
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
/* 设置滚动条的样式 */
|
||||
.cite_box .export_cite::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
/* 滚动槽 */
|
||||
.cite_box .export_cite::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* 滚动条滑块 */
|
||||
.cite_box .export_cite::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background: #b1b1b1;
|
||||
}
|
||||
Reference in New Issue
Block a user