Ver código fonte

剑鱼修改

wangchuanjin 9 anos atrás
pai
commit
579968f845

+ 1 - 1
core/src/web/staticres/css/swordfish.css

@@ -156,7 +156,7 @@ a:focus, a:hover{
 	top: 2px;
 }
 .swordfish-i-a{
-	background-color: #37C6DA !important;
+	background-color: #35C5DA !important;
 }
 .swordfish-nva{
 	border-top: 3px solid #37C6DA;

+ 2 - 0
core/src/web/templates/swordfish/wxtoolbar.html

@@ -56,9 +56,11 @@ $(function(){
 	});
 	$("#goToShare").click(function(){
 		$(".share-dialog").show();
+		$("html,body").addClass("overflow-hidden");
 	});
 	$("#share-dialog-back").click(function(){
 		$(".share-dialog").hide();
+		$("html,body").removeClass("overflow-hidden");
 	});
 	//弹出框消失
 	$(".dialog").click(function(e){