提交 20f76d1f 编写于 作者: tao.wu's avatar tao.wu

解决合并代码样式没引入的问题

上级 d9a17b1a
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
.btn-app-share { .btn-app-share {
img { .btn-img {
width: 312px; width: 312px;
height: 51.5px; height: 51.5px;
margin: 0 auto; margin: 0 auto;
...@@ -65,13 +65,18 @@ ...@@ -65,13 +65,18 @@
} }
} }
.btn-share { .btn-share{
height: 166px; width: 100%;
background: url(../img/img11.png) no-repeat center center; position: relative;
background-size: 100% 100%; .btn-share-bg{
margin-bottom: -.5px; width: 100%;
img { }
padding-top: 81px; .btn-share-click{
width: 312px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
bottom: 18%;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册