Skip to content

Commit ac8e859

Browse files
committed
update docs
1 parent 64afc62 commit ac8e859

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

docs/.vuepress/components/Pricing.vue

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<template>
22
<div class="pricing-container">
3-
<h1 class="pricing-title">🎁 欢乐 0 元购 🎁</h1>
4-
<p class="pricing-subtitle">
5-
此架构无需商业授权,任何个人或企业均可自由使用<br>
6-
<span style="color: var(--vp-c-text-2)">
7-
以下付费版本仅用于赞助支持,非必须购买
8-
</span>
9-
</p>
103
<div class="pricing-cards">
114
<div class="pricing-card">
125
<div class="card-content">
@@ -50,6 +43,7 @@
5043
</li>
5144
</ul>
5245
</div>
46+
<p style="text-align: center; color: var(--vp-c-text-2);">此版本仅用于赞助支持,非必须购买</p>
5347
<button class="cta-button primary"
5448
@click="openSponsorLink('/fastapi_best_architecture_docs/sponsors.html')">立即购买
5549
</button>
@@ -88,27 +82,13 @@ import { openSponsorLink } from "../data/sponsors";
8882
<style scoped>
8983
.pricing-container {
9084
margin: 0 auto;
91-
padding: 2rem 0;
9285
max-width: 1200px;
9386
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
9487
}
9588
96-
.pricing-title {
97-
text-align: center;
98-
color: #fd7600;
99-
margin: 3rem 0 3rem;
100-
}
101-
102-
.pricing-subtitle {
103-
text-align: center;
104-
color: #fd7600;
105-
margin-bottom: 3rem;
106-
}
107-
10889
.pricing-cards {
10990
display: grid;
11091
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
111-
padding: 3rem 2em 6em;
11292
gap: 2rem;
11393
}
11494
@@ -217,14 +197,6 @@ import { openSponsorLink } from "../data/sponsors";
217197
.pricing-card {
218198
padding: 1.5rem;
219199
}
220-
221-
.pricing-title {
222-
margin: 2rem 0 1.5rem;
223-
}
224-
225-
.pricing-subtitle {
226-
margin-bottom: 2rem;
227-
}
228200
}
229201
230202
@media (min-width: 768px) and (max-width: 959px) {

0 commit comments

Comments
 (0)