作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

@@ -59,7 +59,7 @@ p{word-wrap:break-word} @@ -59,7 +59,7 @@ p{word-wrap:break-word}
59 display: none; 59 display: none;
60 position: absolute; 60 position: absolute;
61 width:135px; 61 width:135px;
62 - top: 100px; 62 + top: 58px;
63 left: 0; 63 left: 0;
64 right: 0; 64 right: 0;
65 margin: auto; 65 margin: auto;
@@ -117,7 +117,7 @@ p{word-wrap:break-word} @@ -117,7 +117,7 @@ p{word-wrap:break-word}
117 height:40px; 117 height:40px;
118 line-height:40px; 118 line-height:40px;
119 display: block; 119 display: block;
120 - font-size:16px; 120 + font-size:15px;
121 color:rgba(100,100,100,1); 121 color:rgba(100,100,100,1);
122 font-family:MicrosoftYaHei; 122 font-family:MicrosoftYaHei;
123 font-weight:400; 123 font-weight:400;
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 <ul> 37 <ul>
38 <volist name="vo.son" id="v"> 38 <volist name="vo.son" id="v">
39 <php>$arr = json_decode($v['href'],true);</php> 39 <php>$arr = json_decode($v['href'],true);</php>
40 - <li style="list-style: none;border: 1px solid #CCCCCC;text-align: left;padding-left: 3px"><a href="{:url($arr['action'],$arr['param'])}">{$v.name}</a></li> 40 + <li style="list-style: none;border: 1px solid #CCCCCC;text-align: left;padding-left: 3px;padding-right:3em;"><a href="{:url($arr['action'],$arr['param'])}">{$v.name}</a></li>
41 </volist> 41 </volist>
42 42
43 </ul> 43 </ul>