This commit is contained in:
熊丽君
2021-10-25 17:00:38 +08:00
parent 9e2449bfe4
commit 84d4f3261d
6 changed files with 60 additions and 329 deletions

View File

@ -73,42 +73,7 @@
</div>
</div>
<div class="my_footer">
<div style="height: 4px; background: #ffa32c"></div>
<div class="footer_one content">
<div class="footer_two">
<div class="footer_left">
<div class="footer_left_one"></div>
</div>
<div>
<!-- <h3>合肥嘉策信息技术服务有限公司</h3> -->
<div>
地址安徽省合肥市高新区黄山路601号科技创新公共服务中心412-414
</div>
<div style="margin:15px 0">联系人小杨老师小黄老师</div>
<div>电话1980565903515855136916</div>
</div>
<div class="footer_right">
<div class="item">
<img src="@/assets/image/wx02.png" alt="" />
<div style="text-align:center">嘉策公众号</div>
</div>
<div class="item">
<img src="@/assets/image/qq02.png" alt="" />
<div style="text-align:center">嘉策QQ群</div>
</div>
</div>
</div>
</div>
</div>
<div class="hc_bottom">
<div class="content text">
<span>CopyRight 2020-2021</span>
<span>版权所有 合肥嘉策信息技术服务有限公司</span>
<span>皖ICP备45619723号-1</span>
<!-- <span>技术支持安徽商挈智能科技有限公司</span> -->
</div>
</div>
<footerPage />
</div>
</template>
@ -127,11 +92,13 @@ import { mapGetters } from 'vuex';
import { add, cancel } from '@/api/search';
import Editor from '@/components/Editor';
import headerPage from './components/header';
import footerPage from './components/footer';
// import headerPage2 from './components/header2';
export default {
components: {
Editor,
headerPage
headerPage,
footerPage
// headerPage2
},
data() {
@ -218,102 +185,5 @@ export default {
}
}
}
.my_footer {
background-color: #eeeeee;
.footer_one {
p {
text-align: center;
font-size: 14px;
color: #666;
span {
i {
margin-right: 3px;
img {
vertical-align: middle;
}
}
}
span:nth-child(2) {
margin-left: 40px;
}
}
}
.footer_two {
// border-bottom: 1px solid #dcdcdc;
display: flex;
justify-content: space-between;
align-items: center;
.footer_left {
padding: 60px 0;
.footer_left_one {
width: 392px;
height: 63px;
background: url(~@/assets/image/02.png) no-repeat left center;
background-size: 90% 90%;
}
.footer_left_two {
margin: 10px 0;
font-size: 13px;
color: #666;
}
.footer_left_three {
font-size: 22px;
color: #555;
}
.footer_left_l {
font-size: 18px;
color: #333;
margin-right: 30px;
}
.footer_left_r {
font-size: 16px;
color: #666;
i {
img {
vertical-align: middle;
}
}
}
}
.footer_right {
display: flex;
.item:nth-child(1) {
font-size: 18px;
color: #333;
margin-right: 50px;
text-align: center;
}
}
}
.footer_three {
text-align: center;
padding: 36px 0;
div {
font-size: 16px;
color: #3394ff;
span:nth-child(2) {
margin: 0 39px;
}
}
p {
font-size: 14px;
color: #333;
}
}
}
.hc_bottom {
width: 100%;
height: 35px;
text-align: center;
line-height: 35px;
background: #ccc;
.text {
color: #777;
font-size: 12px;
span {
margin-right: 15px;
}
}
}
}
</style>

View File

@ -3,6 +3,16 @@
<div class="my_footer">
<div style="height: 4px; background: #ffa32c"></div>
<div class="footer_one content">
<p>
<span>
<i><img src="@/assets/image/icon1.png" alt=""/></i>
总浏览量{{ totalNum }}</span
>
<span>
<i><img src="@/assets/image/icon1.png" alt=""/></i>
今日浏览{{ goldNum }}</span
>
</p>
<div class="footer_two">
<div class="footer_left">
<div class="footer_left_one"></div>
@ -44,6 +54,35 @@
</div>
</div>
</template>
<script>
import { getRead } from '@/api/home/notice';
export default {
props: {
totalNum: {
type: Number,
default: 0
},
goldNum: {
type: Number,
default: 0
},
flag: {
type: Boolean,
default: true
}
},
data() {
return {};
},
created() {
if (!this.flag) return false;
getRead({ id: 1 }).then(({ data }) => {
this.totalNum = data.count;
this.goldNum = data.today;
});
}
};
</script>
<style lang="scss" scoped>
.my_footer {
background-color: #eeeeee;
@ -67,11 +106,11 @@
}
.footer_two {
// border-bottom: 1px solid #dcdcdc;
padding-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: center;
.footer_left {
padding: 60px 0;
.footer_left_one {
width: 392px;
height: 63px;

View File

@ -46,7 +46,7 @@
</el-radio-group>
</div>
<div class="screen_l_t_item">
<span class="text_col">合作标签</span>
<span class="text_col">转化形式</span>
<el-radio-group v-model="queryParams.labelId" size="medium">
<el-radio-button label="">不限</el-radio-button>
<el-radio-button

View File

@ -157,7 +157,7 @@
>公告转发</span
>
</el-tab-pane>
<el-tab-pane label="其他" name="1415157049267982336">
<!-- <el-tab-pane label="其他" name="1415157049267982336">
<span
slot="label"
@mouseover="
@ -165,7 +165,7 @@
"
>其他</span
>
</el-tab-pane>
</el-tab-pane> -->
<div style="min-height: 281px">
<div class="banner_r_list" v-for="item in list" :key="item.id">
<!-- <div class="text_18_333 pointer">{{ item.title }}</div> -->

View File

@ -125,58 +125,7 @@
</div>
</div>
<div class="my_footer">
<div style="height: 4px; background: #ffa32c"></div>
<div class="footer_one content">
<p>
<span>
<i><img src="@/assets/image/icon1.png" alt=""/></i>
总浏览量{{ total.count }}</span
>
<span>
<i><img src="@/assets/image/icon1.png" alt=""/></i>
今日浏览{{ total.today }}</span
>
</p>
<div class="footer_two">
<div class="footer_left">
<div class="footer_left_one"></div>
<!-- <div class="footer_left_two">
<i>24小时服务热线</i>
</div>
<div class="footer_left_three">
<i>0551-xxxx-xxx</i>
</div> -->
</div>
<div>
<!-- <h3>合肥嘉策信息技术服务有限公司</h3> -->
<div>
地址安徽省合肥市高新区黄山路601号科技创新公共服务中心412-414
</div>
<div style="margin:15px 0">联系人小杨老师小黄老师</div>
<div>电话1980565903515855136916</div>
</div>
<div class="footer_right">
<div class="item">
<img src="@/assets/image/wx02.png" alt="" />
<div style="text-align:center">嘉策公众号</div>
</div>
<div class="item">
<img src="@/assets/image/qq02.png" alt="" />
<div style="text-align:center">嘉策QQ群</div>
</div>
</div>
</div>
</div>
</div>
<div class="hc_bottom">
<div class="content text">
<span>CopyRight 2020-2021</span>
<span>版权所有 合肥嘉策信息技术服务有限公司</span>
<span>皖ICP备45619723号-1</span>
<!-- <span>技术支持安徽商挈智能科技有限公司</span> -->
</div>
</div>
<footerPage :totalNum="total.count" :goldNum="total.today" :flag="false" />
</div>
</template>
@ -195,11 +144,13 @@ import { add, cancel } from '@/api/search';
import { numberFormat } from '@/utils';
import Editor from '@/components/Editor';
import headerPage from './components/header';
import footerPage from './components/footer';
// import headerPage2 from './components/header2';
export default {
components: {
Editor,
headerPage
headerPage,
footerPage
// headerPage2
},
data() {
@ -318,41 +269,6 @@ export default {
}
}
}
// .my_header {
// position: fixed;
// z-index: 1;
// width: 100%;
// height: 48px;
// line-height: 48px;
// background: #3d3e3e;
// .title {
// color: #fff;
// .el-row {
// display: flex;
// .search {
// align-items: center;
// display: flex;
// height: 30px;
// overflow: hidden;
// /deep/input {
// color: #fff;
// border-left: 0;
// border-right: 0;
// border-radius: 6px 0 0 6px;
// background-color: rgba(255, 255, 255, 0.2);
// }
// .el-button {
// height: 30px;
// border-top-left-radius: 0;
// border-bottom-left-radius: 0;
// background-color: #ffa32c;
// font-size: 16px;
// padding: 0 16px;
// }
// }
// }
// }
// }
.my_main {
margin: 30px auto;
.r {
@ -377,102 +293,5 @@ export default {
}
}
}
.my_footer {
background-color: #eeeeee;
.footer_one {
p {
text-align: center;
font-size: 14px;
color: #666;
span {
i {
margin-right: 3px;
img {
vertical-align: middle;
}
}
}
span:nth-child(2) {
margin-left: 40px;
}
}
}
.footer_two {
// border-bottom: 1px solid #dcdcdc;
display: flex;
justify-content: space-between;
align-items: center;
.footer_left {
padding: 60px 0;
.footer_left_one {
width: 392px;
height: 63px;
background: url(~@/assets/image/02.png) no-repeat left center;
background-size: 90% 90%;
}
.footer_left_two {
margin: 10px 0;
font-size: 13px;
color: #666;
}
.footer_left_three {
font-size: 22px;
color: #555;
}
.footer_left_l {
font-size: 18px;
color: #333;
margin-right: 30px;
}
.footer_left_r {
font-size: 16px;
color: #666;
i {
img {
vertical-align: middle;
}
}
}
}
.footer_right {
display: flex;
.item:nth-child(1) {
font-size: 18px;
color: #333;
margin-right: 50px;
text-align: center;
}
}
}
.footer_three {
text-align: center;
padding: 36px 0;
div {
font-size: 16px;
color: #3394ff;
span:nth-child(2) {
margin: 0 39px;
}
}
p {
font-size: 14px;
color: #333;
}
}
}
.hc_bottom {
width: 100%;
height: 35px;
text-align: center;
line-height: 35px;
background: #ccc;
.text {
color: #777;
font-size: 12px;
span {
margin-right: 15px;
}
}
}
}
</style>

View File

@ -9,6 +9,9 @@
<el-step title="高企认定门槛检结果"></el-step>
<el-step title="创新指标评分"></el-step>
<el-step title="创新指标评分结果"></el-step>
<!-- <el-step :title="index >= 1 ? '高企认定门槛检结果' : ''"></el-step>
<el-step :title="index >= 2 ? '创新指标评分' : ''"></el-step>
<el-step :title="index >= 3 ? '创新指标评分结果' : ''"></el-step> -->
</el-steps>
<el-form ref="formA" :model="formA" :rules="rulesA" v-if="status == 1">
<!-- <p><span class="margin-right-xs">A</span>高企认定门槛</p> -->
@ -81,7 +84,7 @@
</el-select>
</el-form-item>
<p>二、财务数据(单位:万元)</p>
<el-form-item label="一年企业总收入">
<el-form-item label="一年企业总收入">
<el-input-number
v-model="formA.lastYearTotalRevenue"
></el-input-number>
@ -91,26 +94,26 @@
class="w120"
></el-input> -->
</el-form-item>
<el-form-item label="一年主营业务部分收入">
<el-form-item label="一年主营业务部分收入">
<el-input-number
v-model="formA.lastYearBusinessRevenue"
></el-input-number>
</el-form-item>
<el-form-item label="一年研发总支出">
<el-form-item label="一年研究开发费用">
<el-input-number
v-model="formA.lastYearResearchExpend"
></el-input-number>
</el-form-item>
<p>三、人力资源</p>
<el-form-item label="上一年企业总员工数">
<el-form-item label="年企业职工总数">
<el-input-number v-model="formA.totalEmployee"></el-input-number>
</el-form-item>
<el-form-item label="上一年企业入职满183天的科技员工数">
<el-form-item label="年企业入职满183天的科技人员职工总数">
<el-input-number v-model="formA.scienceEmployee"></el-input-number>
</el-form-item>
<p>四、其他</p>
<el-form-item
label="企业一年内未发生重大安全、重大质量事故或严重环境违法行为。 "
label="企业一年内未发生重大安全、重大质量事故或严重环境违法行为。 "
>
<el-select v-model="formA.hasBad" placeholder="请选择">
<el-option