Commit 6e206064 by 陈超

T

parent 281edbbe
...@@ -740,12 +740,14 @@ div::-webkit-scrollbar { ...@@ -740,12 +740,14 @@ div::-webkit-scrollbar {
margin: 1rem 1.5rem; margin: 1rem 1.5rem;
position: relative; position: relative;
background-size:100% 100%; background-size:100% 100%;
background-repeat: no-repeat;
} }
.hint_top { .hint_top {
position: absolute; position: absolute;
right: 0; right: 0.75rem;
top: 0; top: 0.75rem;
} }
.vip_price_hint { .vip_price_hint {
...@@ -754,6 +756,6 @@ div::-webkit-scrollbar { ...@@ -754,6 +756,6 @@ div::-webkit-scrollbar {
background:rgba(255,255,255,1); background:rgba(255,255,255,1);
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
right: 0; right: 0.75rem;
bottom: 0; bottom: 0.75rem;
} }
\ No newline at end of file
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