提交 11c5910c 编写于 作者: donghuawangliang0612's avatar donghuawangliang0612

页面样式修改

上级 31306907
...@@ -50,20 +50,22 @@ ...@@ -50,20 +50,22 @@
</van-col> </van-col>
</van-row> </van-row>
</div> </div>
<van-row v-if="item.status === 1" type="flex" class="bottom" @click="onClickPicket()"> <van-row v-if="item.status === 1" type="flex" class="bottom" @click="onClickPicket()">
<van-col span="24" class="lablel"><span>还款计划</span> <van-col span="24" class="lablel"><span>查看还款计划</span>
<svg class="iconl" aria-hidden="true"> <!-- <svg class="iconl" aria-hidden="true">-->
<use xlink:href="#icon-a-xiayiye24x24px"></use> <!-- <use xlink:href="#icon-a-xiayiye24x24px"></use>-->
</svg> <!-- </svg>-->
</van-col> <img :src="require('@/assets/images/xiayiye.png')" style="width: 30px"/>
</van-row> </van-col>
<van-row v-if="item.status === 2" type="flex" class="bottom" @click="toTrial()"> </van-row>
<van-col span="24" class="lablel"><span>计算器</span> <van-row v-if="item.status === 2" type="flex" class="bottom" @click="toTrial()">
<svg class="iconl" aria-hidden="true"> <van-col span="24" class="lablel"><span>计算器</span>
<use xlink:href="#icon-a-xiayiye24x24px"></use> <!-- <svg class="iconl" aria-hidden="true">-->
</svg> <!-- <use xlink:href="#icon-a-xiayiye24x24px"></use>-->
</van-col> <!-- </svg>-->
</van-row> <img :src="require('@/assets/images/xiayiye.png')" style="width: 30px"/>
</van-col>
</van-row>
</div> </div>
</div> </div>
</template> </template>
...@@ -101,7 +103,8 @@ export default class PicketAcced extends Vue { ...@@ -101,7 +103,8 @@ export default class PicketAcced extends Vue {
.card { .card {
border-radius: 2%; border-radius: 2%;
height: 27vh; //height: 28vh;
height: 190px;
margin: 3% 3% 3% 3%; margin: 3% 3% 3% 3%;
background: #ffffff; background: #ffffff;
} }
...@@ -130,7 +133,7 @@ export default class PicketAcced extends Vue { ...@@ -130,7 +133,7 @@ export default class PicketAcced extends Vue {
} }
.bottom { .bottom {
background-color: rgba(54, 114, 241, 1); background-color: #3672F1;
border: none; border: none;
border-radius: 5px; border-radius: 5px;
border-top-left-radius: 0px; border-top-left-radius: 0px;
...@@ -145,5 +148,6 @@ export default class PicketAcced extends Vue { ...@@ -145,5 +148,6 @@ export default class PicketAcced extends Vue {
font-family: 'Arial Negreta', 'Arial Normal', 'Arial'; font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
height: 30px;
} }
</style> </style>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<tatle-bar :tatle="tatleName"></tatle-bar> <tatle-bar :tatle="tatleName"></tatle-bar>
</div> </div>
<div> <div>
<van-tabs> <van-tabs color="#3672F1">
<van-tab title="申请详情"> <van-tab title="申请详情">
<div class="layout"> <div class="layout">
<van-row type="flex" class="CoolName"> <van-row type="flex" class="CoolName">
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<tatle-bar :tatle="tatleName"></tatle-bar> <tatle-bar :tatle="tatleName"></tatle-bar>
</div> </div>
<div> <div>
<van-tabs> <van-tabs color="#3672F1" title-active-color="#3672F1">
<van-tab title="未结清"> <van-tab title="未结清">
<picket-acced :productParam="productParam" class="acced" @onClickDetails="onClickDetails" <picket-acced :productParam="productParam" class="acced" @onClickDetails="onClickDetails"
@onClickPicket="onClickPicket" @toTrial="toTrial"></picket-acced> @onClickPicket="onClickPicket" @toTrial="toTrial"></picket-acced>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册