86 lines
2.4 KiB
Vue
86 lines
2.4 KiB
Vue
<template>
|
||
<div >
|
||
|
||
<div class="row left">
|
||
<div class="col-md-12">
|
||
<div class="col-md-5 col-sm-5 scrollpoint sp-effect1" style="padding:0px;">
|
||
<div class="form-group cav_contact_hello" style="text-align:left;">
|
||
<p class="nav_div"><label style="font-family:'Microsoft YaHei';font-weight:100;">您好</label><label style="font-family:'Microsoft YaHei';font-weight:100;"> HELLO!</label></p>
|
||
</div>
|
||
<div class="form-group cav_contact_div1" style="text-align:left">
|
||
感谢您来到上海丙維科技有限公司,若您有合作意向,请您用以下方式联系我们,我们为您提供真诚的服务,谢谢。
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-md-6 col-sm-6 ">
|
||
<ul class="cav_contact_ul">
|
||
<li style="padding-top:12px;">021-61166770</li>
|
||
<li style="padding-top:19px;">bimwe@bimwe.com</li>
|
||
<li style="padding-top:21px;">
|
||
上海市宝山区逸仙路
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row right">
|
||
<img width="100%" src="http://api.map.baidu.com/staticimage/v2?ak=y2qrobvV7OiT0P5FuoOXzvr1NzRbKPEE&mcode=666666¢er=121.425276,31.438629&zoom=13 " />
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
data() {
|
||
return {
|
||
|
||
};
|
||
},
|
||
mounted: function() {
|
||
|
||
|
||
}
|
||
};
|
||
</script>
|
||
|
||
<style scoped>
|
||
.nav_div {
|
||
font-size: 25px;
|
||
color: #333333;
|
||
}
|
||
|
||
.cav_contact_div1 {
|
||
margin-bottom: 40px;
|
||
font-size: 14px;
|
||
line-height: 28px;
|
||
text-align: left;
|
||
}
|
||
|
||
.left {
|
||
display: inline-block;
|
||
vertical-align: top;
|
||
width: 60%;
|
||
}
|
||
|
||
.right {
|
||
position: left;
|
||
display: inline-block;
|
||
margin: 1em;
|
||
width: 35%;
|
||
vertical-align: top;
|
||
}
|
||
|
||
.cav_contact_ul > li {
|
||
list-style: none;
|
||
padding-top: 14px;
|
||
font-family: "Microsoft YaHei";
|
||
font-size: 14px;
|
||
color: #333333;
|
||
}
|
||
</style>
|