Просмотр исходного кода

买、卖家发票管理样式调整

yangc 8 лет назад
Родитель
Сommit
1bd27b4187

+ 1 - 2
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice.html

@@ -11,7 +11,6 @@
     }
     .u_c_invoice .ticket_record_list {
         background: #fff;
-        min-height: 323px;
     }
     .u_c_invoice #add-invoice {
         width: 100%;
@@ -385,7 +384,7 @@
                             <a  ng-click="deleteInvoice(invoice)">删除</a>
                         </span>
                     </dd>
-                    <dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px">
+                    <dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px; border: none">
                         <img src="static/img/all/empty-cart.png">
                         <span style="width: auto;float: right;line-height: 200px;color: #999;position: relative;right: 400px;font-size: 12px">暂无开票信息</span>
                     </dd>

+ 2 - 3
src/main/webapp/resources/view/usercenter/forstore/buyer_no_invoice.html

@@ -29,7 +29,6 @@
 .no-invoice-content{
     width: 1000px;
     margin: 0 auto;
-    margin-top: 16px;
 }
 .invoice-com-tab{
     box-sizing: border-box;
@@ -115,11 +114,11 @@
     border: none;
 }
 .invoice-search{
-    width: 100%;
+    width: 1000px;
     margin: 0 auto;
     background: #f5f8fe;
     height: 40px;
-    margin-top: 5px;
+    margin-top: 16px;
 }
 .invoice-search div.fr{
     width: 388px;

+ 3 - 4
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

@@ -28,7 +28,6 @@
     .vendor-invoice-content{
         width: 1000px;
         margin: 0 auto;
-        margin-top: 16px;
     }
     .invoice-com-tab{
         box-sizing: border-box;
@@ -206,11 +205,11 @@
         color: #fff;
     }
     .invoice-search{
-        width: 100%;
+        width: 1000px;
         margin: 0 auto;
         background: #f5f8fe;
         height: 40px;
-        margin-top: 5px;
+        margin-top: 16px;
     }
     .invoice-search div.fr{
         width: 388px;
@@ -326,7 +325,7 @@
     </div>
     <!--开票记录-->
     <div class="vendor-invoice" ng-if="active == 'apply_record'">
-        <div class="invoice-search">
+        <div class="invoice-search" style="margin-top: 5px;margin-bottom: 16px;">
             <div class="fr">
                 <input type="text" class="form-control" ng-model="keyword" placeholder="商家名称/订单号/发票抬头/收票人/联系电话"/>
                 <button ng-click="searchByKey(keyword)">搜索</button>