diff --git a/settings.yaml b/settings.yaml index 033961c1..84547bed 100644 --- a/settings.yaml +++ b/settings.yaml @@ -517,7 +517,6 @@ spec: - $formkit: text name: url label: 链接 - validation: "url" - $formkit: radio name: urlType label: 链接类型 diff --git a/templates/assets/css/main.css b/templates/assets/css/main.css index 465fd779..fdc902a6 100644 --- a/templates/assets/css/main.css +++ b/templates/assets/css/main.css @@ -11627,7 +11627,7 @@ figure.gallery-group:hover .gallery-group-name::after { #bber .timeline ul li.item { position: relative; - width: 32%; + width: 30%; border: var(--style-border-always); border-radius: 12px; padding: 1rem 1rem 0.5rem; @@ -11723,7 +11723,7 @@ figure.gallery-group:hover .gallery-group-name::after { /* 每条动态 */ #bber div.bber-content { - display: flex; + /*display: flex;*/ flex-direction: initial; flex-wrap: wrap; border-radius: 12px; @@ -11910,7 +11910,7 @@ figure.gallery-group:hover .gallery-group-name::after { } /* 内容 */ -#bber .bber-content .datacont { +#bber .bber-content p { order: 0; font-size: 0.8rem; font-weight: bold; @@ -11922,6 +11922,7 @@ figure.gallery-group:hover .gallery-group-name::after { display: flex; flex-direction: column; text-align: justify; + overflow-wrap: break-word; } /* 设备 */ diff --git a/templates/modules/layouts/layout.html b/templates/modules/layouts/layout.html index d7c855f0..21d6508f 100644 --- a/templates/modules/layouts/layout.html +++ b/templates/modules/layouts/layout.html @@ -28,6 +28,10 @@ + + + +
- - + + + +
-
+
+ + 上一页 + + + + 下一页 + +