往生殿index1.1

This commit is contained in:
minimaxagent1 2025-08-08 18:03:37 +08:00
parent 145e91d2c8
commit 80730ba006
6 changed files with 10 additions and 14 deletions

View File

@ -57,8 +57,7 @@ export default {
.bottom-button {
position: fixed;
bottom: 40rpx;
left: 50%;
transform: translateX(-50%);
left: 75rpx;
width: 600rpx;
height: 100rpx;
border-radius: 50rpx;

View File

@ -149,15 +149,11 @@ export default {
//
if (temple.isDefault) {
uni.showToast({
title: `查看${temple.title}详情(默认项)`,
icon: 'none',
duration: 2000
uni.navigateTo({
url: `/pages/memorial/memorial`
})
//
// uni.navigateTo({
// url: `/pages/ancient/detail?id=${temple.id}&title=${temple.title}&isDefault=true`
// })
} else {
//
uni.showToast({

View File

@ -217,6 +217,7 @@ export default {
background-color: #FFFBF5;
border-radius: 20rpx 20rpx 20rpx 20rpx;
border: 1rpx solid #C7A26D;
margin-bottom: 12rpx;
}
.table-header {

View File

@ -241,6 +241,7 @@ export default {
background-color: #FFFBF5;
border-radius: 38rpx;
box-sizing: border-box;
margin-top: 14rpx;
}
.floor-section {

View File

@ -137,8 +137,7 @@ export default {
display: flex;
justify-content: space-between;
//border: #020101 1rpx solid;
margin-bottom: 14rpx;
margin-top: 12rpx;
}
.status-content {

View File

@ -177,7 +177,7 @@ export default {
display: flex;
align-items: center;
flex-direction: column;
padding-bottom: 40rpx;
padding-bottom: 180rpx;
box-sizing: border-box;
}
@ -199,6 +199,6 @@ export default {
bottom: 0;
width: 100%;
background: #FFFBF5;
height: 170rpx;
height: 180rpx;
}
</style>