@lemonppt/themes 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/theme03/tokens.js +1 -1
- package/dist/theme07/tokens.d.ts +99 -0
- package/dist/theme07/tokens.d.ts.map +1 -0
- package/dist/theme07/tokens.js +274 -0
- package/dist/theme07/tokens.js.map +1 -0
- package/dist/theme08/tokens.d.ts +103 -0
- package/dist/theme08/tokens.d.ts.map +1 -0
- package/dist/theme08/tokens.js +286 -0
- package/dist/theme08/tokens.js.map +1 -0
- package/dist/theme09/tokens.d.ts +128 -0
- package/dist/theme09/tokens.d.ts.map +1 -0
- package/dist/theme09/tokens.js +334 -0
- package/dist/theme09/tokens.js.map +1 -0
- package/dist/theme10/tokens.d.ts +87 -0
- package/dist/theme10/tokens.d.ts.map +1 -0
- package/dist/theme10/tokens.js +201 -0
- package/dist/theme10/tokens.js.map +1 -0
- package/package.json +2 -2
- package/src/theme01/styles.css +595 -20
- package/src/theme02/styles.css +402 -9
- package/src/theme03/styles.css +35 -28
- package/src/theme04/styles.css +23 -4
- package/src/theme05/styles.css +56 -42
- package/src/theme06/styles.css +74 -23
- package/src/theme07/styles.css +5546 -0
- package/src/theme08/styles.css +1225 -0
- package/src/theme09/styles.css +3950 -0
- package/src/theme10/styles.css +1721 -0
package/src/theme01/styles.css
CHANGED
|
@@ -154,6 +154,8 @@ body {
|
|
|
154
154
|
flex-direction: column;
|
|
155
155
|
color: var(--lp-ink);
|
|
156
156
|
background:
|
|
157
|
+
var(--lp-cat-tint, transparent),
|
|
158
|
+
radial-gradient(circle at 1px 1px, rgba(242, 233, 220, 0.05) 1px, transparent 1.6px) 0 0 / 30px 30px,
|
|
157
159
|
radial-gradient(circle at 12% 18%, var(--lp-glow-blue), transparent 38%),
|
|
158
160
|
radial-gradient(circle at 88% 24%, var(--lp-glow-amber), transparent 42%),
|
|
159
161
|
radial-gradient(circle at 72% 86%, var(--lp-glow-violet), transparent 40%),
|
|
@@ -197,6 +199,20 @@ body {
|
|
|
197
199
|
0 28px 70px rgba(var(--lp-shadow-rgb), 0.16);
|
|
198
200
|
}
|
|
199
201
|
|
|
202
|
+
/* 卡片顶部强调条 —— 随类别强调色(--lp-accent)变化,增加版面层次 */
|
|
203
|
+
.lp-card::before {
|
|
204
|
+
content: '';
|
|
205
|
+
position: absolute;
|
|
206
|
+
top: 0;
|
|
207
|
+
left: 0;
|
|
208
|
+
right: 0;
|
|
209
|
+
height: 4px;
|
|
210
|
+
border-radius: var(--lp-radius-large) var(--lp-radius-large) 0 0;
|
|
211
|
+
background: linear-gradient(90deg, var(--lp-accent), transparent);
|
|
212
|
+
opacity: 0.92;
|
|
213
|
+
pointer-events: none;
|
|
214
|
+
}
|
|
215
|
+
|
|
200
216
|
.lp-card::after {
|
|
201
217
|
content: '';
|
|
202
218
|
position: absolute;
|
|
@@ -230,7 +246,7 @@ body {
|
|
|
230
246
|
|
|
231
247
|
.lp-editable-image-placeholder:hover {
|
|
232
248
|
background: var(--lp-surface-strong, rgba(255, 255, 255, 0.75));
|
|
233
|
-
border-color: var(--lp-blue, #
|
|
249
|
+
border-color: var(--lp-blue, #6E9BC4);
|
|
234
250
|
}
|
|
235
251
|
|
|
236
252
|
.lp-editable-image-placeholder-icon {
|
|
@@ -302,8 +318,8 @@ body {
|
|
|
302
318
|
font-size: 14px;
|
|
303
319
|
letter-spacing: 0.04em;
|
|
304
320
|
line-height: 1.3;
|
|
305
|
-
color:
|
|
306
|
-
background: var(--lp-
|
|
321
|
+
color: #16130F;
|
|
322
|
+
background: var(--lp-accent);
|
|
307
323
|
box-shadow:
|
|
308
324
|
inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
|
309
325
|
0 4px 12px rgba(0, 0, 0, 0.12);
|
|
@@ -380,6 +396,13 @@ body {
|
|
|
380
396
|
z-index: 0;
|
|
381
397
|
}
|
|
382
398
|
|
|
399
|
+
/* 共享原语 LpPhoto 接入封面:满版形态中和玻璃卡片边框/圆角 */
|
|
400
|
+
.lp-cover-v1 .lp-theme01-photo.lp-cover-image {
|
|
401
|
+
border: none;
|
|
402
|
+
border-radius: 0;
|
|
403
|
+
background: transparent;
|
|
404
|
+
}
|
|
405
|
+
|
|
383
406
|
.lp-cover-v1 .lp-cover-content {
|
|
384
407
|
position: relative;
|
|
385
408
|
z-index: 1;
|
|
@@ -857,7 +880,7 @@ body {
|
|
|
857
880
|
|
|
858
881
|
.lp-case-study-quote {
|
|
859
882
|
padding: 32px 36px;
|
|
860
|
-
background: linear-gradient(135deg, rgba(
|
|
883
|
+
background: linear-gradient(135deg, rgba(201, 106, 67, 0.12) 0%, rgba(201, 106, 67, 0.03) 100%);
|
|
861
884
|
border: 1px solid var(--lp-border);
|
|
862
885
|
border-radius: var(--lp-radius-large);
|
|
863
886
|
}
|
|
@@ -997,7 +1020,7 @@ body {
|
|
|
997
1020
|
|
|
998
1021
|
.lp-metric-big-metric--accent {
|
|
999
1022
|
border-color: var(--lp-blue);
|
|
1000
|
-
background: linear-gradient(135deg, rgba(
|
|
1023
|
+
background: linear-gradient(135deg, rgba(201, 106, 67, 0.22) 0%, rgba(201, 106, 67, 0.06) 100%);
|
|
1001
1024
|
}
|
|
1002
1025
|
|
|
1003
1026
|
.lp-metric-big-metric--accent .lp-metric-big-metric-value {
|
|
@@ -1914,7 +1937,7 @@ body {
|
|
|
1914
1937
|
}
|
|
1915
1938
|
|
|
1916
1939
|
.lp-chart-dot {
|
|
1917
|
-
filter: drop-shadow(0 2px 4px rgba(
|
|
1940
|
+
filter: drop-shadow(0 2px 4px rgba(201, 106, 67, 0.35));
|
|
1918
1941
|
transition: filter 0.2s ease, transform 0.2s ease, stroke-width 0.2s ease;
|
|
1919
1942
|
transform-box: fill-box;
|
|
1920
1943
|
transform-origin: center;
|
|
@@ -1923,7 +1946,7 @@ body {
|
|
|
1923
1946
|
}
|
|
1924
1947
|
|
|
1925
1948
|
.lp-chart-dot:hover {
|
|
1926
|
-
filter: drop-shadow(0 3px 6px rgba(
|
|
1949
|
+
filter: drop-shadow(0 3px 6px rgba(201, 106, 67, 0.45));
|
|
1927
1950
|
transform: scale(1.25);
|
|
1928
1951
|
stroke-width: 5;
|
|
1929
1952
|
}
|
|
@@ -1955,7 +1978,7 @@ body {
|
|
|
1955
1978
|
stroke: var(--lp-blue);
|
|
1956
1979
|
stroke-linecap: round;
|
|
1957
1980
|
stroke-linejoin: round;
|
|
1958
|
-
filter: drop-shadow(0 3px 6px rgba(
|
|
1981
|
+
filter: drop-shadow(0 3px 6px rgba(201, 106, 67, 0.28));
|
|
1959
1982
|
stroke-dasharray: 2000;
|
|
1960
1983
|
stroke-dashoffset: 2000;
|
|
1961
1984
|
animation: lp-chart-line-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
|
|
@@ -1963,7 +1986,7 @@ body {
|
|
|
1963
1986
|
}
|
|
1964
1987
|
|
|
1965
1988
|
.lp-chart-line:hover {
|
|
1966
|
-
filter: drop-shadow(0 5px 12px rgba(
|
|
1989
|
+
filter: drop-shadow(0 5px 12px rgba(201, 106, 67, 0.42));
|
|
1967
1990
|
stroke-width: 6.5;
|
|
1968
1991
|
}
|
|
1969
1992
|
|
|
@@ -2107,15 +2130,15 @@ body {
|
|
|
2107
2130
|
}
|
|
2108
2131
|
|
|
2109
2132
|
.lp-chart-insight-badge--accent {
|
|
2110
|
-
background: linear-gradient(135deg,
|
|
2133
|
+
background: linear-gradient(135deg, #8A3D1E 0%, #C56A43 100%);
|
|
2111
2134
|
}
|
|
2112
2135
|
|
|
2113
2136
|
.lp-chart-insight-badge--success {
|
|
2114
|
-
background: linear-gradient(135deg,
|
|
2137
|
+
background: linear-gradient(135deg, #5E7A55 0%, #8FAE84 100%);
|
|
2115
2138
|
}
|
|
2116
2139
|
|
|
2117
2140
|
.lp-chart-insight-badge--warning {
|
|
2118
|
-
background: linear-gradient(135deg,
|
|
2141
|
+
background: linear-gradient(135deg, #8A4A22 0%, #C97E4E 100%);
|
|
2119
2142
|
}
|
|
2120
2143
|
|
|
2121
2144
|
.lp-chart-footer {
|
|
@@ -2442,7 +2465,7 @@ body {
|
|
|
2442
2465
|
border-radius: 50%;
|
|
2443
2466
|
font-size: 14px;
|
|
2444
2467
|
font-weight: 700;
|
|
2445
|
-
color:
|
|
2468
|
+
color: #16130F;
|
|
2446
2469
|
}
|
|
2447
2470
|
|
|
2448
2471
|
.lp-faq-q {
|
|
@@ -3126,7 +3149,7 @@ body {
|
|
|
3126
3149
|
}
|
|
3127
3150
|
|
|
3128
3151
|
.lp-table-data-table thead {
|
|
3129
|
-
background: linear-gradient(135deg, var(--lp-blue) 0%, #
|
|
3152
|
+
background: linear-gradient(135deg, var(--lp-blue) 0%, #E0B27A 100%);
|
|
3130
3153
|
}
|
|
3131
3154
|
|
|
3132
3155
|
.lp-table-data-th {
|
|
@@ -3154,7 +3177,7 @@ body {
|
|
|
3154
3177
|
}
|
|
3155
3178
|
|
|
3156
3179
|
.lp-table-data-tr:hover {
|
|
3157
|
-
background: rgba(
|
|
3180
|
+
background: rgba(201, 106, 67, 0.08);
|
|
3158
3181
|
}
|
|
3159
3182
|
|
|
3160
3183
|
.lp-table-data-tr--highlight .lp-table-data-td {
|
|
@@ -3163,7 +3186,7 @@ body {
|
|
|
3163
3186
|
}
|
|
3164
3187
|
|
|
3165
3188
|
.lp-table-data-tr--highlight {
|
|
3166
|
-
background: linear-gradient(90deg, rgba(
|
|
3189
|
+
background: linear-gradient(90deg, rgba(201, 106, 67, 0.16) 0%, rgba(201, 106, 67, 0.04) 100%);
|
|
3167
3190
|
}
|
|
3168
3191
|
|
|
3169
3192
|
.lp-table-data-table tbody tr:last-child .lp-table-data-td {
|
|
@@ -3629,6 +3652,7 @@ body {
|
|
|
3629
3652
|
justify-content: center;
|
|
3630
3653
|
padding: 0;
|
|
3631
3654
|
overflow: hidden;
|
|
3655
|
+
background: linear-gradient(135deg, var(--lp-bg-gradient-start) 0%, var(--lp-bg-gradient-end) 100%);
|
|
3632
3656
|
}
|
|
3633
3657
|
|
|
3634
3658
|
.lp-chapter-v3-bg {
|
|
@@ -3654,9 +3678,9 @@ body {
|
|
|
3654
3678
|
max-width: 860px;
|
|
3655
3679
|
padding: 56px 72px;
|
|
3656
3680
|
text-align: center;
|
|
3657
|
-
background:
|
|
3681
|
+
background: rgba(17, 24, 39, 0.88);
|
|
3658
3682
|
backdrop-filter: blur(24px) saturate(150%);
|
|
3659
|
-
border: 1px solid
|
|
3683
|
+
border: 1px solid rgba(255, 255, 255, 0.14);
|
|
3660
3684
|
border-radius: var(--lp-radius-large);
|
|
3661
3685
|
box-shadow: 0 24px 64px rgba(var(--lp-shadow-rgb), 0.18);
|
|
3662
3686
|
}
|
|
@@ -3673,6 +3697,17 @@ body {
|
|
|
3673
3697
|
color: var(--lp-white);
|
|
3674
3698
|
}
|
|
3675
3699
|
|
|
3700
|
+
.lp-chapter-v3 .lp-editable-image-placeholder {
|
|
3701
|
+
background: var(--lp-surface-strong);
|
|
3702
|
+
border-color: rgba(255, 255, 255, 0.22);
|
|
3703
|
+
color: rgba(255, 255, 255, 0.82);
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
.lp-chapter-v3 .lp-editable-image-placeholder-text,
|
|
3707
|
+
.lp-chapter-v3 .lp-editable-image-placeholder-icon {
|
|
3708
|
+
color: rgba(255, 255, 255, 0.82);
|
|
3709
|
+
}
|
|
3710
|
+
|
|
3676
3711
|
.lp-chapter-v3-subtitle {
|
|
3677
3712
|
font-size: 24px;
|
|
3678
3713
|
color: var(--lp-white-alpha-85);
|
|
@@ -3743,7 +3778,7 @@ body {
|
|
|
3743
3778
|
|
|
3744
3779
|
.lp-pricing-period {
|
|
3745
3780
|
font-size: 15px;
|
|
3746
|
-
color: var(--lp-
|
|
3781
|
+
color: var(--lp-gray-600);
|
|
3747
3782
|
font-family: var(--lp-font-mono);
|
|
3748
3783
|
}
|
|
3749
3784
|
|
|
@@ -3770,7 +3805,7 @@ body {
|
|
|
3770
3805
|
padding: 12px 28px;
|
|
3771
3806
|
border-radius: 999px;
|
|
3772
3807
|
background: var(--lp-blue);
|
|
3773
|
-
color:
|
|
3808
|
+
color: #16130F;
|
|
3774
3809
|
font-weight: 700;
|
|
3775
3810
|
font-size: 15px;
|
|
3776
3811
|
}
|
|
@@ -4794,3 +4829,543 @@ body {
|
|
|
4794
4829
|
color: var(--lp-ink3);
|
|
4795
4830
|
font-family: var(--lp-font-mono);
|
|
4796
4831
|
}
|
|
4832
|
+
|
|
4833
|
+
/* ═══════════════════════════════════════════════════════════════
|
|
4834
|
+
* theme01 共享版面原语(Glass Primitives)—— 与 shared.tsx 配套
|
|
4835
|
+
* 方法论对齐 theme09:基底(light / tint)+ 骨架(frame)声明,
|
|
4836
|
+
* 但保留 theme01 浅色玻璃外观,不复制 theme09 纸/墨印刷语汇。
|
|
4837
|
+
* ═══════════════════════════════════════════════════════════════ */
|
|
4838
|
+
|
|
4839
|
+
.lp-theme01 {
|
|
4840
|
+
font-family: var(--lp-font);
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4843
|
+
/* 基底:浅着色(tint)—— 在默认玻璃渐变上叠加一层极淡蓝紫,形成翻页节奏 */
|
|
4844
|
+
.lp-theme01-sub-tint {
|
|
4845
|
+
background:
|
|
4846
|
+
linear-gradient(135deg, rgba(201, 106, 67, 0.12) 0%, rgba(160, 124, 174, 0.07) 100%),
|
|
4847
|
+
linear-gradient(135deg, var(--lp-bg-gradient-start) 0%, var(--lp-bg-gradient-end) 100%);
|
|
4848
|
+
}
|
|
4849
|
+
.lp-theme01-sub-tint::before {
|
|
4850
|
+
background:
|
|
4851
|
+
radial-gradient(120% 80% at 12% 8%, rgba(201, 106, 67, 0.10) 0%, transparent 60%),
|
|
4852
|
+
radial-gradient(120% 80% at 92% 96%, rgba(160, 124, 174, 0.08) 0%, transparent 60%);
|
|
4853
|
+
}
|
|
4854
|
+
|
|
4855
|
+
/* 骨架(frame)—— 审计标记,不直接改变布局;声明空规则以保持类名可定位 */
|
|
4856
|
+
.lp-theme01-frame-full-bleed,
|
|
4857
|
+
.lp-theme01-frame-spread,
|
|
4858
|
+
.lp-theme01-frame-column-3,
|
|
4859
|
+
.lp-theme01-frame-sidebar,
|
|
4860
|
+
.lp-theme01-frame-grid,
|
|
4861
|
+
.lp-theme01-frame-stage,
|
|
4862
|
+
.lp-theme01-frame-chart-canvas {
|
|
4863
|
+
/* intentionally empty — layout is driven by the layout-specific class */
|
|
4864
|
+
}
|
|
4865
|
+
|
|
4866
|
+
/* 刊头 Masthead */
|
|
4867
|
+
.lp-theme01-masthead {
|
|
4868
|
+
display: flex;
|
|
4869
|
+
align-items: center;
|
|
4870
|
+
justify-content: space-between;
|
|
4871
|
+
gap: 16px;
|
|
4872
|
+
margin: 0 8px 14px;
|
|
4873
|
+
}
|
|
4874
|
+
.lp-theme01-masthead-left {
|
|
4875
|
+
display: flex;
|
|
4876
|
+
align-items: center;
|
|
4877
|
+
gap: 10px;
|
|
4878
|
+
}
|
|
4879
|
+
.lp-theme01-masthead-bar {
|
|
4880
|
+
width: 4px;
|
|
4881
|
+
height: 18px;
|
|
4882
|
+
border-radius: 2px;
|
|
4883
|
+
background: linear-gradient(180deg, var(--lp-blue), var(--lp-violet));
|
|
4884
|
+
box-shadow: 0 0 12px var(--lp-glow-blue);
|
|
4885
|
+
}
|
|
4886
|
+
.lp-theme01-masthead-name {
|
|
4887
|
+
font-size: 14px;
|
|
4888
|
+
font-weight: 700;
|
|
4889
|
+
letter-spacing: 0.04em;
|
|
4890
|
+
color: var(--lp-ink);
|
|
4891
|
+
}
|
|
4892
|
+
.lp-theme01-masthead-en {
|
|
4893
|
+
font-size: 11px;
|
|
4894
|
+
font-family: var(--lp-font-mono);
|
|
4895
|
+
letter-spacing: 0.08em;
|
|
4896
|
+
text-transform: uppercase;
|
|
4897
|
+
color: var(--lp-ink3);
|
|
4898
|
+
}
|
|
4899
|
+
.lp-theme01-masthead-mark {
|
|
4900
|
+
font-size: 11px;
|
|
4901
|
+
font-family: var(--lp-font-mono);
|
|
4902
|
+
letter-spacing: 0.08em;
|
|
4903
|
+
color: var(--lp-ink3);
|
|
4904
|
+
padding: 4px 10px;
|
|
4905
|
+
border-radius: 999px;
|
|
4906
|
+
background: var(--lp-surface);
|
|
4907
|
+
border: 1px solid var(--lp-border);
|
|
4908
|
+
}
|
|
4909
|
+
|
|
4910
|
+
/* 骑缝 Folio —— 页脚三段式,绝对定位于底部 */
|
|
4911
|
+
.lp-theme01-folio {
|
|
4912
|
+
position: absolute;
|
|
4913
|
+
left: 0;
|
|
4914
|
+
right: 0;
|
|
4915
|
+
bottom: 16px;
|
|
4916
|
+
display: flex;
|
|
4917
|
+
align-items: center;
|
|
4918
|
+
gap: 12px;
|
|
4919
|
+
padding: 0 40px;
|
|
4920
|
+
font-family: var(--lp-font-mono);
|
|
4921
|
+
font-size: 11px;
|
|
4922
|
+
letter-spacing: 0.06em;
|
|
4923
|
+
color: var(--lp-ink3);
|
|
4924
|
+
}
|
|
4925
|
+
.lp-theme01-folio.inverse {
|
|
4926
|
+
color: var(--lp-white-alpha-85);
|
|
4927
|
+
}
|
|
4928
|
+
.lp-theme01-folio-left,
|
|
4929
|
+
.lp-theme01-folio-right {
|
|
4930
|
+
flex: 1 1 0;
|
|
4931
|
+
min-width: 0;
|
|
4932
|
+
overflow: hidden;
|
|
4933
|
+
text-overflow: ellipsis;
|
|
4934
|
+
white-space: nowrap;
|
|
4935
|
+
}
|
|
4936
|
+
.lp-theme01-folio-right {
|
|
4937
|
+
text-align: right;
|
|
4938
|
+
}
|
|
4939
|
+
.lp-theme01-folio-rule {
|
|
4940
|
+
flex: 0 0 auto;
|
|
4941
|
+
width: 28px;
|
|
4942
|
+
height: 1px;
|
|
4943
|
+
background: var(--lp-border);
|
|
4944
|
+
}
|
|
4945
|
+
.lp-theme01-folio-page {
|
|
4946
|
+
flex: 0 0 auto;
|
|
4947
|
+
padding: 3px 10px;
|
|
4948
|
+
border-radius: 999px;
|
|
4949
|
+
background: var(--lp-surface-strong);
|
|
4950
|
+
border: 1px solid var(--lp-border);
|
|
4951
|
+
color: var(--lp-ink);
|
|
4952
|
+
font-weight: 700;
|
|
4953
|
+
}
|
|
4954
|
+
|
|
4955
|
+
/* 玻璃卡片别名(GlassCard 已渲染 lp-card,此处仅作语义锚点) */
|
|
4956
|
+
.lp-theme01-card {
|
|
4957
|
+
/* inherits .lp-card */
|
|
4958
|
+
}
|
|
4959
|
+
|
|
4960
|
+
/* 影像位 LpPhoto */
|
|
4961
|
+
.lp-theme01-photo {
|
|
4962
|
+
position: relative;
|
|
4963
|
+
margin: 0;
|
|
4964
|
+
border-radius: var(--lp-radius-large);
|
|
4965
|
+
overflow: hidden;
|
|
4966
|
+
background: var(--lp-surface);
|
|
4967
|
+
border: 1px solid var(--lp-border);
|
|
4968
|
+
}
|
|
4969
|
+
.lp-theme01-photo.fit-fill {
|
|
4970
|
+
width: 100%;
|
|
4971
|
+
height: 100%;
|
|
4972
|
+
}
|
|
4973
|
+
.lp-theme01-photo-img {
|
|
4974
|
+
display: block;
|
|
4975
|
+
width: 100%;
|
|
4976
|
+
height: 100%;
|
|
4977
|
+
object-fit: cover;
|
|
4978
|
+
}
|
|
4979
|
+
.lp-theme01-photo.empty .lp-theme01-photo-slot {
|
|
4980
|
+
position: absolute;
|
|
4981
|
+
inset: 0;
|
|
4982
|
+
display: flex;
|
|
4983
|
+
flex-direction: column;
|
|
4984
|
+
align-items: center;
|
|
4985
|
+
justify-content: center;
|
|
4986
|
+
gap: 8px;
|
|
4987
|
+
border-radius: var(--lp-radius-large);
|
|
4988
|
+
border: 1.5px dashed var(--lp-glow-blue);
|
|
4989
|
+
background:
|
|
4990
|
+
linear-gradient(135deg, rgba(201, 106, 67, 0.10) 0%, rgba(255, 255, 255, 0) 60%),
|
|
4991
|
+
var(--lp-surface);
|
|
4992
|
+
backdrop-filter: blur(2px);
|
|
4993
|
+
cursor: pointer;
|
|
4994
|
+
}
|
|
4995
|
+
.lp-theme01-photo-reg {
|
|
4996
|
+
width: 34px;
|
|
4997
|
+
height: 34px;
|
|
4998
|
+
border-radius: 50%;
|
|
4999
|
+
border: 1.5px solid var(--lp-glow-blue);
|
|
5000
|
+
position: relative;
|
|
5001
|
+
}
|
|
5002
|
+
.lp-theme01-photo-reg::before,
|
|
5003
|
+
.lp-theme01-photo-reg::after {
|
|
5004
|
+
content: '';
|
|
5005
|
+
position: absolute;
|
|
5006
|
+
background: var(--lp-blue);
|
|
5007
|
+
opacity: 0.7;
|
|
5008
|
+
}
|
|
5009
|
+
.lp-theme01-photo-reg::before {
|
|
5010
|
+
left: 50%;
|
|
5011
|
+
top: 22%;
|
|
5012
|
+
width: 1.5px;
|
|
5013
|
+
height: 56%;
|
|
5014
|
+
transform: translateX(-50%);
|
|
5015
|
+
}
|
|
5016
|
+
.lp-theme01-photo-reg::after {
|
|
5017
|
+
top: 50%;
|
|
5018
|
+
left: 22%;
|
|
5019
|
+
height: 1.5px;
|
|
5020
|
+
width: 56%;
|
|
5021
|
+
transform: translateY(-50%);
|
|
5022
|
+
}
|
|
5023
|
+
.lp-theme01-photo-hint {
|
|
5024
|
+
font-size: 12px;
|
|
5025
|
+
color: var(--lp-ink2);
|
|
5026
|
+
font-family: var(--lp-font);
|
|
5027
|
+
}
|
|
5028
|
+
.lp-theme01-photo-spec {
|
|
5029
|
+
font-size: 10px;
|
|
5030
|
+
font-family: var(--lp-font-mono);
|
|
5031
|
+
letter-spacing: 0.1em;
|
|
5032
|
+
color: var(--lp-ink3);
|
|
5033
|
+
}
|
|
5034
|
+
.lp-theme01-photo-overlay {
|
|
5035
|
+
position: absolute;
|
|
5036
|
+
left: 0;
|
|
5037
|
+
right: 0;
|
|
5038
|
+
bottom: 0;
|
|
5039
|
+
padding: 14px 18px;
|
|
5040
|
+
background: linear-gradient(180deg, transparent, rgba(20, 22, 28, 0.55));
|
|
5041
|
+
color: #fff;
|
|
5042
|
+
}
|
|
5043
|
+
|
|
5044
|
+
/* 双语标题 Headline */
|
|
5045
|
+
.lp-theme01-headline {
|
|
5046
|
+
display: flex;
|
|
5047
|
+
flex-direction: column;
|
|
5048
|
+
gap: 6px;
|
|
5049
|
+
}
|
|
5050
|
+
.lp-theme01-headline-en {
|
|
5051
|
+
font-size: 12px;
|
|
5052
|
+
font-family: var(--lp-font-mono);
|
|
5053
|
+
letter-spacing: 0.12em;
|
|
5054
|
+
text-transform: uppercase;
|
|
5055
|
+
color: var(--lp-ink3);
|
|
5056
|
+
}
|
|
5057
|
+
.lp-theme01-headline-cn {
|
|
5058
|
+
margin: 0;
|
|
5059
|
+
font-size: 40px;
|
|
5060
|
+
font-weight: 800;
|
|
5061
|
+
line-height: 1.12;
|
|
5062
|
+
color: var(--lp-ink);
|
|
5063
|
+
}
|
|
5064
|
+
.lp-theme01-headline.size-display .lp-theme01-headline-cn {
|
|
5065
|
+
font-size: 60px;
|
|
5066
|
+
}
|
|
5067
|
+
.lp-theme01-headline.size-medium .lp-theme01-headline-cn {
|
|
5068
|
+
font-size: 30px;
|
|
5069
|
+
}
|
|
5070
|
+
|
|
5071
|
+
/* 装饰:规线 / 中缝 */
|
|
5072
|
+
.lp-theme01-rule {
|
|
5073
|
+
display: inline-block;
|
|
5074
|
+
width: 100%;
|
|
5075
|
+
height: 1px;
|
|
5076
|
+
background: var(--lp-border);
|
|
5077
|
+
}
|
|
5078
|
+
.lp-theme01-rule.strong {
|
|
5079
|
+
height: 2px;
|
|
5080
|
+
background: linear-gradient(90deg, var(--lp-blue), transparent);
|
|
5081
|
+
}
|
|
5082
|
+
.lp-theme01-gutter {
|
|
5083
|
+
display: inline-block;
|
|
5084
|
+
width: 1px;
|
|
5085
|
+
height: 100%;
|
|
5086
|
+
background: var(--lp-border);
|
|
5087
|
+
}
|
|
5088
|
+
|
|
5089
|
+
/* ═══════════════════════════════════════════════════════════════
|
|
5090
|
+
* 类别强调色 & 基底氛围(设计深度优化)
|
|
5091
|
+
* 通过 .lp-slide[class*="lp-<类别>-"] 按版面类型轮换强调色与基底氛围,
|
|
5092
|
+
* 使 71 个版式形成 light / tint 节奏与色相差异,消除“全蓝玻璃单一感”。
|
|
5093
|
+
* 仅作用于 CSS 变量(--lp-accent / --lp-cat-tint),不改动任何组件源码。
|
|
5094
|
+
* ═══════════════════════════════════════════════════════════════ */
|
|
5095
|
+
|
|
5096
|
+
/* 图表族:紫调 + 网格画布感 */
|
|
5097
|
+
.lp-slide[class*="lp-chart-"],
|
|
5098
|
+
.lp-slide[class*="lp-echart-slide"],
|
|
5099
|
+
.lp-slide[class*="lp-trend-"] {
|
|
5100
|
+
--lp-accent: #A07CAE;
|
|
5101
|
+
--lp-cat-tint:
|
|
5102
|
+
radial-gradient(circle at 1px 1px, rgba(160, 124, 174, 0.05) 1px, transparent 1.6px) 0 0 / 26px 26px,
|
|
5103
|
+
radial-gradient(circle at 86% 12%, rgba(160, 124, 174, 0.12), transparent 55%);
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
/* 封面族:品牌蓝,强化光晕 */
|
|
5107
|
+
.lp-slide[class*="lp-cover-"],
|
|
5108
|
+
.lp-slide[class*="lp-image-"],
|
|
5109
|
+
.lp-slide[class*="lp-case-"] {
|
|
5110
|
+
--lp-accent: #C56A43;
|
|
5111
|
+
--lp-cat-tint: radial-gradient(circle at 88% 18%, rgba(201, 106, 67, 0.14), transparent 55%);
|
|
5112
|
+
}
|
|
5113
|
+
|
|
5114
|
+
/* 章节族:琥珀调 + 底部暖光 */
|
|
5115
|
+
.lp-slide[class*="lp-chapter-"] {
|
|
5116
|
+
--lp-accent: #C9883A;
|
|
5117
|
+
--lp-cat-tint: radial-gradient(circle at 50% 118%, rgba(201, 136, 58, 0.16), transparent 60%);
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
/* 金句 / 结论 / 收束族:暖橙调 + 居中聚光 */
|
|
5121
|
+
.lp-slide[class*="lp-quote-"],
|
|
5122
|
+
.lp-slide[class*="lp-closing-"],
|
|
5123
|
+
.lp-slide[class*="lp-conclusion-"] {
|
|
5124
|
+
--lp-accent: #C97E4E;
|
|
5125
|
+
--lp-cat-tint: radial-gradient(circle at 50% 50%, rgba(201, 126, 78, 0.12), transparent 62%);
|
|
5126
|
+
}
|
|
5127
|
+
|
|
5128
|
+
/* 对比 / 双联族:绿调 + 左右分色微光 */
|
|
5129
|
+
.lp-slide[class*="lp-comparison-"],
|
|
5130
|
+
.lp-slide[class*="lp-diptych"] {
|
|
5131
|
+
--lp-accent: #8FAE84;
|
|
5132
|
+
--lp-cat-tint:
|
|
5133
|
+
radial-gradient(circle at 12% 50%, rgba(143, 174, 132, 0.12), transparent 50%),
|
|
5134
|
+
radial-gradient(circle at 88% 50%, rgba(143, 174, 132, 0.10), transparent 50%);
|
|
5135
|
+
}
|
|
5136
|
+
|
|
5137
|
+
/* 内容族:青调 */
|
|
5138
|
+
.lp-slide[class*="lp-content-"] {
|
|
5139
|
+
--lp-accent: #5FA8A0;
|
|
5140
|
+
--lp-cat-tint: radial-gradient(circle at 18% 82%, rgba(95, 168, 160, 0.12), transparent 55%);
|
|
5141
|
+
}
|
|
5142
|
+
|
|
5143
|
+
/* 指标 / 数字族:青调 + 数字网格 */
|
|
5144
|
+
.lp-slide[class*="lp-metric-"],
|
|
5145
|
+
.lp-slide[class*="lp-stat"],
|
|
5146
|
+
.lp-slide[class*="lp-scorecard-"] {
|
|
5147
|
+
--lp-accent: #5FA8A0;
|
|
5148
|
+
--lp-cat-tint:
|
|
5149
|
+
radial-gradient(circle at 1px 1px, rgba(95, 168, 160, 0.045) 1px, transparent 1.6px) 0 0 / 28px 28px,
|
|
5150
|
+
radial-gradient(circle at 82% 16%, rgba(95, 168, 160, 0.12), transparent 55%);
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5153
|
+
/* 目录 / 附录族:品牌蓝 */
|
|
5154
|
+
.lp-slide[class*="lp-toc-"],
|
|
5155
|
+
.lp-slide[class*="lp-appendix-"] {
|
|
5156
|
+
--lp-accent: #C56A43;
|
|
5157
|
+
--lp-cat-tint: radial-gradient(circle at 14% 20%, rgba(201, 106, 67, 0.10), transparent 55%);
|
|
5158
|
+
}
|
|
5159
|
+
|
|
5160
|
+
/* 表格族:中性蓝 */
|
|
5161
|
+
.lp-slide[class*="lp-table-"] {
|
|
5162
|
+
--lp-accent: #C56A43;
|
|
5163
|
+
--lp-cat-tint: radial-gradient(circle at 90% 88%, rgba(201, 106, 67, 0.08), transparent 55%);
|
|
5164
|
+
}
|
|
5165
|
+
|
|
5166
|
+
/* 特性 / 流程 / 路线 / 时间轴 / 展望 / FAQ 族:绿调 */
|
|
5167
|
+
.lp-slide[class*="lp-feature-"],
|
|
5168
|
+
.lp-slide[class*="lp-process-"],
|
|
5169
|
+
.lp-slide[class*="lp-timeline-"],
|
|
5170
|
+
.lp-slide[class*="lp-roadmap-"],
|
|
5171
|
+
.lp-slide[class*="lp-gantt-"],
|
|
5172
|
+
.lp-slide[class*="lp-outlook-"],
|
|
5173
|
+
.lp-slide[class*="lp-faq-"] {
|
|
5174
|
+
--lp-accent: #8FAE84;
|
|
5175
|
+
--lp-cat-tint: radial-gradient(circle at 16% 16%, rgba(143, 174, 132, 0.11), transparent 55%);
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5178
|
+
/* SWOT / PEST / 风险 / 象限族:琥珀调 */
|
|
5179
|
+
.lp-slide[class*="lp-swot-"],
|
|
5180
|
+
.lp-slide[class*="lp-pest-"],
|
|
5181
|
+
.lp-slide[class*="lp-risk-"],
|
|
5182
|
+
.lp-slide[class*="lp-quadrant-"] {
|
|
5183
|
+
--lp-accent: #D9A441;
|
|
5184
|
+
--lp-cat-tint: radial-gradient(circle at 84% 84%, rgba(217, 164, 65, 0.12), transparent 55%);
|
|
5185
|
+
}
|
|
5186
|
+
|
|
5187
|
+
/* 标签 / 便当 / 画廊 / 胶片 / 聚焦族:粉调 */
|
|
5188
|
+
.lp-slide[class*="lp-tags-"],
|
|
5189
|
+
.lp-slide[class*="lp-bento-"],
|
|
5190
|
+
.lp-slide[class*="lp-gallery-"],
|
|
5191
|
+
.lp-slide[class*="lp-filmstrip-"],
|
|
5192
|
+
.lp-slide[class*="lp-spotlight-"] {
|
|
5193
|
+
--lp-accent: #C98BA0;
|
|
5194
|
+
--lp-cat-tint: radial-gradient(circle at 20% 80%, rgba(201, 139, 160, 0.12), transparent 55%);
|
|
5195
|
+
}
|
|
5196
|
+
|
|
5197
|
+
/* 团队 / 伙伴 / 证言 / 定价 / 区域 / 排行族:紫调 */
|
|
5198
|
+
.lp-slide[class*="lp-team-"],
|
|
5199
|
+
.lp-slide[class*="lp-partners-"],
|
|
5200
|
+
.lp-slide[class*="lp-testimonial-"],
|
|
5201
|
+
.lp-slide[class*="lp-pricing-"],
|
|
5202
|
+
.lp-slide[class*="lp-region-"],
|
|
5203
|
+
.lp-slide[class*="lp-ranking-"] {
|
|
5204
|
+
--lp-accent: #A07CAE;
|
|
5205
|
+
--lp-cat-tint: radial-gradient(circle at 82% 18%, rgba(160, 124, 174, 0.12), transparent 55%);
|
|
5206
|
+
}
|
|
5207
|
+
|
|
5208
|
+
/* ═══════════════════════════════════════════════════════════════
|
|
5209
|
+
* Label —— 编辑语汇标签(number / symbol / keyword 三型)
|
|
5210
|
+
* ═══════════════════════════════════════════════════════════════ */
|
|
5211
|
+
.lp-theme01-label {
|
|
5212
|
+
display: inline-flex;
|
|
5213
|
+
align-items: center;
|
|
5214
|
+
gap: 6px;
|
|
5215
|
+
font-family: var(--lp-font-mono);
|
|
5216
|
+
font-size: 12px;
|
|
5217
|
+
letter-spacing: 0.08em;
|
|
5218
|
+
text-transform: uppercase;
|
|
5219
|
+
padding: 4px 11px;
|
|
5220
|
+
border-radius: 999px;
|
|
5221
|
+
border: 1px solid var(--lp-t1-hairline);
|
|
5222
|
+
color: var(--lp-ink2);
|
|
5223
|
+
background: var(--lp-t1-accent-soft);
|
|
5224
|
+
line-height: 1.4;
|
|
5225
|
+
}
|
|
5226
|
+
.lp-theme01-label.kind-number {
|
|
5227
|
+
color: var(--lp-accent);
|
|
5228
|
+
border-color: var(--lp-accent);
|
|
5229
|
+
background: #16130F;
|
|
5230
|
+
}
|
|
5231
|
+
.lp-theme01-label.kind-symbol {
|
|
5232
|
+
color: var(--lp-ink);
|
|
5233
|
+
background: var(--lp-surface-strong);
|
|
5234
|
+
}
|
|
5235
|
+
.lp-theme01-label.kind-keyword {
|
|
5236
|
+
color: var(--lp-ink2);
|
|
5237
|
+
}
|
|
5238
|
+
|
|
5239
|
+
/* ═══════════════════════════════════════════════════════════════
|
|
5240
|
+
* Focus —— 聚光切换(left / right)
|
|
5241
|
+
* ═══════════════════════════════════════════════════════════════ */
|
|
5242
|
+
.lp-theme01-focus {
|
|
5243
|
+
position: relative;
|
|
5244
|
+
border-radius: var(--lp-radius-medium);
|
|
5245
|
+
overflow: hidden;
|
|
5246
|
+
}
|
|
5247
|
+
.lp-theme01-focus > * {
|
|
5248
|
+
position: relative;
|
|
5249
|
+
z-index: 1;
|
|
5250
|
+
}
|
|
5251
|
+
.lp-theme01-focus::before {
|
|
5252
|
+
content: '';
|
|
5253
|
+
position: absolute;
|
|
5254
|
+
inset: 0;
|
|
5255
|
+
pointer-events: none;
|
|
5256
|
+
z-index: 0;
|
|
5257
|
+
background: radial-gradient(circle at var(--lp-focus-x, 18%) 50%, var(--lp-glow-blue-subtle), transparent 62%);
|
|
5258
|
+
}
|
|
5259
|
+
.lp-theme01-focus.side-left {
|
|
5260
|
+
--lp-focus-x: 18%;
|
|
5261
|
+
}
|
|
5262
|
+
.lp-theme01-focus.side-right {
|
|
5263
|
+
--lp-focus-x: 82%;
|
|
5264
|
+
}
|
|
5265
|
+
|
|
5266
|
+
/* ═══════════════════════════════════════════════════════════════
|
|
5267
|
+
* components-v1 —— 设计系统总览页
|
|
5268
|
+
* ═══════════════════════════════════════════════════════════════ */
|
|
5269
|
+
.lp-components-v1 {
|
|
5270
|
+
padding: 48px 56px 40px;
|
|
5271
|
+
display: flex;
|
|
5272
|
+
flex-direction: column;
|
|
5273
|
+
gap: 22px;
|
|
5274
|
+
background:
|
|
5275
|
+
radial-gradient(circle at 86% 12%, var(--lp-glow-blue-subtle), transparent 55%),
|
|
5276
|
+
linear-gradient(160deg, var(--lp-bg-gradient-start), var(--lp-bg-gradient-end));
|
|
5277
|
+
}
|
|
5278
|
+
.lp-components-head {
|
|
5279
|
+
margin-top: 4px;
|
|
5280
|
+
}
|
|
5281
|
+
.lp-components-grid {
|
|
5282
|
+
display: grid;
|
|
5283
|
+
grid-template-columns: 1.3fr 1fr;
|
|
5284
|
+
grid-auto-rows: minmax(0, 1fr);
|
|
5285
|
+
gap: 18px;
|
|
5286
|
+
flex: 1;
|
|
5287
|
+
min-height: 0;
|
|
5288
|
+
}
|
|
5289
|
+
.lp-components-panel {
|
|
5290
|
+
padding: 20px 22px;
|
|
5291
|
+
display: flex;
|
|
5292
|
+
flex-direction: column;
|
|
5293
|
+
gap: 14px;
|
|
5294
|
+
}
|
|
5295
|
+
.lp-components-panel-title {
|
|
5296
|
+
display: flex;
|
|
5297
|
+
align-items: center;
|
|
5298
|
+
gap: 10px;
|
|
5299
|
+
font-family: var(--lp-font);
|
|
5300
|
+
font-size: 15px;
|
|
5301
|
+
font-weight: 700;
|
|
5302
|
+
color: var(--lp-ink);
|
|
5303
|
+
letter-spacing: 0.01em;
|
|
5304
|
+
}
|
|
5305
|
+
.lp-components-swatches {
|
|
5306
|
+
display: grid;
|
|
5307
|
+
grid-template-columns: repeat(3, 1fr);
|
|
5308
|
+
gap: 12px 14px;
|
|
5309
|
+
}
|
|
5310
|
+
.lp-components-swatch {
|
|
5311
|
+
display: flex;
|
|
5312
|
+
flex-direction: column;
|
|
5313
|
+
gap: 5px;
|
|
5314
|
+
}
|
|
5315
|
+
.lp-components-swatch-chip {
|
|
5316
|
+
width: 100%;
|
|
5317
|
+
height: 34px;
|
|
5318
|
+
border-radius: 9px;
|
|
5319
|
+
border: 1px solid var(--lp-border);
|
|
5320
|
+
box-shadow: var(--lp-shadow-inset);
|
|
5321
|
+
}
|
|
5322
|
+
.lp-components-swatch-name {
|
|
5323
|
+
font-size: 12px;
|
|
5324
|
+
color: var(--lp-ink);
|
|
5325
|
+
font-weight: 600;
|
|
5326
|
+
}
|
|
5327
|
+
.lp-components-swatch-token {
|
|
5328
|
+
font-family: var(--lp-font-mono);
|
|
5329
|
+
font-size: 10.5px;
|
|
5330
|
+
color: var(--lp-ink3);
|
|
5331
|
+
letter-spacing: 0.02em;
|
|
5332
|
+
}
|
|
5333
|
+
.lp-components-label-row {
|
|
5334
|
+
display: flex;
|
|
5335
|
+
align-items: center;
|
|
5336
|
+
gap: 10px;
|
|
5337
|
+
flex-wrap: wrap;
|
|
5338
|
+
}
|
|
5339
|
+
.lp-components-note {
|
|
5340
|
+
margin: 0;
|
|
5341
|
+
font-size: 12px;
|
|
5342
|
+
line-height: 1.6;
|
|
5343
|
+
color: var(--lp-ink3);
|
|
5344
|
+
}
|
|
5345
|
+
.lp-components-note code {
|
|
5346
|
+
font-family: var(--lp-font-mono);
|
|
5347
|
+
font-size: 11px;
|
|
5348
|
+
color: var(--lp-ink2);
|
|
5349
|
+
background: var(--lp-surface-strong);
|
|
5350
|
+
padding: 1px 6px;
|
|
5351
|
+
border-radius: 6px;
|
|
5352
|
+
}
|
|
5353
|
+
.lp-components-focus-demo {
|
|
5354
|
+
height: 52px;
|
|
5355
|
+
display: flex;
|
|
5356
|
+
align-items: center;
|
|
5357
|
+
justify-content: center;
|
|
5358
|
+
padding: 0 16px;
|
|
5359
|
+
background: var(--lp-surface-strong);
|
|
5360
|
+
border: 1px solid var(--lp-border);
|
|
5361
|
+
}
|
|
5362
|
+
.lp-components-focus-text {
|
|
5363
|
+
font-size: 13px;
|
|
5364
|
+
color: var(--lp-ink);
|
|
5365
|
+
font-weight: 600;
|
|
5366
|
+
}
|
|
5367
|
+
.lp-components-mini-chart {
|
|
5368
|
+
width: 100%;
|
|
5369
|
+
height: auto;
|
|
5370
|
+
max-height: 120px;
|
|
5371
|
+
}
|