Browse Source

Merge branch 'bonus_rate' of 121.43.114.153:/home/git/repositories/shopnc into bonus_rate

stanley-king 8 years ago
parent
commit
15619bfd52

+ 1 - 1
data/resource/mobile/bonus/css/content_rem.css

@@ -289,7 +289,7 @@ input,button {
     width: 8rem;
     height: 4.27rem;
     position: fixed;
-    top: 25%;
+    top: 15%;
     left: 50%;
     margin-left: -40%;
     border-radius: 10px;

+ 1 - 1
data/resource/mobile/bonus/js/tel.js

@@ -86,7 +86,7 @@ $(function(){
             var   dom='<div class="layer_box" id="bomb">'+
                 '<div class="layer" style="padding-bottom: 2px">'+
                 '<div class="top_msg" style="padding: 0 20px;line-height: 126px">'+
-                '<div><textarea id="pass_msg" placeholder="写下你想说的话" style="width:98%;height:50px;font-size: 0.45rem"></textarea></div>'+
+                '<div><textarea id="pass_msg" placeholder="写下你想说的话" style="width:98%;height:50px;font-size: 0.4rem;line-height: 0.4rem;"></textarea></div>'+
                 '</div>'+
                 '<div class="bottom_btn center" style="background: #fff;">'+
                 '<p id="go" class="post_btn" style="float: left;width: 50%;border-top: 1px solid #bfbfbf;color: #000;">取消</p>'+