|
@@ -15,6 +15,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box">
|
|
|
+ <view style="width: 300px;">国家级 省级 市级 区县级</view>
|
|
|
<scroll-view scroll-x="true" style="display: flex; white-space: nowrap">
|
|
|
<view class="container" v-for="(item, index) in projectList" :key="item.index">
|
|
|
<view class="mn_box" @click="zhantingDetails(index)">
|
|
@@ -38,7 +39,15 @@
|
|
|
</view>
|
|
|
<view class="ccr">传承人</view>
|
|
|
<view class="top_tit">
|
|
|
+ <!-- #ifdef H5 -->
|
|
|
+ <marquee width="100%" height="100px" direction="up" scrolldelay="130">
|
|
|
<u-parse :tagStyle="style" :content="detailsList.inheritor ? detailsList.inheritor : '暂无传承人'"></u-parse>
|
|
|
+ </marquee>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifndef H5 -->
|
|
|
+ <u-parse :tagStyle="style" :content="detailsList.inheritor ? detailsList.inheritor : '暂无传承人'"></u-parse>
|
|
|
+ <!-- #endif -->
|
|
|
+
|
|
|
</view>
|
|
|
<view class="">
|
|
|
<view class="jieshao">
|
|
@@ -201,7 +210,7 @@ export default {
|
|
|
.box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- width: 65%;
|
|
|
+ width: 65%;
|
|
|
/* overflow-x: scroll; */
|
|
|
|
|
|
height: 1280rpx;
|
|
@@ -412,4 +421,5 @@ export default {
|
|
|
background-color: #8a7d6d;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
+
|
|
|
</style>
|