Commit afd79760 by 林家欣

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

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