Commit d941495c by Sweet Zhang

样式调整,眼睛和对齐问题

parent 6e47148d
......@@ -30,8 +30,6 @@
<div class="performance_wrapper">
<!-- <img class="bg" src="assets/images/sales__bg.png" > -->
<div class="content">
<span class="iconfont icon-xianshi" [ngClass]="{'icon-yincang':isShowDashBoardData}"
style="color: #fff;position: absolute;right: 20px;top: 8px;" (click)="isShowDashBoardData = !isShowDashBoardData"></span>
<span class="iconfont icon-xianshi" [ngClass]="{'icon-yincang':isShowDashBoardData}"
style="color: #fff;position: absolute;right: 90px;top: 8px;" (click)="isShowDashBoardData = !isShowDashBoardData"></span>
<span class="detail" (click)="jumpToDetail()"><img style="max-width: 18%;margin-right: 2px;"
......@@ -59,23 +57,23 @@
<li class="markPrice">
¥{{onlineInfo?.fyc | number: "1.0-0"}}
</li>
<li class="markPrice" style="margin:0 7px;">
<li class="markPrice">
¥{{onlineInfo?.fyp | number: "1.0-0"}}
</li>
<li class="markPrice">{{onlineInfo?.count?onlineInfo.count:'-'}}</li>
<li class="markPrice" style="position: relative;top: 12px;">
<li class="markPrice">
{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}
</li>
</ul>
<ul class="performance_list" *ngIf="isShowDashBoardData">
<!-- <li>线上</li> -->
<li class="markPrice" style="margin:0 7px;">***</li>
<li class="markPrice">***</li>
<li class="markPrice">***</li>
<li class="markPrice" style="position: relative;top: 12px;">***</li>
<li class="markPrice">***</li>
<li class="markPrice">***</li>
</ul>
<ul class="performance_list" *ngIf="!isShowDashBoardData">
<!-- <li>线下</li> -->
<!-- <ul class="performance_list" *ngIf="!isShowDashBoardData">
<li>线下</li>
<li class="markPrice">
¥{{offlineInfo?.fyc | number: "1.0-0"}}
</li>
......@@ -88,12 +86,12 @@
</li>
</ul>
<ul class="performance_list" *ngIf="isShowDashBoardData">
<!-- <li>线下</li> -->
<li>线下</li>
<li class="markPrice" style="margin:0 7px;">***</li>
<li class="markPrice">***</li>
<li class="markPrice">***</li>
<li class="markPrice">&nbsp;</li>
</ul>
</ul> -->
</div>
</div>
</div>
......
......@@ -181,26 +181,20 @@ ul,ol{
color: #fff;
margin: 0 5px;
overflow: hidden;
}
li.markPrice{
color: #fff;
font-weight: bold;
font-size: 15px;
}
li:nth-child(1){
width: 8%;
text-align: left;
margin: 0;
}
li:nth-child(2),li:nth-child(3){
width: 26%;
text-align: right;
}
li:last-child{
width: 18%;
&:nth-child(1),&:nth-child(2){
width: 26%;
text-align: right;
}
&:last-child{
width: 18%;
}
.markPrice{
color: #fff;
font-weight: bold;
font-size: 15px;
}
}
}
}
}
.part2{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment