Commit 896d8d72 authored by 陈毅's avatar 陈毅

下载提交

parent 857f156c
......@@ -2693,10 +2693,12 @@ line-height: 48px;
font-size: 18px;
font-weight: 600;
line-height: 50px;
color: #232323;
}
div{
font-weight: 400;
line-height: 30px;
color: #232323;
}
}
}
......
......@@ -61,6 +61,9 @@
<script>
export default {
head:{
title:"关于我们"
},
data() {
return {
product: {
......
......@@ -10,7 +10,7 @@
<MenuItem name="1" style="width:50%;text-align:center;">
在线咨询
</MenuItem>
<MenuItem name="2" style="width:50%">
<MenuItem name="2" style="width:50%;">
下载支持
</MenuItem>
</Menu>
......@@ -36,7 +36,7 @@
<Option
v-for="(item, index) in consult"
:key="index"
value="item.value"
:value="item.value"
>{{ item.label }}</Option
>
</Select>
......@@ -186,9 +186,10 @@
>
</div>
<div class="download-bottom">
<a href="/image/aaa.txt" download="我的img">
<Icon size="14px" type="ios-folder-open" /><span
>3DEXPERIENCE R2021x程序目录(2021-12-6)</span
>
></a>
</div>
</div>
</div>
......@@ -197,6 +198,9 @@
<script>
import Config from "@/config";
export default {
head:{
title:"服务支持"
},
data() {
return {
regular: /^[1]([3-9])[0-9]{9}$/,
......@@ -358,19 +362,24 @@ export default {
<style lang="less">
.erji {
width: 80px;
height: 75px;
height: 60px;
position: absolute;
top: 35px;
z-index: 999;
left: 0px;
padding: 5px 10px;
// padding: 5px 10px;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 0 0 2px #f5f5f5;
div{
margin-top: 3px;
width: 80px;
padding-left: 10px;
}
div:hover {
background-color: #f3f3f3;
cursor: pointer;
padding-left: 0px;
padding-left: 10px;
padding-right: 0px;
}
}
......@@ -462,4 +471,5 @@ export default {
opacity: 1;
}
}
</style>
111fsdfsfafafafaffsafaafaffas
\ No newline at end of file
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