Blame view

pages/minorlocate/minorlocate.scss 222 Bytes
1f3f2378   起风了   我的第一次
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  .listBox{

  	position: relative;

  	z-index: 1;

  }

  .bg {

  	width: 100%;

  	height: 100vh;

  	position: fixed;

  	z-index: 0;

  	image {

  		width: 100%;

  		height: 100vh;

  	}

  }

  .content {

  	width: 100%;

  	position: relative;
  }