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

下载提交

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