分享历史记录页面-添加隐藏工具栏按钮
This commit is contained in:
parent
adf6af0824
commit
7e3254bc81
@ -19,14 +19,15 @@
|
||||
.more-btn{
|
||||
--un-shadow: var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgba(0,0,0,0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgba(0,0,0,0.1));
|
||||
box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
|
||||
width:3rem;
|
||||
height:3rem;
|
||||
width:2.5rem;
|
||||
height:2.5rem;
|
||||
border-radius:50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background:#fff;
|
||||
border:1px solid rgba(0,0,0,0.1);
|
||||
margin-left:0.3rem;
|
||||
}
|
||||
.more-btn .img{
|
||||
width:1.5rem;
|
||||
@ -38,13 +39,12 @@
|
||||
}
|
||||
|
||||
.more-box{
|
||||
left:65px;
|
||||
left:3.5rem;
|
||||
}
|
||||
|
||||
.more-hid-box{
|
||||
position: fixed;
|
||||
bottom:2rem;
|
||||
left:1rem;
|
||||
z-index:66;
|
||||
overflow: hidden;
|
||||
width:3.1rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user