From 68f8a413bf00a206e35f223140b79f846186619e Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 26 Nov 2025 15:54:47 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=AE=A2=E9=98=85=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/HomePage/renew.vue | 33 +++++++++++++------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/src/component/HomePage/renew.vue b/src/component/HomePage/renew.vue index f725ca03..9d48c5a0 100644 --- a/src/component/HomePage/renew.vue +++ b/src/component/HomePage/renew.vue @@ -679,10 +679,11 @@ margin-bottom: 1rem; border-radius: 1rem; overflow: hidden; - border: 1.5px solid #eaecf0; + border: 1.5px solid #E7EBFF; + cursor: pointer; > .popular { - background: #2d9f75; + background: #1B223C; font-weight: 600; display: flex; justify-content: center; @@ -705,14 +706,14 @@ > .price { font-size: 1.8rem; margin-top: 0.4rem; - opacity: 0.4; + // opacity: 0.4; font-weight: 500; } } > .left { > p:nth-child(1) { font-size: 2rem; - opacity: 0.7; + // opacity: 0.7; font-weight: 700; } } @@ -767,24 +768,14 @@ } } } - &.active { - background: #0ea98233; - border: 2px solid #0ea982; - > .priceBox { - > .left { - > p:nth-child(1) { - opacity: 1; - } - } - > .right { - > .discountsPrice { - opacity: 1; - } - } - } + &.active,&:hover { + // 40% opacity + background: rgba(231, 235, 255, 0.4); + // border: 2px solid #0ea982; + } &.sellWell { - border: 2px solid #0ea982; + // border: 2px solid #0ea982; } } > .productItem:last-child { @@ -821,6 +812,8 @@ margin: 2rem 0; margin-bottom: .5rem; margin-top: 1rem; + background: #1B223C; + color: #fff; } > .payMethod_payAffirm_clause { text-align: center;