@@ -346,12 +346,13 @@ export default {
.info-label {
color: #6b7280;
font-weight: 500;
+ font-size:30upx;
}
.info-value {
color: #111827;
font-weight: 600;
-
&.highlight {
color: #3385ff;
@@ -405,10 +406,10 @@ export default {
.pkg-lifetime-ribbon-text {
display: inline-block;
- font-size: 22upx;
+ font-size: 26upx;
color: #8a6d1b;
letter-spacing: 4upx;
- padding: 6upx 18upx;
+ padding: 9upx 22upx;
border-radius: 999upx;
background: linear-gradient(90deg, rgba(212, 175, 55, 0.35) 0%, rgba(255, 248, 220, 0.9) 100%);
border: 1upx solid rgba(201, 162, 39, 0.55);