Commit eaf2b85d authored by zhanglw's avatar zhanglw

调整

parent 5c338c14
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div v-for="(item,index) in courseList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0"> <div v-for="(item,index) in courseList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0">
<el-image <el-image
:src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem" :src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem"
style="width:358px;height: 240px;left: -4px;top: -3px" style="width:348px;height: 240px;top: -3px"
/> />
<div class="line-text touch" @click="goToDetails(item, 'course')">{{ item.title }}</div> <div class="line-text touch" @click="goToDetails(item, 'course')">{{ item.title }}</div>
<div style="width: 100%;text-align: center;padding: 2px;color: #333">{{ item.subTitle }}</div> <div style="width: 100%;text-align: center;padding: 2px;color: #333">{{ item.subTitle }}</div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="head-box"> <div class="head-box">
<div class="head-box-top"> <div class="head-box-top">
<div class="top-call" /> <div class="top-call" />
<div class="top-call"><img src="@/assets/home_images/gemho_logo.png" alt="gemho-logo"></div> <div class="top-call"><img src="@/assets/home_images/cisnet_logo.png" height="50" width="275" alt="gemho-logo"></div>
<div class="top-call"><title-menus ref="titleMenus" menu-index="0" /></div> <div class="top-call"><title-menus ref="titleMenus" menu-index="0" /></div>
<div class="top-call"><user-login ref="userLogin" /></div> <div class="top-call"><user-login ref="userLogin" /></div>
<div class="top-call"><language-setting ref="languageSetting" /></div> <div class="top-call"><language-setting ref="languageSetting" /></div>
......
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
<div v-for="(item,index) in softwareList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0"> <div v-for="(item,index) in softwareList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0">
<el-image <el-image
:src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware" :src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware"
style="width:358px;height: 240px;left: -4px;top: -3px" style="width:348px;height: 240px;top: -3px"
/> />
<div class="float-title touch" @click="goToDetails(item, '/product/details')">{{ item.title }}</div> <div class="float-title touch" @click="goToDetails(item, '/product/details')">{{ item.title }}</div>
<div class="line-btn" style="margin-top: 4px"> <div class="line-btn" style="margin-top: 4px">
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<div v-for="(item,index) in courseList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0"> <div v-for="(item,index) in courseList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0">
<el-image <el-image
:src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware" :src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSoftware"
style="width:358px;height: 240px;left: -4px;top: -3px" style="width:348px;height: 240px;top: -3px"
/> />
<div class="line-text touch" @click="goToDetails(item, '/product/details')">{{ item.title }}</div> <div class="line-text touch" @click="goToDetails(item, '/product/details')">{{ item.title }}</div>
<div style="width: 100%;text-align: center;padding: 2px;color: #333">{{ item.subTitle }}</div> <div style="width: 100%;text-align: center;padding: 2px;color: #333">{{ item.subTitle }}</div>
...@@ -305,7 +305,7 @@ export default { ...@@ -305,7 +305,7 @@ export default {
// 点击更多 // 点击更多
moreTo(type) { moreTo(type) {
if (type === 'product') { if (type === 'product') {
this.pageSize += 4 this.pageSize += 8
this.search() this.search()
} else if (type === 'project') { } else if (type === 'project') {
this.$router.push({ path: `/project` }) this.$router.push({ path: `/project` })
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div v-for="(item,index) in softwareList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0"> <div v-for="(item,index) in softwareList" :key="'p_'+index" class="box-card" style="padding: 0 0 10px 0">
<el-image <el-image
:src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem" :src="item.imgSrc?imgSrcStart+'/productPic/'+item.imgSrc:defaultImgSystem"
style="width:358px;height: 240px;left: -4px;top: -3px" style="width:348px;height: 240px;top: -3px"
/> />
<div class="float-title touch" @click="goToDetails(item, 'software')">{{ item.title }}</div> <div class="float-title touch" @click="goToDetails(item, 'software')">{{ item.title }}</div>
<div class="line-btn" style="margin-top: 4px"> <div class="line-btn" style="margin-top: 4px">
......
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