官网成型
This commit is contained in:
parent
26b7908ade
commit
a796818cc6
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 9.3 KiB |
@ -2,8 +2,10 @@
|
|||||||
<div class="foot">
|
<div class="foot">
|
||||||
<div class="foot-box">
|
<div class="foot-box">
|
||||||
<div class="foot-1">
|
<div class="foot-1">
|
||||||
<div>
|
<div class="logo">
|
||||||
<img class="img" :src="imagePath.logo" alt="logo" />
|
<img class="img" :src="imagePath.logo" alt="logo" />
|
||||||
|
<span class="sys-title-bt" title="辉擎科技">辉擎科技</span>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -48,6 +50,24 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.sys-title-bt {
|
||||||
|
font-size: 2vw;
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: default;
|
||||||
|
z-index: 1;
|
||||||
|
position: relative;
|
||||||
|
top: -21px;
|
||||||
|
left: 15px;
|
||||||
|
color: #e7e5e5;
|
||||||
|
letter-spacing: 3px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.wb {
|
.wb {
|
||||||
letter-spacing: 1.5px;
|
letter-spacing: 1.5px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|||||||
@ -76,12 +76,12 @@ export default {
|
|||||||
const submitForm = () => {
|
const submitForm = () => {
|
||||||
alert('提交成功!')
|
alert('提交成功!')
|
||||||
resetForm();
|
resetForm();
|
||||||
input1.value.focus();
|
|
||||||
|
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
// onMounted(() => {
|
||||||
input1.value.focus();
|
// input1.value.focus();
|
||||||
});
|
// });
|
||||||
|
|
||||||
const slides = [{ image: s1 }, { image: s2 }, { image: s3 }]
|
const slides = [{ image: s1 }, { image: s2 }, { image: s3 }]
|
||||||
|
|
||||||
@ -314,7 +314,7 @@ export default {
|
|||||||
本次峰会汇聚行业专家,深入探讨数字化转型趋势与实践经验,共同展望为了发展方向。
|
本次峰会汇聚行业专家,深入探讨数字化转型趋势与实践经验,共同展望为了发展方向。
|
||||||
</div>
|
</div>
|
||||||
<div class="xq-1">
|
<div class="xq-1">
|
||||||
<el-link :underline="false" style="color: #2d3fdd">查看详情<el-icon>
|
<el-link :underline="false" style="color: #2d3fdd" title="查看详情">查看详情<el-icon>
|
||||||
<Right />
|
<Right />
|
||||||
</el-icon></el-link>
|
</el-icon></el-link>
|
||||||
</div>
|
</div>
|
||||||
@ -333,7 +333,7 @@ export default {
|
|||||||
凭借在人工智能和云计算领域的突出贡献,公司获得行业权威机构认可。
|
凭借在人工智能和云计算领域的突出贡献,公司获得行业权威机构认可。
|
||||||
</div>
|
</div>
|
||||||
<div class="xq-1">
|
<div class="xq-1">
|
||||||
<el-link :underline="false" style="color: #2d3fdd">查看详情<el-icon>
|
<el-link :underline="false" style="color: #2d3fdd" title="查看详情">查看详情<el-icon>
|
||||||
<Right />
|
<Right />
|
||||||
</el-icon></el-link>
|
</el-icon></el-link>
|
||||||
</div>
|
</div>
|
||||||
@ -352,7 +352,7 @@ export default {
|
|||||||
全新升级的数据分析平台,集成最新AI技术,为企业提供更强大的数据洞察能力。
|
全新升级的数据分析平台,集成最新AI技术,为企业提供更强大的数据洞察能力。
|
||||||
</div>
|
</div>
|
||||||
<div class="xq-1">
|
<div class="xq-1">
|
||||||
<el-link :underline="false" style="color: #2d3fdd">查看详情<el-icon>
|
<el-link :underline="false" style="color: #2d3fdd" title="查看详情">查看详情<el-icon>
|
||||||
<Right />
|
<Right />
|
||||||
</el-icon></el-link>
|
</el-icon></el-link>
|
||||||
</div>
|
</div>
|
||||||
@ -450,6 +450,8 @@ export default {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="lx-right-foot">
|
<div class="lx-right-foot">
|
||||||
|
|
||||||
|
|
||||||
<div class="fan-right"><img class="img-8" :src="imagePath.wzdt1" alt="wzdt1" title="点击查看详细位置" /></div>
|
<div class="fan-right"><img class="img-8" :src="imagePath.wzdt1" alt="wzdt1" title="点击查看详细位置" /></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user