往生殿index1.1
This commit is contained in:
parent
145e91d2c8
commit
80730ba006
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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({
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue
Block a user