wangcz 8 жил өмнө
parent
commit
d98e41b12b

+ 31 - 21
src/main/webapp/resources/view/usercenter/forstore/account_manager.html

@@ -49,29 +49,30 @@
 		margin-top: 12px;
 	}
 	/**/
-	.no-record-list .empty{
+	 .empty{
 		width:100%;
 		overflow: hidden;
 		height:100px;
 		margin: 0!important;
 		display:inline-flex;
 		justify-content: center;
+		 align-items: center;
 	}
-	.no-record-list .empty-info{
+	.empty-info{
 		line-height: 28px;
-		padding-top:30px;
+		padding-top:10px;
 		margin-left:10px;
 		text-align: left;
 	}
-	.no-record-list .empty-info .grey{
+	.empty-info .grey{
 		color: #999;
 		font-size: 14px;
 	}
-	.no-record-list .empty .empty-info>a{
+	.empty .empty-info>a{
 		font-size: 14px;
 		color: #5078cb;
 	}
-	.no-record-list .empty .empty-info i{
+	 .empty .empty-info i{
 		margin-right:5px;
 	}
 </style>
@@ -214,22 +215,31 @@
 					</td>
 				</tr>
 				</tbody>
-				<tbody class="no-record-list" ng-if="addressList.length <= 0 || !addressList">
-				<tr>
-					<td colspan="12" style="border: #fff 1px solid">
-						<div class="empty">
-							<p class="empty-img">
-								<img src="static/img/all/empty-cart.png">
-							</p>
-							<div class="empty-info">
-								<p class="grey">暂无收货地址,赶快去新增吧</p>
-								<a ng-click="checkTab('base')"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
-							</div>
-						</div>
-					</td>
-				</tr>
-				</tbody>
+				<!--<tbody class="no-record-list" ng-if="addressList.length <= 0 || !addressList">-->
+				<!--<tr>-->
+					<!--<td colspan="12" style="border: #fff 1px solid">-->
+						<!--<div class="empty">-->
+							<!--<p class="empty-img">-->
+								<!--<img src="static/img/all/empty-cart.png">-->
+							<!--</p>-->
+							<!--<div class="empty-info">-->
+								<!--<p class="grey">暂无收货地址,赶快去新增吧</p>-->
+								<!--<a ng-click="checkTab('base')"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>-->
+							<!--</div>-->
+						<!--</div>-->
+					<!--</td>-->
+				<!--</tr>-->
+				<!--</tbody>-->
 			</table>
+			<div class="empty">
+				<p class="empty-img">
+					<img src="static/img/all/empty-cart.png">
+				</p>
+				<div class="empty-info">
+					<p class="grey">暂无收货地址,赶快去新增吧</p>
+					<a ng-click="checkTab('base')"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
+				</div>
+			</div>
 		</div>
 	</div>
 </div>

+ 16 - 11
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice.html

@@ -451,11 +451,15 @@
         margin: 0!important;
         display:inline-flex;
         align-items: center;
+        width: 100%;
+        justify-content: center;
+        height: 200px;
     }
     .ticket_record .empty-info{
         line-height: 28px;
         width: 143px;
         text-align: left;
+        margin-left:10px;
     }
     .ticket_record .empty-info .grey{
         color: #999;
@@ -521,22 +525,23 @@
                             <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; border: none!important;">
+                    <!--<dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px; border: none!important;">-->
                         <!--<img src="static/img/all/empty-cart.png">-->
                         <!--<span style="width: auto;float: right;line-height: 200px;color: #999;position: relative;right: 390px;font-size: 12px">暂无开票-->
                             <!--<a href="javascript:history.go(-1)" style="margin-left:20px;font-size: 14px;color:#5078cb"><i class="fa fa-mail-reply"></i>&nbsp;返回上一级</a>-->
                         <!--</span>-->
-                        <div class="empty">
-                            <p class="empty-img">
-                                <img src="static/img/all/empty-cart.png">
-                            </p>
-                            <div class="empty-info">
-                                <p class="grey"> 暂无发票信息 </p>
-                                <a href="user#/home"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
-                            </div>
-                        </div>
-                    </dd>
+
+                    <!--</dd>-->
                 </dl>
+                <div class="empty" ng-if="invoices.length == 0 || !invoices">
+                    <p class="empty-img">
+                        <img src="static/img/all/empty-cart.png">
+                    </p>
+                    <div class="empty-info">
+                        <p class="grey"> 暂无发票信息 </p>
+                        <a href="user#/home"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
+                    </div>
+                </div>
             </div>
         </div>
         <!--新增发票 -->

+ 50 - 0
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -101,6 +101,56 @@
 		overflow: hidden;
 		white-space: nowrap;
 		text-overflow: ellipsis;
+		/*width: 14.27%!important;*/
+
+	}
+	.pay_record .ticket_record_list dl span:nth-child(1){
+		width:17.03%!important;
+	}
+	.pay_record .ticket_record_list dl span:nth-child(2){
+		width:15.73%!important;
+	}
+	.pay_record .ticket_record_list dl span:nth-child(3){
+		width:23.84%!important;
+	}
+	.pay_record .ticket_record_list dl span:nth-child(4){
+		width:8%!important;
+	}
+	.pay_record .ticket_record_list dl span:nth-child(5){
+		width:9.65%!important;
+	}
+	.pay_record .ticket_record_list dl span:nth-child(6){
+		width:12.12%!important;
+	}
+	.pay_record .ticket_record_list dl span:nth-child(7){
+		width:13.52%!important;
+	}
+	.pay_record .ticket_record_list dl span .select-adder {
+		opacity: 1;
+		width: 64px;
+		border-radius: 0;
+		height: 24px;
+		padding: 0 0 0 10px;
+		text-align: center;
+		margin: 0 auto;
+		margin-top: 7px;
+	}
+	.pay_record .ticket_record_list dl dt span {
+		color: #fff;
+		font-weight: normal;
+		font-size: 14px;
+		background: #89aefa;
+	}
+	.pay_record .ticket_record_list dl dd:hover {
+		background: #f1f5ff;
+	}
+	.pay_record .ticket_record_list dl dd span:first-child{
+		border-left: 1px solid #dae5fd;
+	}
+	.pay_record .ticket_record_list dl dd span {
+		color: #666;
+		border-right: 1px solid #dae5fd;
+		border-bottom: 1px solid #dae5fd;
 	}
 	.ticket_record_list{
 		background: none;