Browse Source

yang shi yan shou xou gai

wangcz 8 years ago
parent
commit
cf1dcf671f

+ 4 - 1
src/main/webapp/resources/css/common.css

@@ -413,7 +413,10 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
 
 .modal {
     position: absolute;
-    bottom: auto;
+    top:50%;
+	left:50%;
+	margin-left:-50%;
+	margin-top:-300px;
 }
 
 .modal-backdrop.in {

+ 6 - 6
src/main/webapp/resources/view/common/bankInfoModal.html

@@ -21,8 +21,9 @@
 	}
 	.divinline .select-down{
 		float:left;
-		opacity: 1;
 		width: 241px;
+		height:230px;
+		overflow-y: scroll;
 		border-radius: 3px;
 		border:1px solid #5078cb;
 		position:absolute;
@@ -31,14 +32,13 @@
 		z-index:1000;
 	}
 	.divinline .select-down li{
-		opacity: 1;
-		width: 241px;
-		padding-left:5px;
-		line-height: 34px;
-		/*border-bottom:1px solid #5078cb*/
+		line-height: 32px;
+		padding:6px;
+		padding-left:12px;
 	}
 	.divinline .select-down li:hover{
 		background: #5078cb;
+		color:#fff;
 		cursor:pointer;
 	}
 	.modal-content {

+ 13 - 3
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -230,6 +230,7 @@
 	#pay_center .tab .user-account-table {
 		width: 999px;
 		margin: 0 auto;
+		table-layout:fixed;
 	}
 	#pay_center .tab .user-account-table thead {
 		background: #89aefa;
@@ -250,9 +251,18 @@
 		padding-left: 11px;
 		height: 51px;
 		line-height: 51px;
+		overflow: hidden;
+		text-overflow: ellipsis;
+		white-space:nowrap;
 		border-left: 1px solid #dae5fd;
 		border-bottom: 1px solid #dae5fd;
 	}
+	#pay_center .tab .user-account-table tbody tr:hover td{
+		min-height:51px;
+		overflow:visible;
+		white-space:normal;
+		line-height: 32px;
+	}
 	#pay_center .tab .user-account-table tbody tr td.operate-area {
 		border-right: 1px solid #dae5fd;
 	}
@@ -392,8 +402,8 @@
 					<thead>
 						<th width="165">开户银行</th>
 						<th width="209">开户支行</th>
-						<th width="254">银行账号</th>
-						<th width="213">开户名称</th>
+						<th width="204">银行账号</th>
+						<th width="263">开户名称</th>
 						<th width="168">操作</th>
 					</thead>
 					<tbody>
@@ -493,7 +503,7 @@
 						<span><a ng-bind="tradeRecord.orderid" ng-href="user#/order/detail/{{tradeRecord.orderid | EncryptionFilter}}">20170116001</a></span>
 						<span ng-bind="tradeRecord.sellername">优软科技</span>
 						<span ng-bind="tradeRecord.currencyName"></span>
-						<span >
+						<span style="text-align:left;padding-left:5px;">
 							<!--<i class="fa fa-plus" style="color:#f51c24"></i>-->
 							<i class="fa fa-minus" style="color:#1da902"></i>
                             <em style="color: #323232;" ng-bind="tradeRecord.ensurePrice | formateNumber : 2"></em></span>

+ 23 - 7
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -549,6 +549,7 @@
     #pay_center .tab .user-account-table {
         width: 999px;
         margin: 0 auto;
+        table-layout:fixed;
     }
     #pay_center .tab .user-account-table thead {
         background: #89aefa;
@@ -569,9 +570,18 @@
         padding-left: 11px;
         height: 51px;
         line-height: 51px;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space:nowrap;
         border-left: 1px solid #dae5fd;
         border-bottom: 1px solid #dae5fd;
     }
+    #pay_center .tab .user-account-table tbody tr:hover td{
+        min-height:51px;
+        line-height: 32px;
+        overflow: visible;
+        white-space:normal;
+    }
     #pay_center .tab .user-account-table tbody tr td.operate-area {
         border-right: 1px solid #dae5fd;
         color:#5f82cf;
@@ -677,7 +687,7 @@
                         <span><a style="color: #666;" ng-bind="record.orderid" ng-href="vendor#/purchase/detail/{{record.puid | EncryptionFilter}}">20170116001</a></span>
                         <span ng-bind="record.buyerentername || record.buyername">优软科技</span>
                         <span ng-bind="record.currencyName">RMB</span>
-                        <span>
+                        <span style="text-align:left;padding-left:5px;">
                             <i class="fa fa-plus" style="color:#f51c24"></i>
                             <!--<i class="fa fa-minus" style="color:#1da902"></i>-->
                             {{record.total}}</span>
@@ -739,8 +749,8 @@
                     <tr>
                         <th width="130 ">开户银行</th>
                         <th width="190">开户支行</th>
-                        <th width="230">银行账号</th>
-                        <th width="155">开户名称</th>
+                        <th width="200">银行账号</th>
+                        <th width="185">开户名称</th>
                         <th width="65">状态</th>
                         <th width="100">操作</th>
                     </tr>
@@ -792,7 +802,7 @@
             <span style="color:#cbcaca;width:10px;height:10px;position:absolute;top:15px;right:15px;"><i class="fa fa-close" ng-click="cancelAdd()"></i></span>
             <div class="row">
                 <div class="col-md-3"><em class="colorRed">*</em>开户银行</div>
-                <div class="col-md-5">
+                <div class="col-md-5" style="position:relative;">
                     <input ng-model="account.bankname" ng-change="checkAccount(1)" class="form-control" type="text" placeholder="例如:中国工商银行侨香支行" required style="padding:12px 6px;width:91%;border-right:transparent;border-radius:3px 0 0 3px;">
                     <i class="select-adder" ng-click="showList()" style="display:inline-block;width:25px;height:34px;position:absolute;top:0;right:0;z-index:10;border:1px solid #ddd;border-radius:0 3px 3px 0;border-left:transparent"></i>
                     <ul class="select-down" ng-if="showBankFrame && matchData">
@@ -850,8 +860,8 @@
             </div>
             <div class="row">
                 <div class="col-md-12" style="text-align: center;">
-                    <button class="btn" ng-click="cancelAdd()" style="background: #acabab;">取消</button>
-                    <button class="btn" type="submit" ng-click="ensureAddAccount()" style="background: #5078cb;">确定</button>
+                    <button class="btn" ng-click="cancelAdd()" style="background: #acabab;color:#fff">取消</button>
+                    <button class="btn" type="submit" ng-click="ensureAddAccount()" style="background: #5078cb;color:#fff">确定</button>
                 </div>
             </div>
             <div class="beizhu row">
@@ -910,8 +920,11 @@
         border:1px solid #89aefa;
         border-radius:3px;
         background: #fff;
+        height:230px;
+        overflow-y: scroll;
         position:absolute;
-        top:34px;
+        top:0;
+        left:0;
         z-index:100;
     }
     .add-count .select-down li{
@@ -922,6 +935,8 @@
     }
     .add-count .select-down li:hover{
         background: #89aefa;
+        color:#fff;
+        cursor:pointer;
     }
     .add-count h2{
         width: 100%;
@@ -994,6 +1009,7 @@
     .add-count .beizhu{
         margin: 15px 0;
         background: #ebebeb;
+        border-radius: 0 0 5px 5px;
     }
     .add-count .beizhu .col-md-1{
         padding: 0;