Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
fxPark
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-04-18 17:04:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cdd030c93f8d3356d4f6ad98622a1b1ca5da5a88
cdd030c9
1 parent
7d0d29f5
fix 我的海报底部按钮fixed固定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
src/views/fxPark/poster.vue
src/views/fxPark/poster.vue
View file @
cdd030c
...
...
@@ -236,6 +236,7 @@ const afterRead = async (res) => {
.poster-contain-wrapper {
// height: calc(83vh - 2rem);
padding: 1rem;
margin-bottom: 6rem;
.poster-contain {
position: relative;
padding: 1rem;
...
...
@@ -292,8 +293,15 @@ const afterRead = async (res) => {
}
}
.poster-control-wrapper {
position: fixed;
width: 100%;
bottom:0;
// background-color: #fff;
backdrop-filter: blur(5px); /* 调整模糊程度 */
-webkit-backdrop-filter: blur(5px); /* 调整模糊程度 */
.save-text {
text-align: center;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
color: #797572;
font-size: 0.9rem;
...
...
Please
register
or
login
to post a comment