|
@@ -2,16 +2,16 @@
|
|
|
<div style="height: calc(100vw * 0.59)" class="w-full">
|
|
|
<div
|
|
|
v-if="!bannerUrl"
|
|
|
- class="flex h-full w-full items-center justify-center bg-[url('~/assets/img/note-create/note_create_banner_bg.png')]"
|
|
|
+ class="flex relative h-full w-full items-center justify-center bg-[url('~/assets/img/note-create/note_create_banner_bg.png')]"
|
|
|
>
|
|
|
<div
|
|
|
@click="handleSelectImage"
|
|
|
- class="flex h-40 w-150 active:bg-[#000]/[0.1] bg-[#FFFFFF]/[0.2] items-center justify-center space-x-10 rounded-full border-2 border-white"
|
|
|
+ class="flex absolute bottom-10 right-10 h-40 w-150 active:bg-[#000]/[0.1] bg-[#000]/[0.2] items-center justify-center space-x-10 rounded-full"
|
|
|
>
|
|
|
<div class="w-16 h-16">
|
|
|
<van-image width="100%" height="100%" :src="icon_image_fill" />
|
|
|
</div>
|
|
|
- <span class="text-sm font-normal pt-4 text-[#FF9300]">设置游记头图</span>
|
|
|
+ <span class="text-sm font-normal pt-4 text-white">设置游记头图</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
<van-image width="100%" height="100%" :src="image" />
|
|
|
</div>
|
|
|
|
|
|
- <span class="text-base text-white">重新上传头图</span>
|
|
|
+ <span class="text-sm text-white">重新上传头图</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|