Browse Source

edit home

version2.0
chutingting 4 years ago
parent
commit
137e95a292
14 changed files with 28 additions and 28 deletions
  1. +2
    -2
      public/index.html
  2. +2
    -2
      src/App.vue
  3. +2
    -2
      src/api/request.js
  4. BIN
      src/assets/img/bg/2165324.png
  5. BIN
      src/assets/img/bg/bg.jpg
  6. BIN
      src/assets/img/home/angleTop.png
  7. BIN
      src/assets/img/home/icon-1.png
  8. BIN
      src/assets/img/home/icon-2.png
  9. BIN
      src/assets/img/home/icon-3.png
  10. BIN
      src/assets/img/home/icon-4.png
  11. BIN
      src/assets/img/home/textImg.png
  12. +17
    -17
      src/components/headTail/head.vue
  13. +2
    -2
      src/components/headTail/tail.vue
  14. +3
    -3
      src/page/register/register.vue

+ 2
- 2
public/index.html View File

@@ -8,7 +8,7 @@
<meta name="description" content="瑜璟缘国际形象礼仪主营:礼仪培训,礼仪培训师,商务礼仪培训,社交礼仪培训,服务礼仪培训,企业礼仪培训,职场礼仪培训,礼仪培训班,政务礼仪培训的培训团队。电话:13121112777欢迎您来电咨询!" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>瑜璟缘国际形象礼仪,国际礼仪培训机构,企业培训机构,形象礼仪,形象礼仪培训师</title>
<script>
<!-- <script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
@@ -16,7 +16,7 @@
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</script> -->
</head>
<body>
<noscript>


+ 2
- 2
src/App.vue View File

@@ -2,7 +2,7 @@
<div>
<myhead v-if="routeFLag" />
<router-view></router-view>
<div v-if="routeFLag" ref="drawer" class="drawer" @mouseenter="enter" @mouseleave="out">
<!-- <div ref="drawer" class="drawer" @mouseenter="enter" @mouseleave="out">
<div class="goTop" @click="goTop">
<div class="img">
<img src="./assets/img/xf/goTop.png" />
@@ -34,7 +34,7 @@
<div class="rqCode" v-if="rQCodeShow">
<img src="./assets/img/qrCode/home.png" alt="">
</div>
</div>
</div> -->
<tail v-if="routeFLag" />
</div>
</template>


+ 2
- 2
src/api/request.js View File

@@ -3,8 +3,8 @@ import { Message } from "element-ui"


const service = axios.create({
baseURL: '/api/',
// baseURL: 'https://www.iformall.cn/api/',
// baseURL: '/api/',
baseURL: 'http://www.iformall.cn/api/',
timeout: 60000 // 请求超时时间
})



BIN
src/assets/img/bg/2165324.png View File

Before After
Width: 1900  |  Height: 160  |  Size: 89 KiB

BIN
src/assets/img/bg/bg.jpg View File

Before After
Width: 1900  |  Height: 160  |  Size: 49 KiB

BIN
src/assets/img/home/angleTop.png View File

Before After
Width: 70  |  Height: 70  |  Size: 1.4 KiB

BIN
src/assets/img/home/icon-1.png View File

Before After
Width: 29  |  Height: 34  |  Size: 913 B

BIN
src/assets/img/home/icon-2.png View File

Before After
Width: 32  |  Height: 31  |  Size: 886 B

BIN
src/assets/img/home/icon-3.png View File

Before After
Width: 32  |  Height: 34  |  Size: 915 B

BIN
src/assets/img/home/icon-4.png View File

Before After
Width: 28  |  Height: 30  |  Size: 873 B

BIN
src/assets/img/home/textImg.png View File

Before After
Width: 150  |  Height: 150  |  Size: 13 KiB

+ 17
- 17
src/components/headTail/head.vue View File

@@ -2,7 +2,7 @@
<div class="bgBox">
<div class="topBar">
<div class="topBar_ct">
<p class="left">欢迎来到 武汉壹玖之家网络科技有限公司 !</p>
<p class="left">欢迎来到 武汉富茂科技有限公司 !</p>
<p class="right">
<span @click="goRouter('/publish')">发布信息</span>
<span @click="goRouter('/login')">登录</span>
@@ -11,7 +11,7 @@
</div>
</div>
<div class="topImgBox">
<img src="../../assets/img/bg/bg.jpg" class="topImg" alt="">
<!-- <img src="../../assets/img/bg/bg.jpg" class="topImg" alt=""> -->
<el-input placeholder="搜索" v-model="search" class="searchIpt" @keyup.enter.native="searchFn">
</el-input>
</div>
@@ -79,8 +79,9 @@ export default {
.topBar{
line-height: 40px;
height: 40px;
background: #409EFF;
color: #fff;
height: 40px;
background: rgb(228 242 253 / 70%);
color: #444;
.topBar_ct{
width: 1200px;
margin: 0 auto;
@@ -105,6 +106,9 @@ export default {
}
.topImgBox{
position: relative;
height: 130px;
background: #E4F2FD;
width: 100%;
.searchIpt{
position: absolute;
right: 20%;
@@ -118,21 +122,19 @@ export default {
}
.nav {
width: 1200px;
margin: 20px auto;
margin: -64px auto 20px;
display: flex;
/* height: 60px;
line-height: 60px; */
background: #606266;
.el-dropdown{
flex: 1;
text-align: center;
color: #fff;
cursor: pointer;
.title{
width: 100%;
display: inline-block;
}
.el-menu--horizontal {
width: 100%;
}
.el-menu--horizontal>.el-menu-item {
height: 50px;
line-height: 50px;
}
}
}
.Box {
@@ -193,9 +195,7 @@ export default {
text-align: center;
width: 14.2%;
} */
.el-menu--horizontal {
width: 100%;
}
</style>
<style lang="scss">


+ 2
- 2
src/components/headTail/tail.vue View File

@@ -3,7 +3,7 @@
<div class="tailBox">
<div class="tail">
<p><a @click="dialogVisible = true">平台监管措施</a></p>
<p>Copyright © 武汉壹玖之家网络科技有限公司 版权所有 <a href="https://beian.miit.gov.cn" target="_blank">鄂ICP备2021000773号-1</a></p>
<p>Copyright © 武汉富茂科技有限公司 版权所有 <a href="https://beian.miit.gov.cn" target="_blank">鄂ICP备2021000773号-1</a></p>
<p>电话:16619913757 邮箱:502229673@qq.com</p>
<p>地址:武汉市黄陂区湖北省武汉市黄陂区天河街道天安道202号三层、四层</p>
<p>免责声明:本站信息均经过管理员审核,本站对信息的真实性负责。如有纠纷,请联系下方邮箱反馈,本站会介入处理,涉及违法犯罪行为移交第三方公安机关处理。</p>
@@ -14,7 +14,7 @@
title="平台监管措施"
:visible.sync="dialogVisible"
width="800px"
:before-close="handleClose" class="dialog">
class="dialog">
<h6>平台监管措施</h6>
<div>为规范信息发布平台,加强网站信息发布管理,防止失密和泄密现象发生,特制定信息发布审核制度,本制度适用于本站信息发布管理。<br>一、在网站发布的信息必须符合国家法律和法规,不得含有下列内容:<br>1、违反宪法所确定的基本原则;<br>2、危害国家安全,泄露国家秘密,煽动颠覆国家政权,破坏国家统一;<br>3、损害国家的荣誉和利益;<br>4、煽动民族仇恨、民族歧视,破坏民族团结;<br>5、破坏国家宗教政策,宣扬邪教,宣扬封建迷信;<br>6、散布谣言,编造和传播假新闻,扰乱社会秩序,破坏社会稳定;<br>7、散布淫秽、色情、赌博、暴力、恐怖或者教唆犯罪;<br>8、侮辱或者诽谤他人,侵害他人合法权益;<br>9、法律、法规禁止的其他内容。<br>二、网站信息发布审核由公司主管成立网站信息发布审核管理小组,具体负责网站发布信息审核管理。负责对网站发布的信息内容进行事前审核,对网站发布的信息进行全天候监控、扫描,信息中心负责后台技术支持。上述单位要确定政治可靠、责任心强、业务精炼的工作人员具体负责网站发布内容审核工作。<br>三、管理小组对上网内容要严格审核、管理,以确保网上信息的合法性、真实性、准确性、及时性,坚决禁止不健康的信息上网。<br>四、各部门指派一人担任信息员(兼专职均可),主要负责采集、编录本部门的信息并向网站提供。信息员对所提供的信息内容负责。<br>五、信息员采集的信息经部门负责人校审并签字后交由信息发布管理小组审核,根据分级发布和分级负责原则,对照有关规定审定方可提交网站上网发布。<br>六、上网的信息必须经审核,并以电子文档形式进行登记。未经审签的信息不得以任何理由或借口在网上发布。<br>七、网上发布的文件、数据、文字及图像等信息统一由网站归口管理。<br>八、网络管理人员必须认真处理网站数据,数据投递后均需及时检查,一旦在本网站发现网页被篡改,出现本制度第一条禁止发布的有害信息时,应按照国家有关规定,删除本网络中含有上述内容的地址、目录或者关闭服务器。并保留原始记录,在十二小时之内向公安机关和局安全保卫部门报告。<br></div>
<h6>监管措施</h6>


+ 3
- 3
src/page/register/register.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save