|
@@ -29,32 +29,6 @@
|
|
<link rel="stylesheet" href="../assets/css/element.css">
|
|
<link rel="stylesheet" href="../assets/css/element.css">
|
|
<!--====== index css ====== -->
|
|
<!--====== index css ====== -->
|
|
<link rel="stylesheet" href="./css/index.css" />
|
|
<link rel="stylesheet" href="./css/index.css" />
|
|
- <style>
|
|
|
|
- strong {
|
|
|
|
- color: #000;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- p {
|
|
|
|
- margin: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- table {
|
|
|
|
- margin-top: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- table,
|
|
|
|
- th,
|
|
|
|
- td {
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- td {
|
|
|
|
- padding: 5px 10px;
|
|
|
|
- }
|
|
|
|
- </style>
|
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
@@ -190,12 +164,8 @@
|
|
<div class="col-lg-12">
|
|
<div class="col-lg-12">
|
|
<div class="">
|
|
<div class="">
|
|
<ul class="cannot_selected tabs_selected" style="text-align: center;">
|
|
<ul class="cannot_selected tabs_selected" style="text-align: center;">
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<a v-for="(item,i) in columnTypes" :class="item.id == requestParams.categoryid ? 'active' : ''"
|
|
<a v-for="(item,i) in columnTypes" :class="item.id == requestParams.categoryid ? 'active' : ''"
|
|
@click="facilityClick(i, item)">{{item.categoryName}}</a>
|
|
@click="facilityClick(i, item)">{{item.categoryName}}</a>
|
|
-
|
|
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -213,7 +183,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
<div class="news-content-section pt-60">
|
|
<div class="news-content-section pt-60">
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="row newBox">
|
|
<div class="row newBox">
|
|
@@ -222,10 +191,8 @@
|
|
<div class="d-flex justify-content-center align-items-end cannot_selected" style="position:relative">
|
|
<div class="d-flex justify-content-center align-items-end cannot_selected" style="position:relative">
|
|
<div class="page-des align-items-start cannot_selected">共<span> {{
|
|
<div class="page-des align-items-start cannot_selected">共<span> {{
|
|
totalPageNum}}</span>页,共<span> {{totalPageSzie}}</span>条信息</div>
|
|
totalPageNum}}</span>页,共<span> {{totalPageSzie}}</span>条信息</div>
|
|
-
|
|
|
|
<el-pagination prev-text="上一页" next-text='下一页' :page-size="requestParams.pageSize" :current-page="requestParams.pageNum" background layout="prev, pager, next" :total="totalPageSzie" @current-change="currentChange">
|
|
<el-pagination prev-text="上一页" next-text='下一页' :page-size="requestParams.pageSize" :current-page="requestParams.pageNum" background layout="prev, pager, next" :total="totalPageSzie" @current-change="currentChange">
|
|
</el-pagination>
|
|
</el-pagination>
|
|
-
|
|
|
|
<div class="page-des2 align-items-end cannot_selected pc">前往第
|
|
<div class="page-des2 align-items-end cannot_selected pc">前往第
|
|
<input v-model="goPage" class="previous" @keyup.enter="enterPage" /> 页
|
|
<input v-model="goPage" class="previous" @keyup.enter="enterPage" /> 页
|
|
</div>
|
|
</div>
|
|
@@ -238,8 +205,6 @@
|
|
</section>
|
|
</section>
|
|
<!--====== PRODUCT GRID START======-->
|
|
<!--====== PRODUCT GRID START======-->
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<!--====== FOOTER PART START ======-->
|
|
<!--====== FOOTER PART START ======-->
|
|
<footer>
|
|
<footer>
|
|
<!-- widgets -->
|
|
<!-- widgets -->
|
|
@@ -294,12 +259,6 @@
|
|
<script src="../assets/js/jquery.meanmenu.min.js"></script>
|
|
<script src="../assets/js/jquery.meanmenu.min.js"></script>
|
|
<!--====== Main js ======-->
|
|
<!--====== Main js ======-->
|
|
<script src="../assets/js/main.js"></script>
|
|
<script src="../assets/js/main.js"></script>
|
|
- <script>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </script>
|
|
|
|
<!--====== Setting Info js=======-->
|
|
<!--====== Setting Info js=======-->
|
|
<script src="../assets/js/settinginfo.js"></script>
|
|
<script src="../assets/js/settinginfo.js"></script>
|
|
<!--====== Vue js ======-->
|
|
<!--====== Vue js ======-->
|