Kaynağa Gözat

edit router

master
chutingting 4 yıl önce
ebeveyn
işleme
8c80be582c
14 değiştirilmiş dosya ile 3162 ekleme ve 3076 silme
  1. +1
    -0
      src/App.vue
  2. BIN
      src/assets/img/bg/2165324.png
  3. +1
    -1
      src/components/fingerpost/fingerpost.vue
  4. +5
    -4
      src/components/headTail/head.vue
  5. +3
    -2
      src/components/headTail/tail.vue
  6. +1
    -1
      src/components/headTail/textTitle.vue
  7. +2
    -2
      src/components/sidebar/sidebar.vue
  8. +13
    -6
      src/page/coursCeentre/attestation.vue
  9. +3
    -8
      src/page/coursCeentre/course.vue
  10. +3119
    -3042
      src/page/course/course.js
  11. +5
    -1
      src/page/course/detail.vue
  12. +6
    -6
      src/page/home/home.vue
  13. +2
    -2
      src/page/journalism/journalism.vue
  14. +1
    -1
      src/page/teaching/teaching.vue

+ 1
- 0
src/App.vue Dosyayı Görüntüle

@@ -78,6 +78,7 @@ export default {
* {
margin: 0;
padding: 0;
font-size: 14px;
}
a {
text-decoration: none;


BIN
src/assets/img/bg/2165324.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 1900  |  Yükseklik: 160  |  Boyut: 33 KiB Genişlik: 1900  |  Yükseklik: 160  |  Boyut: 262 KiB

+ 1
- 1
src/components/fingerpost/fingerpost.vue Dosyayı Görüntüle

@@ -34,7 +34,7 @@ export default {
.answer {
line-height: 20px;
padding: 10px 0;
font-size: 12px;
font-size: 14px;
}
.answer:before {
font-weight: bolder;


+ 5
- 4
src/components/headTail/head.vue Dosyayı Görüntüle

@@ -2,13 +2,13 @@
<div class="bgBox">
<div class="Box">
<div class="backImg">
<div class="logoBox">
<!-- <div class="logoBox">
<div class="logo_img">
<img src="../../assets/img/logo/logo1.png" alt />
</div>
<div class="title_Box">
<p>瑜璟缘国际文化礼仪培训</p>
</div>
</div> -->
</div>
</div>
@@ -160,10 +160,11 @@ export default {
</script>
<style lang="scss" scoped>
.bgBox {
width: 100%;
background-image: url("../../assets/img/bg/2165324.png");
background-attachment: fixed;
//background-attachment: fixed;
background-repeat: repeat-x;
background-size: 100% 160px;
.nav {
@@ -244,4 +245,4 @@ export default {
.el-menu--horizontal {
width: 100%;
}
</style>
</style>

+ 3
- 2
src/components/headTail/tail.vue Dosyayı Görüntüle

@@ -2,8 +2,9 @@
<div class="Box">
<div class="tailBox">
<div class="tail">
<p class="text">© 2019 | International Business Image Etiquette Standards Evaluation..All rights reserved. </p>
<p class="text">© 2020 | International Business Image Etiquette Standards Evaluation..All rights reserved. </p>
<p class="text">
© 2019 | International Business Image Etiquette Standards Evaluation..All rights reserved. 京ICP备20027204号
</p>
</div>
</div>
</div>


+ 1
- 1
src/components/headTail/textTitle.vue Dosyayı Görüntüle

@@ -19,7 +19,7 @@
margin-top: 50px;
overflow: hidden;
p {
font-size: 26px;
font-size: 24px;
font-weight: bold;
}
.w_line {


+ 2
- 2
src/components/sidebar/sidebar.vue Dosyayı Görüntüle

@@ -100,7 +100,7 @@ export default {
}
.column {
overflow: hidden;
font-size: 12px;
font-size: 14px;
.default {
background: linear-gradient(#ffffff, #cccccc);
height: 40px;
@@ -130,7 +130,7 @@ export default {
line-height: 45px;
background-color: rgb(153, 153, 153);
color: #fff;
font-size: 12px;
font-size: 14px;
div {
float: left;
height: 45px;


+ 13
- 6
src/page/coursCeentre/attestation.vue Dosyayı Görüntüle

@@ -2,17 +2,17 @@
<div class="Box">
<div class="leftBox">
<textTitle text="课程认证" />
<ul style="float: left;width: 50%;">
<ul>
<li v-for="(item, index) in schedule1" :key="index">
<course :name="item.naem" :time="item.time" :text="item.text"/>
</li>
</ul>
<ul style="float: left;width: 50%;overflow: hidden;">
<!-- <ul style="float: left;width: 50%;overflow: hidden;">
<li v-for="(item, index) in schedule2" :key="index">
<course :name="item.naem" :time="item.time" :text="item.text"/>
</li>
</ul>
</ul> -->
</div>
<sidebar />
</div>
@@ -55,8 +55,6 @@ export default {
time:'56课时/期',
text:'名师导师亲自带你入门,手把手教学,课后辅导,疑惑解答等问题,都有老师指导。'
},
],
schedule2:[
{
naem:'个人形象设计入门初级训练',
time:'2-4课时/期',
@@ -82,9 +80,18 @@ export default {
time:'56课时/期',
text:'整包合作,基于协议基础,根据时间组班授课,性价比高,培训效果好,加深记忆和使用效果,名师导师亲自带你入门,手把手教学。'
},
],
schedule2:[
]
}
},
};
</script>
</script>
<style scoped>
.leftBox ul li{
width: 50%;
float: left;
}
</style>

+ 3
- 8
src/page/coursCeentre/course.vue Dosyayı Görüntüle

@@ -22,7 +22,7 @@ export default {
<style lang="scss" scoped>
.courseBox {
overflow: hidden;
margin-top: 20px;
margin-top: 28px;
width: 100%;
.logoBox {
width: 100px;
@@ -33,7 +33,7 @@ export default {
}
.introduceBox {
float: left;
height: 100px;
// height: 100px;
width: 266px;
.courseTime {
@@ -48,14 +48,9 @@ export default {
}
}
.describe {
height: 50px;
line-height: 25px;
color: rgb(136, 136, 136);
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 12px;
font-size: 14px;
}
}


+ 3119
- 3042
src/page/course/course.js
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 5
- 1
src/page/course/detail.vue Dosyayı Görüntüle

@@ -76,8 +76,12 @@ export default {
</script>
<style scoped>
.course_detail >>> img{
max-width: 600px;
max-width: 100%;
}
.course_detail >>> *{
line-height: 26px;
}

.course_detail .leftBox{
margin: 0 auto;
width: 75%;


+ 6
- 6
src/page/home/home.vue Dosyayı Görüntüle

@@ -23,11 +23,11 @@
<div class="icon icon1"></div>
<div class="text">免费质询</div>
</a>
<div class="iconBox" @click="go('teaching?tag=gjxx')">
<div class="iconBox" @click="go('famousTeacher?tag=zj')">
<div class="iconLeft icon2"></div>
<div class="textLeft">授课名师</div>
</div>
<div class="iconBox" @click="go('attestation')">
<div class="iconBox" @click="go('course')">
<div class="icon icon3"></div>
<div class="text">热门课程</div>
</div>
@@ -166,7 +166,7 @@ export default {
.text {
float: left;
width: 700px;
font-size: 15px;
font-size: 14px;
line-height: 25px;
}
img {
@@ -328,7 +328,7 @@ export default {
font-size: 16px;
}
span {
height: 60px;
height: 68px;
overflow: hidden;
line-height: 19px;
color: #999;
@@ -336,7 +336,7 @@ export default {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
font-size: 12px;
font-size: 14px;
}
.time {
line-height: 19px;
@@ -364,6 +364,6 @@ export default {
</style>
<style scoped>
.journalismText span >>> span{
font-size: 12px !important;
font-size: 14px !important;
}
</style>

+ 2
- 2
src/page/journalism/journalism.vue Dosyayı Görüntüle

@@ -103,7 +103,7 @@ export default {
line-height: 20px;
overflow: hidden;
color: #999;
font-size: 12px;
font-size: 14px;
}
.time {
display: block;
@@ -121,6 +121,6 @@ export default {
</style>
<style scoped>
.detailBox .imgBox >>> span{
font-size: 12px !important;
font-size: 14px !important;
}
</style>

+ 1
- 1
src/page/teaching/teaching.vue Dosyayı Görüntüle

@@ -101,7 +101,7 @@ export default {
span {
display: block;
margin-top: 10px;
font-size: 12px;
font-size: 14px;
height: 85px;
color: #999;
display: -webkit-box;


Yükleniyor…
İptal
Kaydet