Explorar el Código

网上办事轮播图

linwu hace 2 años
padre
commit
be8057ab43

+ 1 - 1
public/themes/default/assets/app/css/knowall/knowall.css

@@ -10,7 +10,7 @@ body{background-color: #fafafa; }
 .wheel{height: 350px; border: 1px #ebebeb solid; margin-top: 25px; padding: 18px; background-color: #fff;}
 .fullSlide{position:relative; height: 314px; background:#000;}
 .fullSlide .bd{position:relative; z-index:0; }
-.fullSlide .bd li img{width:1162px; height: 314px; vertical-align:top;margin-top: -31px;}
+.fullSlide .bd li img{width:1162px; height: 314px; vertical-align:top;}
 .fullSlide .dot{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center;}
 .fullSlide .dot ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:14px; height:14px; margin:5px; background:url(../../images/dotW.png) no-repeat ; overflow:hidden; 
 	font-size:0;

+ 1 - 1
public/themes/default/views/app/content/knowall/index.blade.php

@@ -6,7 +6,7 @@
 
 @push('css')
 <link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
-<link rel="stylesheet" type="text/css" href="{{ theme_asset('app/css/knowall/knowall.css') }}"/>
+<link rel="stylesheet" type="text/css" href="{{ theme_asset('app/css/knowall/knowall.css') }}?v=1"/>
 @endpush
 
 @push('js')