增加页面固定操作组件

This commit is contained in:
2023-05-20 17:39:29 +08:00
parent 3c071d54b4
commit 2e99c9d5f9
8 changed files with 84 additions and 1 deletions

View File

@@ -1147,6 +1147,29 @@
margin: 0 8px;
}
.ul-element-fixed-option {
position: fixed;
right: 0;
bottom: 0;
padding: 16px;
}
.ul-element-fixed-option .item {
text-align: center;
margin-bottom: 16px;
cursor: pointer;
}
.ul-element-fixed-option .item .icon {
padding: 6px;
box-shadow: 0 0 3px #999;
width: calc(30px + 6px);
height: calc(30px + 6px);
display: inline-block;
border-radius: 100%;
}
.ul-element-fixed-option .item .title {
margin-top: 6px;
}
.ul-loading-pos {
background-color: #eee;
color: #999;

File diff suppressed because one or more lines are too long