Commit 04390a5f by 庄欣

添加滚动

parent db33fe54
...@@ -23,14 +23,13 @@ ...@@ -23,14 +23,13 @@
#__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote { #__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote {
position: fixed; position: fixed;
width: 30%; width: 30%;
top: 10%; top: 10px;
z-index: 999; z-index: 999;
background-image: linear-gradient(125deg, rgb(239 223 143), rgb(235 209 84), rgb(122 60 25)); background-image: linear-gradient(125deg, rgb(239 223 143), rgb(235 209 84), rgb(122 60 25));
background-size: 400%; background-size: 400%;
left: 35%; left: 35%;
color: #23283f; color: #23283f;
padding-top: 10px; padding-top: 10px;
height: auto;
} }
#__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote div{ #__extend_fast_quote #__extend_fastquote_container #_____mp_fastquote div{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment