diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index 57f568f7..4b8c3256 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -2,68 +2,99 @@
-
-
-
门票名称
-
剩余数量
-
-
-
- -
-
首都博物馆门票
-
1023/20000
- 预约 -
-
-
- -
-
首都博物馆门票
-
1023/20000
- 预约 -
-
-
- -
-
首都博物馆门票
-
1023/20000
- 预约 -
-
-
- -
-
首都博物馆门票
-
1023/20000
- 预约 -
-
-
- -
-
首都博物馆门票
-
1023/20000
- 预约 -
-
-
- -
-
首都博物馆门票
-
1023/20000
- 预约 -
+
+
门票名称
+
剩余数量
+
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约
-
-
- 注:港澳台游客请至现场办理门票业务! + +
+ +
+
首都博物馆门票
+
1023/20000
+ 预约
-
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+ +
+
首都博物馆门票
+
1023/20000
+ 预约 +
+
+
+
+
+ 注:港澳台游客请至现场办理门票业务! +
+
@@ -71,12 +102,7 @@ import { onMounted, ref } from "vue"; let height = ref('') let isShow = ref(true) -onMounted(() => { - uni.createSelectorQuery().select('.title-block').boundingClientRect(data => { - let res = uni.getSystemInfoSync(); - height.value = res.windowHeight - data.bottom + 'px'; - }).exec() -}) + const handleTips = () => { isShow.value = false } @@ -92,68 +118,62 @@ const handleTips = () => { flex-direction: column; box-sizing: border-box; - .box { + + + .header { + margin-top: 20rpx; width: 100%; + background: #AB2F23; + height: 70rpx; + border-radius: 20rpx; + display: flex; + justify-content: space-around; + align-items: center; + color: #FFFFFF; + font-size: 28rpx; + } + + .container { + overflow-y: auto; + height: 1120rpx; + box-sizing: border-box; + margin-top: 20rpx; display: flex; flex-direction: column; - box-sizing: border-box; + padding-bottom: 2rpx; + margin-bottom: 20rpx; - .header { - margin-top: 20rpx; - width: 100%; - background: #AB2F23; - height: 70rpx; - border-radius: 20rpx; + .item { display: flex; - justify-content: space-around; align-items: center; - color: #FFFFFF; - font-size: 28rpx; - } - - .container { - overflow-y: auto; - height: 100%; - box-sizing: border-box; - margin-top: 20rpx; - flex: 1; - display: flex; - flex-direction: column; - padding-bottom: 2rpx; + background: #FFFFFF; + border-radius: 20rpx; margin-bottom: 20rpx; - .item { + .detail { + flex: 1; + margin-left: 18rpx; display: flex; align-items: center; - background: #FFFFFF; - border-radius: 20rpx; - margin-bottom: 20rpx; - - .detail { - flex: 1; - margin-left: 18rpx; - display: flex; - align-items: center; - justify-content: space-around; - } + justify-content: space-around; } } + } - .attention { - width: 664rpx; - display: flex; - justify-content: space-between; - align-items: center; - position: fixed; - background: #761C1F; - height: 68rpx; - color: #FFFFFF; - bottom: 150rpx; - padding: 16rpx 40rpx; - box-sizing: border-box; - border-radius: 24rpx; - font-size: 28rpx; - } + .attention { + width: 664rpx; + display: flex; + justify-content: space-between; + align-items: center; + position: fixed; + background: #761C1F; + height: 68rpx; + color: #FFFFFF; + bottom: 150rpx; + padding: 16rpx 40rpx; + box-sizing: border-box; + border-radius: 24rpx; + font-size: 28rpx; } }