提交 e4bf2144 authored 作者: 龙菲's avatar 龙菲

隐藏博物馆详情页的经纬度

上级 d284a2eb
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<el-row class="detail-container" :gutter="10"> <el-row class="detail-container" :gutter="10">
<el-col class="cr-images" :span="18"> <el-col class="cr-images" :span="18">
<el-image <el-image
style="width: 100%; height: 600px" style="width: 100%; height:400px"
:src="$getFullUrl(museumDetail.faceImagePressUrl || museumDetail.faceImageUrl)" :src="$getFullUrl(museumDetail.faceImagePressUrl || museumDetail.faceImageUrl)"
fit="contain" fit="contain"
></el-image> ></el-image>
...@@ -26,9 +26,10 @@ ...@@ -26,9 +26,10 @@
justify-content: space-between; justify-content: space-between;
" "
> >
<h3> <h2>
{{ museumDetail.name }} {{ museumDetail.name }}
</h3> </h2>
<!-- <span> <!-- <span>
<svg-icon <svg-icon
icon-class="view" icon-class="view"
...@@ -44,7 +45,8 @@ ...@@ -44,7 +45,8 @@
v-if="CRDetail.audiosVo && CRDetail.audiosVo.length > 0" v-if="CRDetail.audiosVo && CRDetail.audiosVo.length > 0"
/> --> /> -->
</div> </div>
<div class="info-body"> <div class="intro"> {{ museumDetail.intro }}</div>
<!-- <div class="info-body">
<div class="basic-info"> <div class="basic-info">
<div class="body-item"> <div class="body-item">
<span class="label">经度</span> <span class="label">经度</span>
...@@ -56,18 +58,17 @@ ...@@ -56,18 +58,17 @@
{{ museumDetail.latitude }} {{ museumDetail.latitude }}
</span> </span>
</div> </div>
</div> </div>>
<!-- <div class="qrcode" ref="qrCodeUrl"></div> --> </div> -->
</div>
</el-col> </el-col>
</el-row> </el-row>
<div class="margin-bottom-32"> <!-- <div class="margin-bottom-32">
<CustomTitle text="博物馆简介" /> <CustomTitle text="博物馆简介" />
<div class="intro text-indent"> <div class="intro text-indent">
{{ museumDetail.intro }} {{ museumDetail.intro }}
</div> </div>
</div> </div> -->
</div> </div>
<el-image-viewer <el-image-viewer
v-if="imgViewerVisible" v-if="imgViewerVisible"
...@@ -175,7 +176,7 @@ $label: #9f9c9a; ...@@ -175,7 +176,7 @@ $label: #9f9c9a;
} }
} }
.detail-container { .detail-container {
margin-bottom: 32px; margin: 32px 0;
// display: flex; // display: flex;
img { img {
max-width: 100%; max-width: 100%;
...@@ -214,12 +215,7 @@ $label: #9f9c9a; ...@@ -214,12 +215,7 @@ $label: #9f9c9a;
display: flex; display: flex;
// align-items: center; // align-items: center;
flex-direction: column; flex-direction: column;
margin-bottom: 40px; margin-bottom: 10px;
.play {
margin-left: 10px;
font-size: 32px;
cursor: pointer;
}
} }
.info-body { .info-body {
display: flex; display: flex;
...@@ -240,6 +236,10 @@ $label: #9f9c9a; ...@@ -240,6 +236,10 @@ $label: #9f9c9a;
} }
} }
} }
// .intro{
// text-indent: 32px;
// }
} }
.title-container { .title-container {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论