Upd:RService-LOGO修改布局

master
duLingLing 5 years ago
parent 210d064495
commit 9372017ff8

@ -1,5 +1,5 @@
<style> <style>
*{margin: 0;padding: 0;}
@keyframes rotate_90 { @keyframes rotate_90 {
from { from {
transform: rotate(0deg); transform: rotate(0deg);
@ -30,15 +30,8 @@
} }
.img_auto_height_width { .img_auto_height_width {
width: 65%; height: 60px;
height: 55%; margin: 30px 0px;
display: flex;
align-items: center;
justify-content: center;
padding-left: 40%;
text-align: center;
margin-bottom: 30px;
margin-top: 30px;
} }
.label-right{ .label-right{
float: right; float: right;
@ -55,8 +48,9 @@
.service-background{ .service-background{
padding-top: 10px ; padding-top: 10px ;
border: 2px solid #F06101; border: 2px solid #F06101;
margin: 30px 12%; margin: 30px 14%;
border-radius:10px; border-radius:10px;
text-align: center;
} }
.service-info-button{ .service-info-button{
cursor:pointer; cursor:pointer;

@ -81,7 +81,7 @@
</style> </style>
<section class="content-header"> <section class="content-header">
<h1> <h1>
<img width="40px;" height="40px" ng-src="{{serviceInfo.logo_url}}"> <img height="40px" ng-src="{{serviceInfo.logo_url}}">
<span style="color:#F06101">{{serviceInfo.channel}}</span> <span style="color:#F06101">{{serviceInfo.channel}}</span>
Service Info</h1> Service Info</h1>
<ol class="breadcrumb"> <ol class="breadcrumb">

@ -18,15 +18,15 @@
</thead> </thead>
<tbody> <tbody>
<tr ng-repeat="service in serviceAll"> <tr ng-repeat="service in serviceAll">
<td><img height="80px" width="80px" ng-src="{{service.logo_url}}"/></td> <td style="max-width: 160px;line-height: 90px"><img style=" height:80px; max-width: 180px;"ng-src="{{service.logo_url}}"/></td>
<td style="line-height: 80px">{{service.channel}}</td> <td style="line-height: 90px">{{service.channel}}</td>
<td style="line-height: 80px">{{service.incremental_mode==1?'固定手续费':'固定金额扣款' }}</td> <td style="line-height: 90px">{{service.incremental_mode==1?'固定手续费':'固定金额扣款' }}</td>
<td style="line-height: 80px">{{service.incremental_rate_value!=null?service.incremental_rate_value+'%':'-'}}</td> <td style="line-height: 90px">{{service.incremental_rate_value!=null?service.incremental_rate_value+'%':'-'}}</td>
<td style="line-height: 80px">{{service.total_incremental_amount}}</td> <td style="line-height: 90px">{{service.total_incremental_amount}}</td>
<td style="line-height: 80px">{{service.operator}}</td> <td style="line-height: 90px">{{service.operator}}</td>
<td style="line-height: 80px">{{service.create_time}}</td> <td style="line-height: 90px">{{service.create_time}}</td>
<td style="line-height: 80px">{{service.update_time}}</td> <td style="line-height: 90px">{{service.update_time}}</td>
<td style="line-height: 80px"> <td style="line-height: 90px">
<a role="button" ng-click="editServiceChannelDialog(service)" ng-if="'011'|withRole"><i class="fa fa-edit"></i></a> | <a role="button" ng-click="editServiceChannelDialog(service)" ng-if="'011'|withRole"><i class="fa fa-edit"></i></a> |
<a role="button" ng-click="updateStatus(service)">{{service.is_valid?'禁用':'启用'}}</a> <a role="button" ng-click="updateStatus(service)">{{service.is_valid?'禁用':'启用'}}</a>
</td> </td>

Loading…
Cancel
Save