|
@@ -3,15 +3,15 @@
|
|
|
<div class="bac"></div>
|
|
|
<div class="contact">
|
|
|
<p class="title">联系我们</p>
|
|
|
- <hr />
|
|
|
+ <div class="xian"></div>
|
|
|
<a href="http://www.4dage.com" class="txt">四维时代官网</a>
|
|
|
<p>商务合作:sales@4dage.com</p>
|
|
|
<p>媒体合作:pr@4dage.com</p>
|
|
|
<p>联系电话:400-699-8025</p>
|
|
|
<p>地址:广东省珠海市高新区港湾大道港湾1号港11栋</p>
|
|
|
- <p style="text-indent: 3em">北京市朝阳区三丰北里悠唐国际A坐</p>
|
|
|
+ <p style="text-indent: 3em">北京市朝阳区三丰北里悠唐国际A座</p>
|
|
|
<p class="title">合作单位</p>
|
|
|
- <hr />
|
|
|
+ <div class="xian"></div>
|
|
|
<a href="http://www.ncha.gov.cn/" class="txt">中国国家文物局</a>
|
|
|
<a href="https://www.chinamuseum.org.cn/index.html" class="txt"
|
|
|
>中国博物馆协会</a
|
|
@@ -20,12 +20,12 @@
|
|
|
>中国博物馆及相关产品与技术博览会</a
|
|
|
>
|
|
|
<p class="title">探索四维</p>
|
|
|
- <hr />
|
|
|
+ <div class="xian"></div>
|
|
|
<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 style="margin-top: 60px" class="xian"></div>
|
|
|
</div>
|
|
|
|
|
|
<div class="logo">
|
|
@@ -66,17 +66,22 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
+.xian {
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ background-color: #153034;
|
|
|
+}
|
|
|
.bac {
|
|
|
position: absolute;
|
|
|
- top: -13%;
|
|
|
+ top: -97px;
|
|
|
width: 100%;
|
|
|
- height: 13%;
|
|
|
- background-color: rgba(0, 0, 0, 0.8);
|
|
|
+ height: 97px;
|
|
|
+ background-color: rgba(0, 0, 0, 0.9);
|
|
|
}
|
|
|
.About {
|
|
|
position: relative;
|
|
|
width: 100vw;
|
|
|
- background-color: rgba(0, 0, 0, 0.8);
|
|
|
+ background-color: rgba(0, 0, 0, 0.9);
|
|
|
padding-top: 30px;
|
|
|
}
|
|
|
.contact {
|