Commit 9265ab64 by Chao Sun

边框字体微调

parent 51f6da10
......@@ -12,7 +12,7 @@
<div class="icon_bolck"><span class="iconfont icon-xiansuo1"></span></div>
<div class="line">
<div>姓名:{{businessItem.name}}</div>
<span class="iconfont icon-ar-r" style="font-size: 14px;position: relative; right: -2px;top: 2px;"></span>
<span class="iconfont icon-ar-r" style="font-size: 10px;position: relative; right: -2px;"></span>
</div>
<div class="line">
......
......@@ -95,7 +95,7 @@
.performance_wrapper{
border-radius: 6px;
margin: 5px auto 8px auto;
box-shadow: 0 1px 5px #969696;
box-shadow: 0 0px 2.5px #969696;
position: relative;
background: url('../../../assets/images/top_bg.png') no-repeat ;
background-size: cover;
......@@ -213,7 +213,7 @@
flex-direction: column;
flex-wrap: wrap;
background: #fff;
box-shadow: 0 1px 3px #969696;
box-shadow: 0 0px 2.5px #969696;
border-radius: 6px;
margin-bottom: 10px;
padding: 7px 0px 0px 10px;
......@@ -245,7 +245,7 @@
.hotProduct{
margin: 10px auto;
background: #fff;
box-shadow: 0 1px 5px #969696;
box-shadow: 0 0px 2.5px #969696;
border-radius: 6px;
margin-bottom: 10px;
padding: 7px 10px 0px 10px;
......@@ -325,7 +325,7 @@
.health_wrapper{
background: #fff;
box-shadow: 0 1px 5px #969696;
box-shadow: 0 0px 2.5px #969696;
border-radius: 6px;
margin-bottom: 10px;
padding: 7px 10px 10px 10px;
......@@ -335,10 +335,5 @@
margin-bottom:8px;
}
}
}
}
@media(min-width: 768px) {
}
}
......@@ -19,7 +19,7 @@
style="font-size: 20px;"></span></div>
<div class="line">
<div>投保人:{{salesDetailItem.holderName}}</div>
<span class="iconfont icon-ar-r" style="font-size: 14px;position: relative; right: -2px;top: 2px;"></span>
<span class="iconfont icon-ar-r" style="font-size: 10px;position: relative; right: -2px;"></span>
</div>
<div class="line long_line">{{salesDetailItem.productName}}
<div class="price" *ngIf="showType==='sales'">¥{{salesDetailItem.referralAmount | number: "1.2-2"}}</div>
......
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