forked from newthuhole/hole_thu_frontend
add copy tooltip and fix reply
This commit is contained in:
@@ -154,4 +154,19 @@
|
||||
|
||||
.box-id {
|
||||
color: #666666;
|
||||
}
|
||||
.box-id a:hover::before {
|
||||
content: "复制全文";
|
||||
position: relative;
|
||||
width: 5em;
|
||||
height: 1.3em;
|
||||
line-height: 1.3em;
|
||||
margin-bottom: -1.3em;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
top: -1.5em;
|
||||
display: block;
|
||||
color: white;
|
||||
background-color: rgba(0,0,0,.6);
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user