修改首页底部的页面展示
This commit is contained in:
parent
d078627e08
commit
6b98ec2773
|
|
@ -96,9 +96,9 @@
|
||||||
mode=""
|
mode=""
|
||||||
@click="goToPersonalCenter"
|
@click="goToPersonalCenter"
|
||||||
></image>
|
></image>
|
||||||
<view class="rixing">
|
<!-- <view class="rixing">-->
|
||||||
{{ bottomSection.prayerSection.title }}
|
<!-- {{ bottomSection.prayerSection.title }}-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
<view class="qifu" @click="goToPray">
|
<view class="qifu" @click="goToPray">
|
||||||
<image
|
<image
|
||||||
:src="bottomSection.prayerSection.prayerButton.icon"
|
:src="bottomSection.prayerSection.prayerButton.icon"
|
||||||
|
|
@ -562,6 +562,8 @@ page {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 118rpx;
|
padding: 0 118rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 20rpx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 64rpx;
|
width: 64rpx;
|
||||||
|
|
@ -635,7 +637,7 @@ page {
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 1600rpx; /* 更大的宽度确保滚动 */
|
width: 1300rpx; /* 更大的宽度确保滚动 */
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* 确保内容不被压缩 */
|
/* 确保内容不被压缩 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user