往生殿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 { .bottom-button {
position: fixed; position: fixed;
bottom: 40rpx; bottom: 40rpx;
left: 50%; left: 75rpx;
transform: translateX(-50%);
width: 600rpx; width: 600rpx;
height: 100rpx; height: 100rpx;
border-radius: 50rpx; border-radius: 50rpx;

View File

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

View File

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

View File

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

View File

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

View File

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