图片固定

This commit is contained in:
shijingjing
2022-11-30 15:39:15 +08:00
parent 1fe564094c
commit 7c0254f34f
2 changed files with 11 additions and 2 deletions

View File

@@ -68,10 +68,19 @@ export default {
<style lang="scss" scoped>
.AppPointsApply {
padding: 32px;
padding: 250px 32px 32px;
box-sizing: border-box;
.points_img {
padding: 16px 32px;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #F5F5F5;
z-index: 9;
// height: ;
img {
width: 100%;
}