njk-tool 0.0.15 → 0.0.17
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/bundle/app.min.js
CHANGED
|
@@ -13478,6 +13478,7 @@ position: var(--njk-title-position);
|
|
|
13478
13478
|
margin: var(--njk-title-margin);
|
|
13479
13479
|
color: var(--njk-title-color);
|
|
13480
13480
|
text-align: var(--njk-title-align);
|
|
13481
|
+
font-size: 2.5rem
|
|
13481
13482
|
}
|
|
13482
13483
|
.njk-title-h2 {
|
|
13483
13484
|
padding: 0 0 4.8px;
|
|
@@ -13485,6 +13486,7 @@ position: var(--njk-title-position);
|
|
|
13485
13486
|
margin: var(--njk-title-margin);
|
|
13486
13487
|
color: var(--njk-title-color);
|
|
13487
13488
|
text-align: var(--njk-title-align);
|
|
13489
|
+
font-size: 2rem
|
|
13488
13490
|
}
|
|
13489
13491
|
.njk-title-h3 {
|
|
13490
13492
|
padding: 0 0 4.8px;
|
|
@@ -13492,6 +13494,7 @@ margin: var(--njk-title-margin);
|
|
|
13492
13494
|
position: var(--njk-title-position);
|
|
13493
13495
|
color: var(--text-color);
|
|
13494
13496
|
text-align: var(--njk-title-align);
|
|
13497
|
+
font-size: 1rem
|
|
13495
13498
|
}
|
|
13496
13499
|
.njk-title-h2::before,
|
|
13497
13500
|
.njk-title-h1::before {
|
|
@@ -13597,7 +13600,7 @@ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
|
13597
13600
|
.code-block pre {
|
|
13598
13601
|
margin: 0;
|
|
13599
13602
|
padding: 1rem;
|
|
13600
|
-
background-color:
|
|
13603
|
+
background-color: silver;
|
|
13601
13604
|
font-family: 'Courier New', monospace;
|
|
13602
13605
|
font-size: 14px;
|
|
13603
13606
|
line-height: 1.5;
|
|
@@ -13656,6 +13659,7 @@ margin: 0;
|
|
|
13656
13659
|
padding: 0;
|
|
13657
13660
|
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
13658
13661
|
}
|
|
13662
|
+
/* PC端样式 */
|
|
13659
13663
|
a {
|
|
13660
13664
|
text-decoration: none;
|
|
13661
13665
|
}
|
|
@@ -13668,8 +13672,8 @@ min-width: 1000px;
|
|
|
13668
13672
|
padding: 0 5rem;
|
|
13669
13673
|
}
|
|
13670
13674
|
:root {
|
|
13671
|
-
--njk-title-color
|
|
13672
|
-
--njk-title-align
|
|
13675
|
+
--njk-title-color: #606266;
|
|
13676
|
+
--njk-title-align: left;
|
|
13673
13677
|
--njk-title-position: relative;
|
|
13674
13678
|
--njk-title-margin: 36px 0 20px;
|
|
13675
13679
|
}
|
|
@@ -14032,8 +14036,8 @@ display: block;
|
|
|
14032
14036
|
{% endfor %}
|
|
14033
14037
|
{% endif %}
|
|
14034
14038
|
{% endmacro %}
|
|
14035
|
-
<body style="margin: 0; padding: 0;">
|
|
14036
|
-
<div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box;
|
|
14039
|
+
<body style="margin: 0; padding: 0;overflow: auto;">
|
|
14040
|
+
<div class="email-main-container" style="margin: 0 auto; padding: 0 3rem;box-sizing: border-box;width:2000px;">
|
|
14037
14041
|
{{ use_component(ctx) }}
|
|
14038
14042
|
</div>
|
|
14039
14043
|
</body>
|