作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

页面标题

@@ -12,9 +12,10 @@ @@ -12,9 +12,10 @@
12 <style> 12 <style>
13 .container{ 13 .container{
14 width: 100%; 14 width: 100%;
15 - height: auto; 15 + height: 100%;
16 background: url('__CDN__/assets/adverh5/img/bg1.png') no-repeat center; 16 background: url('__CDN__/assets/adverh5/img/bg1.png') no-repeat center;
17 background-size: cover; 17 background-size: cover;
  18 + overflow-y: scroll;
18 /*background-attachment: fixed;*/ 19 /*background-attachment: fixed;*/
19 } 20 }
20 </style> 21 </style>