style: 订阅弹窗样式

This commit is contained in:
2025-11-26 15:54:47 +08:00
parent c10d05ead2
commit 68f8a413bf

View File

@@ -679,10 +679,11 @@
margin-bottom: 1rem; margin-bottom: 1rem;
border-radius: 1rem; border-radius: 1rem;
overflow: hidden; overflow: hidden;
border: 1.5px solid #eaecf0; border: 1.5px solid #E7EBFF;
cursor: pointer;
> .popular { > .popular {
background: #2d9f75; background: #1B223C;
font-weight: 600; font-weight: 600;
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -705,14 +706,14 @@
> .price { > .price {
font-size: 1.8rem; font-size: 1.8rem;
margin-top: 0.4rem; margin-top: 0.4rem;
opacity: 0.4; // opacity: 0.4;
font-weight: 500; font-weight: 500;
} }
} }
> .left { > .left {
> p:nth-child(1) { > p:nth-child(1) {
font-size: 2rem; font-size: 2rem;
opacity: 0.7; // opacity: 0.7;
font-weight: 700; font-weight: 700;
} }
} }
@@ -767,24 +768,14 @@
} }
} }
} }
&.active { &.active,&:hover {
background: #0ea98233; // 40% opacity
border: 2px solid #0ea982; background: rgba(231, 235, 255, 0.4);
> .priceBox { // border: 2px solid #0ea982;
> .left {
> p:nth-child(1) {
opacity: 1;
}
}
> .right {
> .discountsPrice {
opacity: 1;
}
}
}
} }
&.sellWell { &.sellWell {
border: 2px solid #0ea982; // border: 2px solid #0ea982;
} }
} }
> .productItem:last-child { > .productItem:last-child {
@@ -821,6 +812,8 @@
margin: 2rem 0; margin: 2rem 0;
margin-bottom: .5rem; margin-bottom: .5rem;
margin-top: 1rem; margin-top: 1rem;
background: #1B223C;
color: #fff;
} }
> .payMethod_payAffirm_clause { > .payMethod_payAffirm_clause {
text-align: center; text-align: center;