Explorar o código

Merge remote-tracking branch 'origin/master'

Hu Jie %!s(int64=7) %!d(string=hai) anos
pai
achega
f629746ace

+ 1 - 1
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/assets/css/index.css

@@ -737,7 +737,7 @@ td.inquiry_btn a{
     height: 83px;
     background: url(../images/u_03.png) no-repeat center center;
 }
-.u_item_list .u_char:hover span.u_hover{
+.u_item_list .u_char:hover span.u_hover,.u_item_list .u_char.active span.u_hover{
     background: url(../images/u_03_1.png) no-repeat center center;
 }
 .u_item_list .u_char div.u_position{

+ 6 - 0
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/assets/js/index.js

@@ -78,6 +78,7 @@ $(function () {
     })
     $(document).ready(function(){
         $('.case_indus_list:first-child').addClass('active')
+        $('.u_items:nth-child(2)').addClass('active')
     });
     // u客论坛
     // $('.k_item_list').on('click', function () {
@@ -88,6 +89,11 @@ $(function () {
     }).mouseout(function(){
         $(this).removeClass("active");
     });
+    $(".u_char").mouseover(function(){
+        $(this).addClass("active");
+    }).mouseout(function(){
+        $(this).removeClass("active");
+    });
     // 资讯
     $('.title_list_active').on('click', function () {
         var index = $(this).index();

+ 2 - 2
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/index.html

@@ -511,7 +511,7 @@
 					</div>
 					<div class="fl fl-left">
 						<p class="des">一体化ERP+智慧工厂系统解决方案</p>
-						<span>一体化智慧ERP+管理不再难</span>
+						<span>管理不再难</span>
 					</div>
 				</div>
 			</div>
@@ -558,7 +558,7 @@
 					</div>
 					<div class="fl fl-left">
 						<p class="des">开发者技术分享交流社区</p>
-						<span>技术更走薪</span>
+						<span>U客大本营</span>
 					</div>
 				</div>
 			</div>