From 890d5b5b8a3f3fcdf14204910dc67671fcdc6243 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期二, 07 一月 2025 17:02:17 +0800 Subject: [PATCH] feat: 修改月租车页面 --- src/components/page/MonthFeePay.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/page/MonthFeePay.vue b/src/components/page/MonthFeePay.vue index ca75d51..964c063 100644 --- a/src/components/page/MonthFeePay.vue +++ b/src/components/page/MonthFeePay.vue @@ -1,8 +1,8 @@ <template> <div class="weizhang-box yuezucard-wrap"> -<!-- <div class="weizhang-main-top"> - <h1 class="title">鏈堢杞﹀姙鐞�</h1> - </div>--> +<!-- <div class="weizhang-main-top">--> +<!-- <h1 class="title">鏈堢杞﹀姙鐞�</h1>--> +<!-- </div>--> <div class="weizhang-main-box"> <div class="weizhang-main-bootom"> <div class="weizhang-main-form"> @@ -152,6 +152,7 @@ } }, created(){ + document.title = "鏈堢杞﹀姙鐞�"; var url = window.location.href; var cs = url.split('?')[1]; var cs_arr = cs.split('&'); @@ -324,6 +325,7 @@ } .el-input__inner{ height: 5.33vw /* 40/7.5 */; + line-height: 5.33vw; } } .weizhang-main-bootom{ @@ -422,8 +424,8 @@ .title{ font-size: 4.27vw /* 32/7.5 */; font-weight: bolder; - height: 10.67vw /* 80/7.5 */; - line-height: 10.67vw /* 80/7.5 */; + height: 11.73vw /* 88/7.5 */; + line-height: 11.73vw /* 88/7.5 */; } .money{ font-size: 6.93vw /* 52/7.5 */; -- Gitblit v1.9.1