|
@@ -1,10 +1,10 @@
|
|
<template>
|
|
<template>
|
|
<div class="About">
|
|
<div class="About">
|
|
- <div class="bac"></div>
|
|
|
|
|
|
+ <div class="bac"></div>
|
|
<div class="contact">
|
|
<div class="contact">
|
|
<p class="title">联系我们</p>
|
|
<p class="title">联系我们</p>
|
|
<hr />
|
|
<hr />
|
|
- <p class="txt">四维时代官网</p>
|
|
|
|
|
|
+ <a href="http://www.4dage.com" class="txt">四维时代官网</a>
|
|
<p>商务合作:sales@4dage.com</p>
|
|
<p>商务合作:sales@4dage.com</p>
|
|
<p>媒体合作:pr@4dage.com</p>
|
|
<p>媒体合作:pr@4dage.com</p>
|
|
<p>联系电话:400-699-8025</p>
|
|
<p>联系电话:400-699-8025</p>
|
|
@@ -12,22 +12,26 @@
|
|
<p style="text-indent: 3em">北京市朝阳区三丰北里悠唐国际A坐</p>
|
|
<p style="text-indent: 3em">北京市朝阳区三丰北里悠唐国际A坐</p>
|
|
<p class="title">合作单位</p>
|
|
<p class="title">合作单位</p>
|
|
<hr />
|
|
<hr />
|
|
- <p class="txt">中国国家文物局</p>
|
|
|
|
- <p class="txt">中国博物馆协会</p>
|
|
|
|
- <p class="txt">中国博物馆及相关产品与技术博览会</p>
|
|
|
|
|
|
+ <a href="http://www.ncha.gov.cn/" class="txt">中国国家文物局</a>
|
|
|
|
+ <a href="https://www.chinamuseum.org.cn/index.html" class="txt"
|
|
|
|
+ >中国博物馆协会</a
|
|
|
|
+ >
|
|
|
|
+ <a href="http://www.expo-museums.com/" class="txt"
|
|
|
|
+ >中国博物馆及相关产品与技术博览会</a
|
|
|
|
+ >
|
|
<p class="title">探索四维</p>
|
|
<p class="title">探索四维</p>
|
|
<hr />
|
|
<hr />
|
|
- <p class="txt">四维看看</p>
|
|
|
|
- <p class="txt">中国国家文物局</p>
|
|
|
|
- <hr style="margin-top:60px ;">
|
|
|
|
-
|
|
|
|
|
|
+ <a href="https://www.4dkankan.com/index.html?lang=zh" class="txt"
|
|
|
|
+ >四维看看</a
|
|
|
|
+ >
|
|
|
|
+ <a href="https://www.cgaii.com/#/" class="txt">中德人工智能研究院</a>
|
|
|
|
+ <hr style="margin-top: 60px" />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="logo">
|
|
<div class="logo">
|
|
- <img src="../assets/images/about1.png" alt="">
|
|
|
|
- <img src="../assets/images/about.png" alt="">
|
|
|
|
|
|
+ <img src="../assets/images/about1.png" alt="" />
|
|
|
|
+ <img src="../assets/images/about.png" alt="" />
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -63,14 +67,14 @@ export default {
|
|
</script>
|
|
</script>
|
|
<style scoped>
|
|
<style scoped>
|
|
.bac {
|
|
.bac {
|
|
- position: absolute;
|
|
|
|
- top: -13%;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 13%;
|
|
|
|
- background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -13%;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 13%;
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
}
|
|
.About {
|
|
.About {
|
|
- position: relative;
|
|
|
|
|
|
+ position: relative;
|
|
width: 100vw;
|
|
width: 100vw;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
padding-top: 30px;
|
|
padding-top: 30px;
|
|
@@ -80,7 +84,7 @@ export default {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
.contact .title {
|
|
.contact .title {
|
|
- margin-top:30px ;
|
|
|
|
|
|
+ margin-top: 30px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
@@ -91,8 +95,12 @@ export default {
|
|
color: #999;
|
|
color: #999;
|
|
}
|
|
}
|
|
.contact .txt {
|
|
.contact .txt {
|
|
- font-size: 16px;
|
|
|
|
- color: #a0a1a2;
|
|
|
|
|
|
+ margin: 10px 0;
|
|
|
|
+ text-decoration: none;
|
|
|
|
+ display: block;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #a0a1a2;
|
|
|
|
+ text-align: left;
|
|
}
|
|
}
|
|
.logo {
|
|
.logo {
|
|
width: 80%;
|
|
width: 80%;
|
|
@@ -104,11 +112,11 @@ export default {
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
.logo img:nth-of-type(1) {
|
|
.logo img:nth-of-type(1) {
|
|
- width: 157px;
|
|
|
|
- height: 64px;
|
|
|
|
|
|
+ width: 157px;
|
|
|
|
+ height: 64px;
|
|
}
|
|
}
|
|
.logo img:nth-of-type(2) {
|
|
.logo img:nth-of-type(2) {
|
|
- width: 132px;
|
|
|
|
- height: 56px;
|
|
|
|
|
|
+ width: 132px;
|
|
|
|
+ height: 56px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|