hookehuyr

fix 我的海报底部按钮fixed固定

...@@ -236,6 +236,7 @@ const afterRead = async (res) => { ...@@ -236,6 +236,7 @@ const afterRead = async (res) => {
236 .poster-contain-wrapper { 236 .poster-contain-wrapper {
237 // height: calc(83vh - 2rem); 237 // height: calc(83vh - 2rem);
238 padding: 1rem; 238 padding: 1rem;
239 + margin-bottom: 6rem;
239 .poster-contain { 240 .poster-contain {
240 position: relative; 241 position: relative;
241 padding: 1rem; 242 padding: 1rem;
...@@ -292,8 +293,15 @@ const afterRead = async (res) => { ...@@ -292,8 +293,15 @@ const afterRead = async (res) => {
292 } 293 }
293 } 294 }
294 .poster-control-wrapper { 295 .poster-control-wrapper {
296 + position: fixed;
297 + width: 100%;
298 + bottom:0;
299 + // background-color: #fff;
300 + backdrop-filter: blur(5px); /* 调整模糊程度 */
301 + -webkit-backdrop-filter: blur(5px); /* 调整模糊程度 */
295 .save-text { 302 .save-text {
296 text-align: center; 303 text-align: center;
304 + margin-top: 0.5rem;
297 margin-bottom: 0.5rem; 305 margin-bottom: 0.5rem;
298 color: #797572; 306 color: #797572;
299 font-size: 0.9rem; 307 font-size: 0.9rem;
......