From 398135eb70f099ba84f9cb9ae1fb885d46182ea0 Mon Sep 17 00:00:00 2001 From: 刘朕 <liuzhen@bronet.cn> Date: Tue, 24 Sep 2019 11:25:23 +0800 Subject: [PATCH] 备用地址优化 --- public/themes/simpleboot3/portal/order_salesman/get_one.html | 11 ++++++++--- public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html | 8 +++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/public/themes/simpleboot3/portal/order_salesman/get_one.html b/public/themes/simpleboot3/portal/order_salesman/get_one.html index 0a4fcb8..b030b87 100755 --- a/public/themes/simpleboot3/portal/order_salesman/get_one.html +++ b/public/themes/simpleboot3/portal/order_salesman/get_one.html @@ -231,12 +231,17 @@ <input style="width: 200px;text-align: left" class="phone" type="text" value="{$data.phone}"/> </div> </div> - <div class="log_four_input_one"> + <div class="log_four_input_one" style="border: none;"> <div class="log_four_input_one_left"> 备用地址 </div> - <div class="log_four_input_one_center"> - <input style="width: 200px;text-align: left" class="beiyong_address" type="text" value="{$data.beiyong_address}"/> + </div> + <div class="log_four_input_one" style="padding-top: 0;"> + <div class="" style="width: 100%;"> + <textarea type="text" class="beiyong_address" style="border: none;font-size: 0.28rem;color: #333;" placeholder="备用家庭地址免邮费" maxlength="200">{$data.beiyong_address}</textarea> + </div> + <div class="log_four_input_one_right" style="opacity: 0;"> + <img src="__TMPL__/public/assets/images/29.png" alt="" /> </div> </div> </if> diff --git a/public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html b/public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html index 22aa21d..92fb96d 100755 --- a/public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html +++ b/public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html @@ -154,12 +154,14 @@ <img src="__TMPL__/public/assets/images/29.png" alt="" /> </div> </div> - <div class="log_four_input_one"> + <div class="log_four_input_one" style="border: none;"> <div class="log_four_input_one_left"> 备用地址 </div> - <div class="log_four_input_one_center"> - <input type="text" placeholder="输入备用地址" maxlength="11" id="beiyong_address"/> + </div> + <div class="log_four_input_one" style="padding-top: 0;"> + <div class="" style="width: 100%;"> + <textarea type="text" style="border: none;font-size: 0.28rem;color: #333;" placeholder="备用家庭地址免邮费" maxlength="200" id="beiyong_address"></textarea> </div> <div class="log_four_input_one_right" style="opacity: 0;"> <img src="__TMPL__/public/assets/images/29.png" alt="" /> -- libgit2 0.24.0