图片固定
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user