|
|
@ -24,6 +24,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
.panel-comment_item .editor__resize {
|
|
|
|
.panel-comment_item .editor__resize {
|
|
|
|
transform: translateX(-2%);
|
|
|
|
transform: translateX(-2%);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 120px;
|
|
|
|
|
|
|
|
height: 4px;
|
|
|
|
|
|
|
|
left: 54%;
|
|
|
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
|
|
|
cursor: row-resize;
|
|
|
|
|
|
|
|
text-indent: 110%;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*帖子回復按鈕*/
|
|
|
|
/*帖子回復按鈕*/
|
|
|
|