苹果支付构建版本

This commit is contained in:
@fawn-nine
2023-04-17 15:31:40 +08:00
parent 88edd76561
commit 6dffef6f3f
9 changed files with 152 additions and 7153 deletions

View File

@@ -9,23 +9,23 @@
</view>
</view>
<view class="home_nar">
<view class="hn_cl_tit" @click="onPageJump('../eBook/bookList')">
<view class="hn_cl_tit dianzishu" @click="onPageJump('../eBook/bookList')">
<image src="../../static/icon/home_bar_1.png" mode="aspectFit"></image>
电子书
<text>电子书</text>
</view>
<!-- <view class="hn_cl_tit" @click="onPageJump('../bookShop/bookShopIndex')"> -->
<view class="hn_cl_tit" @click="onPageJump('../bookShop/classify')">
<view class="hn_cl_tit chaoshi" @click="onPageJump('../bookShop/classify')">
<image src="../../static/icon/home_bar_2.png" mode="aspectFit"></image>
健康超市
<text>健康超市</text>
</view>
<view class="hn_cl_tit" @click="onGoing()">
<!-- <view class="hn_cl_tit" @click="onGoing()">
<image src="../../static/icon/home_bar_3.png" mode="aspectFit"></image>
讲书
</view>
<view class="hn_cl_tit" @click="onGoing()">
<image src="../../static/icon/home_bar_4.png" mode="aspectFit"></image>
论文集
</view>
</view> -->
</view>
<view class="home_lunbo">
@@ -416,18 +416,27 @@
margin: 60rpx 50rpx 0 50rpx;
display: flex;
color: #333;
.dianzishu{ margin-right:10rpx;
background-color: #d6ffda; border: 2px solid #bae9bf;
}
.chaoshi{background-color:#fff2d8 ; margin-left:10rpx; border: 2px solid #ede6d3; }
.hn_cl_tit {
width: 25%;
text-align: center;
width: 50%;
text-align: center;
border-radius: 20rpx ; padding-top: 10rpx;
// line-height: 110upx;
display: flex;
align-content: center;
justify-content: center;
image {
width: 110upx;
height: 110upx;
margin: 0 auto;
display: inline-block;
// margin: 0 auto;
// margin: 0 20rpx;
}
text{height: 100upx; display:inline-block; line-height: 100upx; font-size: 34rpx;}
}
.hn_cl_tit:nth-child(1),