hookehuyr

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

......@@ -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;
......