|
|
@ -4,23 +4,40 @@ |
|
|
|
<navbar title="遗产概况" leftClick @leftClick="$utils.navigateBack" /> |
|
|
|
<view class="situation-imgs"> |
|
|
|
<view class="situation-imgs-one"> |
|
|
|
<uv-image src="https://cdn.uviewui.com/uview/album/1.jpg" radius="12rpx" width="100%" height="100%" /> |
|
|
|
<image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFill"/> |
|
|
|
<view class="text"> |
|
|
|
<view class="title text-ellipsis"> |
|
|
|
瓷都镇区鼎 |
|
|
|
</view> |
|
|
|
<view class="tip text-ellipsis"> |
|
|
|
盛时期瓷业生产核心区 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="situation-imgs-two"> |
|
|
|
<uv-image src="https://cdn.uviewui.com/uview/album/1.jpg" width="100%" height="100%" /> |
|
|
|
<image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFill"/> |
|
|
|
<view class="text"> |
|
|
|
<view class="title text-ellipsis"> |
|
|
|
瓷都镇区鼎 |
|
|
|
</view> |
|
|
|
<view class="tip text-ellipsis"> |
|
|
|
盛时期瓷业生产核心区 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="situation-imgs-four"> |
|
|
|
<view> |
|
|
|
<uv-image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFit" width="100%" height="100%" /> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<uv-image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFit" width="100%" height="100%" /> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<uv-image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFit" width="100%" height="100%" /> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<uv-image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFit" width="100%" height="100%" /> |
|
|
|
<view |
|
|
|
v-for="(item,index) in 4" |
|
|
|
:key="index"> |
|
|
|
<image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="aspectFill"/> |
|
|
|
<view class="text"> |
|
|
|
<view class="title text-ellipsis"> |
|
|
|
瓷都镇区鼎 |
|
|
|
</view> |
|
|
|
<view class="tip text-ellipsis"> |
|
|
|
盛时期瓷业生产核心区 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -43,6 +60,10 @@ |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
.situation { |
|
|
|
image{ |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
.situation-imgs { |
|
|
|
width: 92%; |
|
|
|
margin-top: 20rpx; |
|
|
@ -50,23 +71,74 @@ |
|
|
|
|
|
|
|
.situation-imgs-one { |
|
|
|
height: 360rpx; |
|
|
|
position: relative; |
|
|
|
border-radius: 30rpx; |
|
|
|
overflow: hidden; |
|
|
|
.text{ |
|
|
|
.title{ |
|
|
|
font-size: 80rpx; |
|
|
|
} |
|
|
|
.tip{ |
|
|
|
font-size: 45rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.situation-imgs-two { |
|
|
|
margin-top: 10rpx; |
|
|
|
margin-top: 20rpx; |
|
|
|
height: 300rpx; |
|
|
|
position: relative; |
|
|
|
border-radius: 30rpx; |
|
|
|
overflow: hidden; |
|
|
|
.text{ |
|
|
|
.title{ |
|
|
|
font-size: 60rpx; |
|
|
|
} |
|
|
|
.tip{ |
|
|
|
font-size: 35rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.situation-imgs-four { |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
view { |
|
|
|
>view { |
|
|
|
margin-top: 20rpx; |
|
|
|
width: 48%; |
|
|
|
height: 260rpx; |
|
|
|
position: relative; |
|
|
|
border-radius: 20rpx; |
|
|
|
overflow: hidden; |
|
|
|
.text{ |
|
|
|
height: 70%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.text{ |
|
|
|
font-family: 楷体; |
|
|
|
// font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background-color: #00000066; |
|
|
|
color: #fff; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
font-weight: 900; |
|
|
|
.title{ |
|
|
|
font-size: 34rpx; |
|
|
|
} |
|
|
|
.tip{ |
|
|
|
font-size: 22rpx; |
|
|
|
margin-top: 10%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |