679e5c78 by 任超

style:我的业务

1 parent 86cb40d0
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
42 .business_module { 42 .business_module {
43 margin-top: 30px; 43 margin-top: 30px;
44 overflow: hidden; 44 overflow: hidden;
45 margin-left: -25px; 45 margin-left: -20px;
46 margin-right: -25px; 46 margin-right: -20px;
47 } 47 }
48 .business_module li{ 48 .business_module li{
49 width: 25%; 49 width: 25%;
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
53 float: left; 53 float: left;
54 margin-bottom: 30px; 54 margin-bottom: 30px;
55 box-sizing: border-box; 55 box-sizing: border-box;
56 padding: 0 25px; 56 padding: 0 20px;
57 } 57 }
58 .business_module li img { 58 .business_module li img {
59 width: 70px; 59 width: 70px;
......
...@@ -270,6 +270,7 @@ ...@@ -270,6 +270,7 @@
270 content: ''; 270 content: '';
271 background-color: #FFFFFF; 271 background-color: #FFFFFF;
272 z-index: 10; 272 z-index: 10;
273
273 } 274 }
274 .arrow0:before { 275 .arrow0:before {
275 border-color: #25BEFF; 276 border-color: #25BEFF;
......
...@@ -4,6 +4,8 @@ layui.use('element', function () { ...@@ -4,6 +4,8 @@ layui.use('element', function () {
4 element.on('nav(demo)', function (elem) { 4 element.on('nav(demo)', function (elem) {
5 layer.msg(elem.text()); 5 layer.msg(elem.text());
6 }); 6 });
7 $('.arrowList p').css("opacity", 0);
8 $('.arrowList p').eq(0).css("opacity", 1);
7 }); 9 });
8 $(function () { 10 $(function () {
9 _applyBusinessRecord() 11 _applyBusinessRecord()
......