From c4d0068ebad3da6391e8f6cdf89828a8e9fe0f27 Mon Sep 17 00:00:00 2001 From: whycq0520 <91384184@qq.com> Date: 星期三, 23 三月 2022 13:24:59 +0800 Subject: [PATCH] # 曾加重置按钮 --- App.vue | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/App.vue b/App.vue index 09a1112..8bb47fa 100644 --- a/App.vue +++ b/App.vue @@ -101,7 +101,7 @@ .nav-li { padding: 30upx; border-radius: 12upx; - width: 65%; + width: 45%; margin: 0 2.5% 40upx; background-size: cover; @@ -217,5 +217,21 @@ margin-top: 150rpx; width: 200rpx; height: 80rpx; + font-size: 30upx; + font-weight: bold; + } + .title-login { + text-align: justify; + padding-right: 30upx; + font-size: 30upx; + font-weight: 400; + position: relative; + height: 60upx; + line-height: 60upx; + } + .main-btn { + padding: 0 20px; + font-size: 20px; + height: 40px; } </style> -- Gitblit v1.9.1