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">
<div class="section_main"> <h2 class="page_title">关于增值服务价格公示</h2>
<table border="1"> <div class="section">
<tbody> <h3 class="section_title">其他类型定制服务</h3>
<tr> <div class="section_main">
<th>收费主体</th> <table border="1">
<th>收费项目</th> <tbody>
<th>收费标准</th> <tr>
<th>收费依据</th> <th>收费主体</th>
</tr> <th>收费项目</th>
<tr> <th>收费标准</th>
<td>中国物品编码中心</td> <th>收费依据</th>
<td> </tr>
信息咨询、技术咨询费、技术开发、技术成果转让、技术服务收费 <tr>
</td> <td>中国物品编码中心</td>
<td>市场定价(或合同定价)</td> <td>
<td> 信息咨询、技术咨询费、技术开发、技术成果转让、技术服务收费
《关于事业单位和社会团体有关收费管理问题的通知》(财规【2000】47号) </td>
</td> <td>市场定价(或合同定价)</td>
</tr> <td>
</tbody> 《关于事业单位和社会团体有关收费管理问题的通知》(财规【2000】47号)
</table> </td>
<p class="text_indent"> </tr>
除固定产品与服务外,额外对社会企业提供非标准化定制服务与解决方案,包括但不限于产品信息整理,产品信息数据清洗,产品信息逻辑处理,产品信息交换、产品信息托管、产品信息数据分析等为满足特定需求而定制的接入接出或者填写规则等多种定制化服务。 </tbody>
</p> </table>
<p class="text_indent">
除固定产品与服务外,额外对社会企业提供非标准化定制服务与解决方案,包括但不限于产品信息整理,产品信息数据清洗,产品信息逻辑处理,产品信息交换、产品信息托管、产品信息数据分析等为满足特定需求而定制的接入接出或者填写规则等多种定制化服务。
</p>
</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,50 +77,80 @@ export default { ...@@ -73,50 +77,80 @@ export default {
.corppaynew-msg { .corppaynew-msg {
margin: 30px 0; margin: 30px 0;
font-size: 14px; font-size: 14px;
.section_main { h2 {
table { margin-top: 0;
width: 100%; margin-bottom: 15px;
margin: 0 auto; padding-bottom: 10px;
border: 1px solid #aaa; border-bottom: 1px solid #b2b2b8;
border-spacing: 0; color: #002c6c;
border-collapse: collapse; font-weight: 400;
tr { }
th { h3 {
text-align: center; margin-top: 0;
border-width: 1px; margin-bottom: 15px;
} padding-bottom: 10px;
td { border-bottom: 1px solid #b2b2b8;
border: 1px solid #aaa; }
padding: 8px; .page_title {
text-align: center; text-align: center;
} font-size: 22px;
&:last-child { }
.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;
border: 1px solid #aaa;
border-spacing: 0;
border-collapse: collapse;
tr {
th {
text-align: center;
border-width: 1px;
}
td { td {
border-bottom: 1px solid #b1b3b3; border: 1px solid #aaa;
padding: 8px;
text-align: center;
}
&:last-child {
td {
border-bottom: 1px solid #b1b3b3;
}
} }
} }
} }
} tbody {
tbody { display: table-row-group;
display: table-row-group; vertical-align: middle;
vertical-align: middle; border-color: inherit;
border-color: inherit; }
} tr {
tr { display: table-row;
display: table-row; vertical-align: inherit;
vertical-align: inherit; border-color: inherit;
border-color: inherit; }
} th {
th { display: table-cell;
display: table-cell; vertical-align: inherit;
vertical-align: inherit; font-weight: bold;
font-weight: bold; }
} p {
p { line-height: 28px;
line-height: 28px; }
} .text_indent {
.text_indent { text-indent: 2em;
text-indent: 2em; }
} }
} }
} }
......
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