Commit e1785431 authored by zhanglw's avatar zhanglw

企业信息

parent 7ebe70c9
......@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= webpackConfig.name %></title>
<script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=686ljhxEzzmQTsn2nYUnngIYKZfLTVsm"></script>
</head>
<body>
<div id="app"></div>
......
......@@ -12,7 +12,7 @@
<div class="line-s" />
<div class="fixed-contact-popover" style="top: 20px">
<div class="fixed-contact-popover-img">
<img src="@/assets/home_images/wxgz.jpg">
<img src="@/assets/home_images/wx_qr_code.png">
</div>
</div>
</li>
......@@ -21,11 +21,11 @@
<div class="label">电话咨询</div>
<div class="line-s" />
<div class="fixed-contact-popover" style="top: 20px">
<div class="fixed-contact-popover-img" style="padding: 0 30px">
<div class="fixed-contact-popover-img" style="padding: 0">
<img src="@/assets/home_images/telephone.png">
</div>
<span style="font-size: 18px;font-weight: bolder;line-height: 30px;user-select: none;">咨询电话<br></span>
<span style="line-height: 20px;">400-0631-598</span>
<span style="line-height: 20px;color: #1482f0">400-0631-598</span>
</div>
</li>
<li class="fixed-contact-item" @click="goTop">
......
......@@ -108,7 +108,7 @@ export default {
padding: 20px;
width: 348px;
height: 442px;
right: 6vw;
right: 8vw;
bottom: 230px;
background: #FFFFFF;
border: 1px solid rgba(0,0,0,0.12);
......
......@@ -18,6 +18,8 @@
<el-breadcrumb-item>我要求购{{ title }}产品</el-breadcrumb-item>
</el-breadcrumb>
</div>
<!--我要求购-->
<div class="page-title">我要求购{{ title }}产品</div>
<div class="form-table-box">
<el-form ref="formViewRef" :model="formData" :rules="rules" :status-icon="true" label-width="240px">
<el-form-item label="产品名称:" class="form-cell" prop="productName">
......@@ -285,6 +287,13 @@ export default {
margin-top: 94px;
font-family: Source Han Sans CN;
user-select: none;
.page-title {
margin-top: 20px;
padding: 0 20px;
font-size: 26px;
font-weight: bold;
color: #333333;
}
}
.line-btn {
display: flex;
......
......@@ -17,6 +17,8 @@
<el-breadcrumb-item>我要留言</el-breadcrumb-item>
</el-breadcrumb>
</div>
<!--我要留言-->
<div class="page-title">我要留言</div>
<div class="form-table-box">
<el-form ref="formViewRef" :model="formData" :rules="rules" :status-icon="true" label-width="240px">
<el-form-item label="留言内容类型:" class="form-cell" prop="consultType">
......@@ -226,6 +228,13 @@ export default {
margin-top: 94px;
font-family: Source Han Sans CN;
user-select: none;
.page-title {
margin-top: 20px;
padding: 0 20px;
font-size: 26px;
font-weight: bold;
color: #333333;
}
}
.line-btn {
display: flex;
......
......@@ -18,6 +18,8 @@
<el-breadcrumb-item>我要供应{{ title }}产品</el-breadcrumb-item>
</el-breadcrumb>
</div>
<!--我要供应-->
<div class="page-title">我要供应{{ title }}产品</div>
<div class="form-table-box">
<el-form ref="formViewRef" :model="formData" :rules="rules" :status-icon="true" label-width="240px">
<el-form-item label="产品名称:" class="form-cell" prop="productName">
......@@ -511,6 +513,13 @@ export default {
margin-top: 94px;
font-family: Source Han Sans CN;
user-select: none;
.page-title {
margin-top: 20px;
padding: 0 20px;
font-size: 26px;
font-weight: bold;
color: #333333;
}
}
.line-btn {
display: flex;
......
This diff is collapsed.
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