往生殿index1.0

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

View File

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