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