|
@@ -1,22 +1,24 @@
|
|
|
<template>
|
|
|
<div class="container">
|
|
|
+ <common></common>
|
|
|
+
|
|
|
<nav>
|
|
|
<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
|
|
|
12355青少年网络综合服务平台
|
|
|
</nav>
|
|
|
<div class="banner">
|
|
|
- <img src="../../public/images/banner.jpg" alt="">
|
|
|
+ <img src="@/assets/img/banner.jpg" alt="">
|
|
|
</div>
|
|
|
<ul class="jigou">
|
|
|
<li>
|
|
|
<div class="minitit">主办机构</div>
|
|
|
- <div class="zhuban-img1"><img src="../../public/images/index3.png" alt=""></div>
|
|
|
+ <div class="zhuban-img1"><img src="@/assets/img/index3.png" alt=""></div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="minitit">协办机构</div>
|
|
|
<div class="secondtit">荆州市未成年人保护中心</div>
|
|
|
- <div class="zhuban-img2"><span><img src="../../public/images/index2.jpg" alt=""></span><span><img
|
|
|
- src="../../public/images/index4.jpg" alt=""></span></div>
|
|
|
+ <div class="zhuban-img2"><span><img src="@/assets/img/index2.jpg" alt=""></span><span><img
|
|
|
+ src="@/assets/img/index4.jpg" alt=""></span></div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="con1">
|
|
@@ -63,7 +65,7 @@
|
|
|
<p>孩子就要中考了,异常焦虑、烦躁、常
|
|
|
常失眠,吃饭呕吐,无缘无故就想哭怎
|
|
|
么办?
|
|
|
- </p><span><img src="../../public/images/avator.png" alt=""></span>
|
|
|
+ </p><span><img src="@/assets/img/avator.png" alt=""></span>
|
|
|
</a></div>
|
|
|
<div class="casedetail"><span>1小时前</span>.<span>320人浏览过</span>
|
|
|
</div>
|
|
@@ -75,7 +77,27 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+
|
|
|
+ import Common from '@/components/Common.vue'
|
|
|
+
|
|
|
export default {
|
|
|
+
|
|
|
+ name: '',
|
|
|
+ components: {
|
|
|
+ Common
|
|
|
+ },
|
|
|
+
|
|
|
+ created() {
|
|
|
+
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+
|
|
|
+ },mounted() {
|
|
|
+ console.log(111)
|
|
|
+ },
|
|
|
+ destroyed() {
|
|
|
+
|
|
|
+ },
|
|
|
data() {
|
|
|
return {
|
|
|
items: [{
|
|
@@ -206,7 +228,7 @@
|
|
|
|
|
|
.con2 {
|
|
|
margin-bottom: 16px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 12px;
|
|
|
text-align: center;
|
|
|
color: #838383;
|
|
|
}
|
|
@@ -215,6 +237,7 @@
|
|
|
margin: 0 20px 20px 20px;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
|
|
|
.zhixun-dl dt {
|