作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

合并分支 'lihong' 到 'master'

修改



查看合并请求 !87
... ... @@ -26,6 +26,16 @@
background-color: #FFFFFF;
box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.6);
}
@media screen and (max-width: 375px) {
.video_lool{
margin-top: -0.3rem;
}
}
@media screen and (max-width: 320px) {
.video_lool{
margin-top: -0.3rem;
}
}
</style>
</head>
<body>
... ...
... ... @@ -11,6 +11,8 @@
float: left;
width: 70px;
}
</style>
</head>
<body class="body-white" id="top">
... ... @@ -55,7 +57,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<include file="public@footer" />
... ... @@ -63,4 +65,4 @@
<!-- /container -->
<include file="public@scripts" />
</body>
</html>
\ No newline at end of file
</html>
... ...