Commit 2b0e433b by sunchao

公告佣金页面调整

parent cb018df1
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
<div class="wrapper" *ngIf="isActive==2"> <div class="wrapper" *ngIf="isActive==2">
<div class="top"> <div class="top">
<div class="title">基础公告佣金政策</div> <div class="title">基础公告佣金政策</div>
<div class="subtitle">*本产品适用 <span style="color: #333;font-weight: bold;">{{settlementRuleType}}</span> <span style="color: red;">(基本法类型取自产品基本信息-基本法)</span></div> <div class="subtitle">*本产品适用 <span style="color: #333;font-weight: bold;">{{settlementRuleType}}</span>
<!-- <span style="color: red;">(基本法类型取自产品基本信息-基本法)</span> -->
</div>
</div> </div>
<div class="content"> <div class="content">
<ul> <ul>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
margin: 10px auto; margin: 10px auto;
ul{ ul{
display: flex; display: flex;
width: 600px; width: 700px;
align-items: center; align-items: center;
// height: 40px; // height: 40px;
// border: 1px #333 solid; // border: 1px #333 solid;
...@@ -34,9 +34,12 @@ ...@@ -34,9 +34,12 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
li.name,li.pay{ li.name{
width: 20%; width: 30%;
} }
// li.pay{
// width: 20%;
// }
li:nth-child(8){ li:nth-child(8){
border-right: 1px #333 solid; border-right: 1px #333 solid;
} }
......
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