|
@@ -11,7 +11,18 @@
|
|
|
</el-col>
|
|
|
<el-col v-if="select === '1'" :span="18" class="right">关于我们</el-col>
|
|
|
<el-col v-else-if="select === '2'" :span="18" class="right">意见反馈</el-col>
|
|
|
- <el-col v-else-if="select === '3'" :span="18" class="right">联系我们</el-col>
|
|
|
+ <el-col v-else-if="select === '3'" :span="18" class="right">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12" class="left">
|
|
|
+ <el-image class="image" src="/src/assets/map.jpg" fit="fill" />
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="right">
|
|
|
+ <el-col :span="24" class="other"><el-icon color="#2374ff" ><Message /></el-icon><span>联系我们</span> 吉林省科技开发交流中心</el-col>
|
|
|
+ <el-col :span="24" class="other"><el-icon color="#2374ff"><Location /></el-icon><span>联系地址</span>长春朝阳区前进大街1244号(吉林省科技厅科研园) </el-col>
|
|
|
+ <el-col :span="24" class="other"><el-icon color="#2374ff"><Iphone /></el-icon><span>联系电话</span> 0431-81165166</el-col>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </el-col>
|
|
|
<el-col v-else-if="select === '4'" :span="18" class="right">法律条款</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -89,6 +100,25 @@ const onOpenChange = (item) => {
|
|
|
display: flex;
|
|
|
align-items: normal;
|
|
|
}
|
|
|
+ .right{
|
|
|
+ background: rgba(40,77,191,.03);
|
|
|
+ height: 223px;
|
|
|
+ padding: 20px;
|
|
|
+ other{
|
|
|
+ margin-bottom: 10px;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #7e8288;
|
|
|
+ line-height: 25px;
|
|
|
+ span{
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #383b40;
|
|
|
+ line-height: 25px;
|
|
|
+ margin:0 5px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|