|
@@ -192,7 +192,7 @@
|
|
<div class="text-[16px] font-bold text-black-3">热门游记</div>
|
|
<div class="text-[16px] font-bold text-black-3">热门游记</div>
|
|
</div>
|
|
</div>
|
|
<div class="">
|
|
<div class="">
|
|
- <NuxtLink :to="`/yj/${item.id}`" class="group flex cursor-pointer items-center space-x-10 py-10" v-for="(item, index) in dataList.dataList
|
|
|
|
|
|
+ <NuxtLink :to="`/yj/${item.id}`" class="group flex cursor-pointer items-center space-x-10 py-10 border-b" v-for="(item, index) in dataList.dataList
|
|
" :key="item.id">
|
|
" :key="item.id">
|
|
<div v-if="index<4" class="w-[15px] h-[15px] bg-[#000] text-[#fff] rounded flex items-center justify-center" :style="{background:['#FD9A00','#33B724','#F02626','#CACACA'][index]}" >
|
|
<div v-if="index<4" class="w-[15px] h-[15px] bg-[#000] text-[#fff] rounded flex items-center justify-center" :style="{background:['#FD9A00','#33B724','#F02626','#CACACA'][index]}" >
|
|
{{ index + 1 }}
|
|
{{ index + 1 }}
|
|
@@ -213,7 +213,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="h-[100px]"></div>
|
|
<div class="h-[100px]"></div>
|
|
- <div @click.stop="" class="fixed bottom-0 left-0 w-full bg-[#fff] pt-10 pb-20 border">
|
|
|
|
|
|
+ <div @click.stop="" class="fixed bottom-0 left-0 w-full bg-[#fff] pt-10 pb-30 border">
|
|
<div v-if="replyComment.id" class="text-center relative">
|
|
<div v-if="replyComment.id" class="text-center relative">
|
|
回复 <span class="text-[#f40]">{{ replyComment?.commentUserIdDictMap?.name }}:</span>
|
|
回复 <span class="text-[#f40]">{{ replyComment?.commentUserIdDictMap?.name }}:</span>
|
|
<div class="absolute right-10 top-0">
|
|
<div class="absolute right-10 top-0">
|