update·
This commit is contained in:
parent
8da56965ba
commit
e9d82e11cc
@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.4.2
|
image: tradus-web:1.4.3
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
39
src/App.vue
39
src/App.vue
@ -628,9 +628,6 @@ onUnmounted(() => {
|
|||||||
<!-- 桌面端用户信息 -->
|
<!-- 桌面端用户信息 -->
|
||||||
<div class="desktop-user-info" v-if="isAuthenticated">
|
<div class="desktop-user-info" v-if="isAuthenticated">
|
||||||
<div class="user-info-box" @click.stop="openUserInfoModal">
|
<div class="user-info-box" @click.stop="openUserInfoModal">
|
||||||
<div class="user-avatar">
|
|
||||||
<span>{{ userInfo?.mail?.charAt(0)?.toUpperCase() || 'U' }}</span>
|
|
||||||
</div>
|
|
||||||
<div class="user-info-details">
|
<div class="user-info-details">
|
||||||
<span class="user-email-display" :title="userInfo?.mail">{{
|
<span class="user-email-display" :title="userInfo?.mail">{{
|
||||||
userInfo?.mail || '未设置邮箱'
|
userInfo?.mail || '未设置邮箱'
|
||||||
@ -647,8 +644,8 @@ onUnmounted(() => {
|
|||||||
<svg
|
<svg
|
||||||
class="info-icon"
|
class="info-icon"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
width="16"
|
width="20"
|
||||||
height="16"
|
height="20"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
fill="none"
|
fill="none"
|
||||||
@ -668,9 +665,6 @@ onUnmounted(() => {
|
|||||||
<!-- 移动端用户信息 -->
|
<!-- 移动端用户信息 -->
|
||||||
<div class="mobile-user-info" v-if="isAuthenticated">
|
<div class="mobile-user-info" v-if="isAuthenticated">
|
||||||
<div class="user-info-box" @click.stop="openUserInfoModal">
|
<div class="user-info-box" @click.stop="openUserInfoModal">
|
||||||
<div class="user-avatar">
|
|
||||||
<span>{{ userInfo?.mail?.charAt(0)?.toUpperCase() || 'U' }}</span>
|
|
||||||
</div>
|
|
||||||
<div class="user-info-details">
|
<div class="user-info-details">
|
||||||
<span class="user-email-display" :title="userInfo?.mail">{{
|
<span class="user-email-display" :title="userInfo?.mail">{{
|
||||||
userInfo?.mail || '未设置邮箱'
|
userInfo?.mail || '未设置邮箱'
|
||||||
@ -687,8 +681,8 @@ onUnmounted(() => {
|
|||||||
<svg
|
<svg
|
||||||
class="info-icon"
|
class="info-icon"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
width="16"
|
width="20"
|
||||||
height="16"
|
height="20"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
fill="none"
|
fill="none"
|
||||||
@ -1537,7 +1531,7 @@ body {
|
|||||||
.mobile-user-info .user-info-box {
|
.mobile-user-info .user-info-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
justify-content: space-between;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
@ -1552,26 +1546,10 @@ body {
|
|||||||
border-color: rgba(51, 85, 255, 0.1);
|
border-color: rgba(51, 85, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-user-info .user-avatar {
|
|
||||||
width: 2.75rem;
|
|
||||||
height: 2.75rem;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: linear-gradient(135deg, var(--color-accent) 0%, rgba(51, 85, 255, 0.8) 100%);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
box-shadow: 0 3px 10px rgba(51, 85, 255, 0.25);
|
|
||||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-user-info .user-info-details {
|
.mobile-user-info .user-info-details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0.15rem 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-user-info .user-nickname {
|
.mobile-user-info .user-nickname {
|
||||||
@ -1774,7 +1752,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.desktop-user-info .user-info-box:hover .user-avatar {
|
.desktop-user-info .user-info-box:hover .user-avatar {
|
||||||
transform: scale(1.05) rotate(5deg);
|
transform: scale(1.05);
|
||||||
box-shadow: 0 5px 15px rgba(51, 85, 255, 0.35);
|
box-shadow: 0 5px 15px rgba(51, 85, 255, 0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2467,11 +2445,14 @@ html {
|
|||||||
.info-icon {
|
.info-icon {
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-info-box:hover .info-icon {
|
.user-info-box:hover .info-icon {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
transform: rotate(90deg);
|
transform: rotate(15deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 用户邮箱显示样式 */
|
/* 用户邮箱显示样式 */
|
||||||
|
|||||||
@ -1,25 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="subscription-view">
|
<div class="subscription-view">
|
||||||
<!-- 页面头部 -->
|
|
||||||
<section class="hero-section">
|
|
||||||
<div class="hero-content">
|
|
||||||
<h1 class="hero-title">选择您的<span class="accent">会员计划</span></h1>
|
|
||||||
<p class="hero-subtitle">解锁全部功能,享受无限制的AI分析服务</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- 订阅计划 -->
|
<!-- 订阅计划 -->
|
||||||
<section class="subscription-plans">
|
<section class="subscription-plans">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- VIP订阅提示 -->
|
|
||||||
<div class="subscription-tips">
|
|
||||||
<div class="tips-icon">⚠️</div>
|
|
||||||
<div class="tips-content">
|
|
||||||
<span class="tips-text"
|
|
||||||
>如果你已经是VIP,现在购买将覆盖你之前的订阅,时间不做叠加。</span
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="plans-grid">
|
<div class="plans-grid">
|
||||||
<!-- 普通会员计划 -->
|
<!-- 普通会员计划 -->
|
||||||
<div class="plan-card basic-plan">
|
<div class="plan-card basic-plan">
|
||||||
@ -385,104 +368,56 @@ const confirmSubscription = async () => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.subscription-view {
|
.subscription-view {
|
||||||
min-height: 100vh;
|
height: 100vh;
|
||||||
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
|
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
overflow-y: auto;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 页面头部 */
|
@media (max-width: 768px) {
|
||||||
.hero-section {
|
.subscription-view {
|
||||||
padding: 4rem 2rem 2rem;
|
overflow-y: auto;
|
||||||
text-align: center;
|
overflow-x: hidden;
|
||||||
}
|
height: auto;
|
||||||
|
min-height: 100vh;
|
||||||
.hero-content {
|
position: static;
|
||||||
max-width: 800px;
|
-webkit-overflow-scrolling: touch; /* 启用iOS平滑滚动 */
|
||||||
margin: 0 auto;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.hero-title {
|
|
||||||
font-size: 3rem;
|
|
||||||
font-weight: 700;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
background-clip: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.accent {
|
|
||||||
background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
background-clip: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-subtitle {
|
|
||||||
font-size: 1.25rem;
|
|
||||||
color: var(--text-secondary);
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 订阅计划 */
|
/* 订阅计划 */
|
||||||
.subscription-plans {
|
.subscription-plans {
|
||||||
padding: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* VIP订阅提示样式 */
|
|
||||||
.subscription-tips {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.75rem;
|
|
||||||
padding: 1rem 1.25rem;
|
|
||||||
background: linear-gradient(135deg, #fef3c7, #fde68a);
|
|
||||||
border: 1px solid #f59e0b;
|
|
||||||
border-radius: 12px;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1);
|
|
||||||
max-width: 800px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subscription-tips .tips-icon {
|
|
||||||
font-size: 1.25rem;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subscription-tips .tips-content {
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
padding: 2rem;
|
||||||
|
display: flex;
|
||||||
.subscription-tips .tips-text {
|
flex-direction: column;
|
||||||
font-size: 0.95rem;
|
justify-content: center;
|
||||||
color: #92400e;
|
align-items: center;
|
||||||
line-height: 1.5;
|
overflow: hidden;
|
||||||
font-weight: 500;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plans-grid {
|
.plans-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
margin-bottom: 4rem;
|
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
margin-left: auto;
|
margin: 0 auto;
|
||||||
margin-right: auto;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plan-card {
|
.plan-card {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 1.5rem;
|
border-radius: 1rem;
|
||||||
padding: 2rem;
|
padding: 1.5rem;
|
||||||
border: 2px solid #f1f5f9;
|
border: 2px solid #f1f5f9;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -490,7 +425,7 @@ const confirmSubscription = async () => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
||||||
min-height: 580px;
|
height: 520px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@ -540,17 +475,18 @@ const confirmSubscription = async () => {
|
|||||||
|
|
||||||
.plan-header {
|
.plan-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 1.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.premium-plan .plan-header,
|
.premium-plan .plan-header,
|
||||||
.basic-plan .plan-header {
|
.basic-plan .plan-header {
|
||||||
min-height: 120px;
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plan-badge {
|
.plan-badge {
|
||||||
@ -632,15 +568,16 @@ const confirmSubscription = async () => {
|
|||||||
/* 价格显示 */
|
/* 价格显示 */
|
||||||
.plan-pricing {
|
.plan-pricing {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 1.5rem;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price-display {
|
.price-display {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
font-size: 3rem;
|
font-size: 2.5rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
@ -704,7 +641,15 @@ const confirmSubscription = async () => {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 1.5rem;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 移动端允许功能列表滚动 */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.plan-features {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.features-list {
|
.features-list {
|
||||||
@ -717,9 +662,9 @@ const confirmSubscription = async () => {
|
|||||||
.feature-item {
|
.feature-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.75rem 0;
|
padding: 0.6rem 0;
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
font-size: 1rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-item.highlight {
|
.feature-item.highlight {
|
||||||
@ -738,14 +683,15 @@ const confirmSubscription = async () => {
|
|||||||
/* 订阅按钮 */
|
/* 订阅按钮 */
|
||||||
.plan-button {
|
.plan-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1rem 2rem;
|
padding: 0.875rem 1.5rem;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
font-size: 1.1rem;
|
font-size: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.premium-button {
|
.premium-button {
|
||||||
@ -931,44 +877,64 @@ const confirmSubscription = async () => {
|
|||||||
|
|
||||||
/* 响应式设计 */
|
/* 响应式设计 */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.hero-title {
|
.subscription-plans {
|
||||||
font-size: 2rem;
|
padding: 2rem 1.5rem 3rem;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: stretch;
|
||||||
|
overflow: visible;
|
||||||
|
height: auto;
|
||||||
|
min-height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-subtitle {
|
.container {
|
||||||
font-size: 1rem;
|
overflow: visible;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plans-grid {
|
.plans-grid {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
gap: 1.5rem;
|
gap: 2rem;
|
||||||
|
max-width: 420px;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plan-card {
|
.plan-card {
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
|
height: auto;
|
||||||
|
min-height: 500px;
|
||||||
|
max-width: 420px;
|
||||||
|
margin: 0 auto 2rem auto;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-card:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-features {
|
||||||
|
overflow: visible;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.features-list {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-title {
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
font-size: 2.5rem;
|
font-size: 2.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 移动端订阅提示样式 */
|
.feature-item {
|
||||||
.subscription-tips {
|
padding: 0.6rem 0;
|
||||||
padding: 0.875rem 1rem;
|
|
||||||
margin-bottom: 1.5rem;
|
|
||||||
gap: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subscription-tips .tips-icon {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subscription-tips .tips-text {
|
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirm-dialog {
|
.confirm-dialog {
|
||||||
padding: 1.5rem;
|
padding: 1rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -978,35 +944,82 @@ const confirmSubscription = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.hero-section {
|
.subscription-plans {
|
||||||
padding: 2rem 1rem 1rem;
|
padding: 1.5rem 1rem 3rem;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subscription-plans {
|
.plans-grid {
|
||||||
padding: 1rem;
|
max-width: 340px;
|
||||||
|
gap: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plan-card {
|
.plan-card {
|
||||||
padding: 1rem;
|
padding: 1.25rem;
|
||||||
|
height: auto;
|
||||||
|
min-height: 450px;
|
||||||
|
max-width: 340px;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-features {
|
||||||
|
overflow: visible;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-title {
|
||||||
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 小屏幕订阅提示样式 */
|
.feature-item {
|
||||||
.subscription-tips {
|
padding: 0.5rem 0;
|
||||||
padding: 0.75rem 0.875rem;
|
|
||||||
margin-bottom: 1.25rem;
|
|
||||||
gap: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subscription-tips .tips-icon {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subscription-tips .tips-text {
|
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.premium-plan .plan-header,
|
||||||
|
.basic-plan .plan-header {
|
||||||
|
min-height: 80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 360px) {
|
||||||
|
.subscription-plans {
|
||||||
|
padding: 1rem 0.75rem 2.5rem;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plans-grid {
|
||||||
|
max-width: 300px;
|
||||||
|
gap: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-card {
|
||||||
|
padding: 1rem;
|
||||||
|
min-height: 420px;
|
||||||
|
max-width: 300px;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-features {
|
||||||
|
overflow: visible;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plan-title {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price {
|
||||||
|
font-size: 1.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-item {
|
||||||
|
padding: 0.4rem 0;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user