style:我的业务
Showing
3 changed files
with
6 additions
and
3 deletions
... | @@ -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; | ... | ... |
... | @@ -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() | ... | ... |
-
Please register or sign in to post a comment