更新样式
This commit is contained in:
parent
fec7f3dd5a
commit
8c712223b9
@ -190,6 +190,23 @@ onBeforeUnmount(() => {
|
|||||||
@apply prose prose-gray max-w-none bg-white rounded-lg p-8 shadow-sm;
|
@apply prose prose-gray max-w-none bg-white rounded-lg p-8 shadow-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 修改标题样式,保持与内容一致的字体大小,只做加粗 */
|
||||||
|
.privacy-content h1 {
|
||||||
|
@apply text-base font-bold;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-content h2 {
|
||||||
|
@apply font-bold;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 修改副标题样式,保持与内容一致的字体大小,只做加粗 */
|
||||||
|
.privacy-content h3 {
|
||||||
|
@apply font-medium;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.privacy-container {
|
.privacy-container {
|
||||||
@apply px-4 py-6;
|
@apply px-4 py-6;
|
||||||
@ -198,13 +215,5 @@ onBeforeUnmount(() => {
|
|||||||
.privacy-content {
|
.privacy-content {
|
||||||
@apply p-4;
|
@apply p-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
@apply text-base;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
@apply text-sm;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -164,6 +164,23 @@ onBeforeUnmount(() => {
|
|||||||
@apply prose prose-gray max-w-none bg-white rounded-lg p-8 shadow-sm;
|
@apply prose prose-gray max-w-none bg-white rounded-lg p-8 shadow-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 修改标题样式,保持与内容一致的字体大小,只做加粗 */
|
||||||
|
.privacy-content h1 {
|
||||||
|
@apply text-base font-bold;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-content h2 {
|
||||||
|
@apply font-bold;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 修改副标题样式,保持与内容一致的字体大小,只做加粗 */
|
||||||
|
.privacy-content h3 {
|
||||||
|
@apply font-medium;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.privacy-container {
|
.privacy-container {
|
||||||
@apply px-4 py-6;
|
@apply px-4 py-6;
|
||||||
@ -172,13 +189,5 @@ onBeforeUnmount(() => {
|
|||||||
.privacy-content {
|
.privacy-content {
|
||||||
@apply p-4;
|
@apply p-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
@apply text-base;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
@apply text-sm;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user