wangchuanjin 9 år sedan
förälder
incheckning
f3b24e45dc

+ 5 - 3
core/src/web/staticres/wxswordfish/style.css

@@ -515,8 +515,8 @@ img{
 .bottom-toolbar>li{
 	display: table-cell;
 	width: 33%;
-	height: 40px;
-	line-height: 40px;
+	height: 45px;
+	line-height: 45px;
 	text-align: center;
 }
 .bottom-toolbar>li:first-child img{
@@ -652,6 +652,9 @@ img{
 }
 .popover-ul li{
 	line-height: 38px;
+	padding-left: 10px;
+	width: 100%;
+	text-align: left;
 }
 .toolbar-popover .popover-arrow{
 	bottom: -11px;
@@ -679,7 +682,6 @@ img{
 	background-color: #EAEAEA;
 }
 .popover-ul >li:nth-child(2){
-	width: 85%;
 	border-top:1px solid #e5e6e9;
 	border-bottom:1px solid #e5e6e9;
 }

+ 1 - 1
core/src/web/templates/swordfish/wxsearch.html

@@ -221,7 +221,7 @@ body{
 			$(".searchzhong3 span").html(restr);
 	}
 	appendHtml();
-	$(".searchname").keyup(function(){
+	$(".searchname").on("input propertychange",function(){
         appendHtml();
     });
 	$(".qcimg").click(function(){

+ 17 - 11
core/src/web/templates/swordfish/wxsearchlist.html

@@ -147,7 +147,7 @@ body{
 	height:45px;
 	width:78%;
     border-radius: 10px;
-	padding:2px 10px 2px 60px;
+	padding: 2px 10px 2px 42px;
 	font-size:16px;
 	position:absolute;
 }
@@ -160,10 +160,10 @@ body{
 .tubiao img{
     position: absolute;
     z-index: 10;
-    margin-top: 12px;
+    margin-top: 15px;
     color: #000;
-	margin-left:20px;
-	height:25px;
+	margin-left:15px;
+	height:18px;
 }
 .xiaochu{
 	float:right;
@@ -171,9 +171,9 @@ body{
 .xiaochu img{
     position: absolute;
     z-index: 10;
-    top: 20px;
+    top: 22px;
 	right: 22%;
-	height:25px;
+	height:20px;
 }
 .rsssetbtn{
 	border:1px solid #37c6da; 
@@ -226,7 +226,7 @@ body{
     position: fixed;
     left: 0px;
     right: 0px;
-    bottom: 41px;
+    bottom: 46px;
     height: 50px;
     width: 100%;
     background-color: #37c6da;
@@ -255,12 +255,18 @@ body{
 	width:60%;
 }
 .rescontent,.nullcontent{
-	padding:10px 20px;
+	padding:0px 20px;
 	background-color:#fff;
-	width:100%;
+	position: absolute;
+    top: 65px;
+}
+.rescontent{
+	bottom: 98px;
+	overflow-y: auto;
 }
 .nullcontent{
-	height: 100%;
+	bottom: 46px;
+	padding-top: 30%;
 }
 .tslist{
 	border-bottom: 1px solid #e5e6e9;
@@ -284,7 +290,7 @@ body{
 	margin: 2px 0px;
 	float:right;
 	width:13%;
-	height:41px;
+	height:40px;
 	border:1px solid #35C5DA;
 	background-color:#35C5DA;
 	border-radius: 5px;

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

@@ -9,8 +9,7 @@
 	</li>
 	<li class="parent-node toolbar-list" id="toolbar-list">
 		<div class="toolbar-popover">
-			<ul class="popover-ul" style="padding-left: 10px;
-    text-align: left;">
+			<ul class="popover-ul">
 				<li>查看演示</li>
 				<li>分享</li>
 				<li>意见反馈</li>