diff --git a/pages/center/index.vue b/pages/center/index.vue index 84aa669..bd323dd 100644 --- a/pages/center/index.vue +++ b/pages/center/index.vue @@ -88,15 +88,15 @@ - - *退款政策 - + + *退款政策 + - + - + @@ -167,9 +167,11 @@ - 选择退款政策 + 取消 + 选择退款政策 确认 + @@ -382,7 +384,7 @@ content: '', refund_id: '', refund_idn: '', - price: 1, + price: 0, stock: '', sign_time: '', time: '', @@ -396,7 +398,6 @@ date1: dayjs().add(8, 'hour').valueOf(), //活动结束时间 birth: dayjs().add(4, 'hour').valueOf(), //报名开始日期 birth1: dayjs().add(8, 'hour').valueOf(), //报名结束日期 - }, apply_info: {}, popupStyle: { @@ -1757,16 +1758,16 @@ z-index: 100; .popup_tk { - font-size: 42rpx; + font-size: 36rpx; font-weight: 800; margin: 12rpx 0 24rpx 0; - height: 120rpx; text-align: center; } .popup-content { height: 900rpx; overflow-y: auto; + margin-top: 30rpx; } .popup-content-item { @@ -1807,9 +1808,6 @@ } .closetk { - position: absolute; - top: 46rpx; - left: 30rpx; color: #9C9C9C; font-size: 28rpx; font-weight: 400; @@ -1817,9 +1815,6 @@ } .confirmtk { - position: absolute; - top: 46rpx; - right: 30rpx; color: #3D3D3D; font-size: 28rpx; font-weight: 400;