From 9950b7bdf8f071873f9d11c9c9d278d57b1a289f Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Thu, 2 Jul 2026 13:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../homePage/components/topBox/index.vue | 6 +- .../src/views/homePage/dialog/talk/index.vue | 58 ++++++++++++------- f/web-kboss/src/views/homePage/indexLast.vue | 32 +++++----- .../src/views/homePage/mainPage/index.vue | 10 +--- 4 files changed, 58 insertions(+), 48 deletions(-) diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index 360eef8..f27938e 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -1072,9 +1072,9 @@ export default Vue.extend({ background: transparent; color: #333; cursor: pointer; - font-size: 15px !important; - font-weight: 500; - line-height: 36px; + font-size: 17px !important; + font-weight: 700; + // line-height: 36px transition: color 0.2s ease; &:hover { diff --git a/f/web-kboss/src/views/homePage/dialog/talk/index.vue b/f/web-kboss/src/views/homePage/dialog/talk/index.vue index ee55c02..fce40be 100644 --- a/f/web-kboss/src/views/homePage/dialog/talk/index.vue +++ b/f/web-kboss/src/views/homePage/dialog/talk/index.vue @@ -3,7 +3,7 @@ - + - + @@ -179,7 +179,7 @@ export default Vue.extend({ display: flex; justify-content: center; align-items: center; - padding: 22px 28px 8px; + padding: 18px 22px 6px; border: none; } @@ -197,7 +197,7 @@ export default Vue.extend({ } ::v-deep .el-dialog__body { - padding: 8px 28px 6px; + padding: 6px 22px 4px; } ::v-deep .el-form-item__label { @@ -239,20 +239,28 @@ export default Vue.extend({ .talk-body { position: relative; - min-height: 470px; + min-height: 430px; + padding-bottom: 8px; } .talk-form { min-width: 0; - padding-right: 178px; + padding-right: 0; } .form-grid { display: block; } +.form-item--compact { + width: calc(100% - 164px); +} + .agreement-checkbox { - margin-top: 4px; + margin-top: 8px; + max-width: calc(100% - 164px); + display: inline-flex; + align-items: center; ::v-deep .el-checkbox__label { color: #6b7280; @@ -260,15 +268,19 @@ export default Vue.extend({ line-height: 1.7; white-space: normal; } + + ::v-deep .el-checkbox__input { + align-self: center; + } } .qcode { - width: 150px; - min-height: 174px; - padding: 14px 12px; + width: 140px; + min-height: 162px; + padding: 12px 10px; position: absolute; right: 0; - bottom: 0; + bottom: 8px; border-radius: 18px; background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%); border: 1px solid #edf1f7; @@ -279,16 +291,16 @@ export default Vue.extend({ box-sizing: border-box; img { - width: 112px; - height: 112px; + width: 104px; + height: 104px; object-fit: cover; border-radius: 12px; } span { - margin-top: 12px; + margin-top: 10px; color: #4b5563; - font-size: 14px; + font-size: 13px; font-weight: 600; } } @@ -298,16 +310,16 @@ export default Vue.extend({ justify-content: center; align-items: center; gap: 14px; - padding: 8px 28px 26px; + padding: 6px 22px 22px; } .cancel-btn, .submit-btn { - min-width: 160px; - height: 44px; - padding: 0 32px; + min-width: 150px; + height: 42px; + padding: 0 28px; border-radius: 999px; - font-size: 16px; + font-size: 15px; font-weight: 600; } @@ -338,5 +350,9 @@ export default Vue.extend({ min-height: auto; margin-top: 20px; } + + .form-item--compact { + width: 100%; + } } diff --git a/f/web-kboss/src/views/homePage/indexLast.vue b/f/web-kboss/src/views/homePage/indexLast.vue index 8fc85da..81fcd01 100644 --- a/f/web-kboss/src/views/homePage/indexLast.vue +++ b/f/web-kboss/src/views/homePage/indexLast.vue @@ -8,7 +8,21 @@