图片点击放大,调整样式

This commit is contained in:
liuyuan
2025-03-20 16:08:08 +08:00
parent 520383e8be
commit c3270673eb
5 changed files with 60 additions and 68 deletions

View File

@@ -488,7 +488,7 @@
</view>
<!-- 应对华为审核去掉app跳转 -->
<view class="appJump">
<view class="soulspace item flexbox" @click="appjumpfun('soulspace')">
<view class="soulspace item flexbox" @click="appjumpfun('soulspace')" v-if="$platform != 'ios'">
<view class="img">
<image src="@/static/xlkj.png"></image>
</view>

View File

@@ -1,5 +1,5 @@
<template>
<view>
<view style=" height: 100vh; background: #f7faf9;">
<z-nav-bar>
<u-search :clearabled="true" bgColor="#fff" borderColor="#54a966" focus v-model="bookScreen.bookName"
@custom='souBook' @clear="clear"></u-search>
@@ -12,16 +12,6 @@
<text v-for="item in historyList" @click="serkeyWord(item)">{{item}}</text>
</view>
</view>
<!-- <view class="sear_class" v-if="this.show==1">
<view class="sc_xuan">
<view class="sc_con" v-for="(item,index) in classFen" @click="FenBook(item)"
:class="bookScreen.type == item.id ? 'sc_con sc_con_style' : 'sc_con'">{{item.sort}}</view>
</view>
<view class="sc_xuan">
<view class="sc_con" v-for="(item,index) in classMian" @click="MianBook(item)"
:class="bookScreen.is_charge == item.id ? 'sc_con sc_con_style' : 'sc_con'">{{item.sort}}</view>
</view>
</view> -->
<view class="sear_list" v-if="this.show==1">
<view class="flexbox" style="display: flex; flex-wrap: wrap;">