往生殿index1.0

This commit is contained in:
minimaxagent1 2025-08-08 17:35:52 +08:00
parent 27b9420375
commit 145e91d2c8

View File

@ -48,11 +48,14 @@
/>
</view>
</view>
<bottom-button
title="供奉"
type="primary"
@click="submitPrayer"
/>
<view class="bottom">
<bottom-button
title="供奉"
type="primary"
@click="submitPrayer"
/>
</view>
</view>
</template>
@ -189,4 +192,13 @@ export default {
width: 100%;
max-width: 750rpx;
}
.bottom{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: #FFFBF5;
height: 170rpx;
}
</style>