Authored by ccbikai

搜索结构页 输入框

@@ -9,6 +9,8 @@ var $ = require('jquery'), @@ -9,6 +9,8 @@ var $ = require('jquery'),
9 9
10 var floatLayerBtnHammer; 10 var floatLayerBtnHammer;
11 11
  12 +require('../common');
  13 +
12 function downLoadApp() { 14 function downLoadApp() {
13 var appUrl = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445'; 15 var appUrl = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445';
14 var clickedAt = new Date(); 16 var clickedAt = new Date();
@@ -18,6 +18,7 @@ @@ -18,6 +18,7 @@
18 input { 18 input {
19 box-sizing: border-box; 19 box-sizing: border-box;
20 padding-left: 26px; 20 padding-left: 26px;
  21 + padding-right: 34px;
21 height: 30px; 22 height: 30px;
22 width: 85%; 23 width: 85%;
23 border-radius: 15px; 24 border-radius: 15px;