diff --git a/App.vue b/App.vue index 1721fd7..5d42c02 100644 --- a/App.vue +++ b/App.vue @@ -57,39 +57,7 @@ justify-content: flex-end; } - .mpopup { - margin-top: 60rpx; - min-height: 600rpx; - min-width: 540rpx; - margin-bottom: 20rpx; - } - - .mpopup-title { - font-size: 32rpx; - font-family: PingFang SC; - font-weight: 400; - color: #351C1B; - line-height: 40rpx; - text-align: center; - padding: 0rpx 42rpx; - } - - .u-popup__content { - - background: linear-gradient(0deg, #ffffff 85%, #E4C8A2); - } - - .mpopup-content { - font-size: 24rpx; - padding: 71rpx 0rpx; - padding: 0rpx 42rpx; - } - - - .mpopup-footer { - display: flex; - padding: 0rpx 42rpx; - } + .orderBoxInfoRowTxt { font-size: 28rpx !important; diff --git a/pages.json b/pages.json index 901776e..66bb63a 100644 --- a/pages.json +++ b/pages.json @@ -20,6 +20,12 @@ "style": { "navigationBarTitleText": "访客核销" } + }, + { + "path": "pages/index/list", + "style": { + "navigationBarTitleText": "访客列表" + } } ], "globalStyle": { diff --git a/pages/index/cancel.vue b/pages/index/cancel.vue index dca89fe..b29c176 100644 --- a/pages/index/cancel.vue +++ b/pages/index/cancel.vue @@ -1,80 +1,143 @@ -