Commit afd79760 by 林家欣

fix: 修改业务大厅优先级低的bug80%

parent 7812d6ce
<template>
<div class="corppaynew">
<cate :father="sfgsCate"></cate>
<!-- <cate :father="sfgsCate"></cate> -->
<div class="corppaynew-msg container">
<div class="hidden-xs">
<p><b>收费公示表</b></p>
<table class="table table-bordered">
<thead>
<tr>
......@@ -291,6 +292,10 @@ export default {
.corppaynew {
@include module-box;
font-weight: 300;
p {
text-align: center;
font-size: 18px;
}
.corppaynew-msg {
margin: 30px 0;
font-size: 14px;
......@@ -349,7 +354,7 @@ export default {
display: table-row;
vertical-align: inherit;
border-color: inherit;
td{
td {
vertical-align: middle;
}
}
......
......@@ -213,6 +213,7 @@ export default {
padding: 6px 10px;
color: #ffffff;
border: 0;
border-radius: 5px;
}
}
.nav-tabs {
......@@ -247,10 +248,10 @@ export default {
padding: 10px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
color: #ffffff;
border: 0;
border-radius: 5px;
}
}
......
<template>
<div class="corppaynew">
<cate :father="qtzzfwfCate"></cate>
<!-- <cate :father="qtzzfwfCate"></cate> -->
<div class="corppaynew-msg container">
<h2 class="page_title">关于增值服务价格公示</h2>
<div class="section">
<h3 class="section_title">其他类型定制服务</h3>
<div class="section_main">
<table border="1">
<tbody>
......@@ -29,13 +32,14 @@
</div>
</div>
</div>
</div>
</template>
<script>
import cate from "../comps/cate.vue";
// import cate from "../comps/cate.vue";
export default {
components: {
cate,
// cate,
},
data() {
return {
......@@ -73,7 +77,36 @@ export default {
.corppaynew-msg {
margin: 30px 0;
font-size: 14px;
h2 {
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #b2b2b8;
color: #002c6c;
font-weight: 400;
}
h3 {
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #b2b2b8;
}
.page_title {
text-align: center;
font-size: 22px;
}
.section {
margin-top: 30px;
margin-bottom: 40px;
.section_title {
font-size: 16px;
color: #b53434;
background-color: #b9cad0;
// margin: 0;
padding: 10px;
}
.section_main {
padding: 15px;
table {
width: 100%;
margin: 0 auto;
......@@ -120,5 +153,6 @@ export default {
}
}
}
}
}
</style>
\ No newline at end of file
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