往生殿index1.1
This commit is contained in:
parent
145e91d2c8
commit
80730ba006
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
|
|
@ -217,6 +217,7 @@ export default {
|
|||
background-color: #FFFBF5;
|
||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||
border: 1rpx solid #C7A26D;
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
|
||||
.table-header {
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@ export default {
|
|||
background-color: #FFFBF5;
|
||||
border-radius: 38rpx;
|
||||
box-sizing: border-box;
|
||||
margin-top: 14rpx;
|
||||
}
|
||||
|
||||
.floor-section {
|
||||
|
|
|
|||
|
|
@ -137,8 +137,7 @@ export default {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
//border: #020101 1rpx solid;
|
||||
margin-bottom: 14rpx;
|
||||
margin-top: 12rpx;
|
||||
|
||||
}
|
||||
|
||||
.status-content {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user