|
|
@@ -230,7 +230,7 @@
|
|
|
#pay_center .tab .user-account-table {
|
|
|
width: 999px;
|
|
|
margin: 0 auto;
|
|
|
- table-layout:fixed;
|
|
|
+ /*table-layout:fixed;*/
|
|
|
}
|
|
|
#pay_center .tab .user-account-table thead {
|
|
|
background: #89aefa;
|
|
|
@@ -250,19 +250,11 @@
|
|
|
color: #666;
|
|
|
padding-left: 11px;
|
|
|
height: 51px;
|
|
|
- line-height: 51px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space:nowrap;
|
|
|
+ line-height: 24px;
|
|
|
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;
|
|
|
}
|
|
|
@@ -274,9 +266,9 @@
|
|
|
line-height: 24px;
|
|
|
background: #5078cb;
|
|
|
color: #fff;
|
|
|
- padding: 0 9px;
|
|
|
+ padding: 0 5px;
|
|
|
display: inline-block;
|
|
|
- margin-left: 20px;
|
|
|
+ margin-left: 10px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
#pay_center .mall-btn-warn {
|
|
|
@@ -285,8 +277,8 @@
|
|
|
line-height: 24px;
|
|
|
background: #fc4f03;
|
|
|
color: #fff;
|
|
|
- padding: 0 9px;
|
|
|
- margin-left: 20px;
|
|
|
+ padding: 0 5px;
|
|
|
+ margin-left: 10px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
#pay_center .tab .tab-header {
|
|
|
@@ -401,10 +393,10 @@
|
|
|
<table class="user-account-table" ng-table="bankInfoTableParams">
|
|
|
<thead>
|
|
|
<th width="165">开户银行</th>
|
|
|
- <th width="209">开户支行</th>
|
|
|
- <th width="204">银行账号</th>
|
|
|
- <th width="263">开户名称</th>
|
|
|
- <th width="168">操作</th>
|
|
|
+ <th width="240">开户支行</th>
|
|
|
+ <th width="80">银行账号</th>
|
|
|
+ <th width="400">开户名称</th>
|
|
|
+ <th width="130">操作</th>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="account in accounts">
|