|
|
|
@ -30,14 +30,15 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img_auto_height_width {
|
|
|
|
|
width: 75%;
|
|
|
|
|
height: 60%;
|
|
|
|
|
width: 65%;
|
|
|
|
|
height: 55%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding-left: 32%;
|
|
|
|
|
padding-left: 40%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
.label-right{
|
|
|
|
|
float: right;
|
|
|
|
@ -47,15 +48,17 @@
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.service-background:hover{
|
|
|
|
|
background: #7C8085;
|
|
|
|
|
background: #C7CBD0;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.service-background{
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
color: #7C8085;
|
|
|
|
|
background: #ECF0F5;
|
|
|
|
|
padding: 10px 20px ;
|
|
|
|
|
width: 70%;
|
|
|
|
|
padding-top: 10px ;
|
|
|
|
|
width: 85%;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
border-radius:10px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<section class="content-header">
|
|
|
|
@ -71,7 +74,7 @@
|
|
|
|
|
<div class="box box-info" ng-style="{'height':windowHeight}">
|
|
|
|
|
<div class="box-header">
|
|
|
|
|
<div ng-class="{'col-md-3 col-sm-4 col-xs-12 ': serviceAll.length>1, 'col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-2 col-xs-12 ' : serviceAll.length==1}" title="点击查看交易详情" ng-repeat=" service in serviceAll">
|
|
|
|
|
<div style="margin:15px 0px 15px 17%" class="service-background" ng-click="queryServiceInfo(service)">
|
|
|
|
|
<div style="margin:40px 0px 15px 8%" class="service-background" ng-click="queryServiceInfo(service)">
|
|
|
|
|
<img class="row img_auto_height_width" ng-src="{{service.logo_url}}">
|
|
|
|
|
<div class="row border-show">
|
|
|
|
|
<div class="col-md-4 col-sm-4 col-xs-6">
|
|
|
|
|