+
大家都在搜:{{ item.keyword }}
大家都在搜:{{ item.keyword }}
diff --git a/component/item-forum/item-forum.js b/component/item-forum/item-forum.js
index f323824..60a8b48 100644
--- a/component/item-forum/item-forum.js
+++ b/component/item-forum/item-forum.js
@@ -36,5 +36,5 @@ export const itemForum = defineComponent({
itemHead,
},
- template: `
`,
+ template: `
`,
});
diff --git a/component/item-forum/item-forum.txt b/component/item-forum/item-forum.txt
index 70bd061..3f0a01c 100644
--- a/component/item-forum/item-forum.txt
+++ b/component/item-forum/item-forum.txt
@@ -5,10 +5,12 @@
-
-
![]()
-

-
+
+
+
![]()
+

+
+
diff --git a/css/bi.css b/css/bi.css
index 2ae3ff3..9f7902d 100644
--- a/css/bi.css
+++ b/css/bi.css
@@ -10,6 +10,19 @@ body {
padding-top: 22px;
margin-top: 20px;
}
+.bi-container .page-item {
+ min-width: 24px;
+ box-sizing: border-box;
+ text-align: center;
+ cursor: pointer;
+}
+.bi-container .page-item.dot {
+ cursor: auto;
+}
+.bi-container .page-item.dot:hover {
+ color: #333;
+ background-color: #eee;
+}
.bi-container * {
padding: 0;
margin: 0;
diff --git a/css/bi.less b/css/bi.less
index 627b6ed..1d40abf 100644
--- a/css/bi.less
+++ b/css/bi.less
@@ -11,6 +11,22 @@ body {
padding-top: 22px;
margin-top: 20px;
+ .page-item {
+ min-width: 24px;
+ box-sizing: border-box;
+ text-align: center;
+ cursor: pointer;
+
+ &.dot {
+ cursor: auto;
+
+ &:hover {
+ color: #333;
+ background-color: #eee;
+ }
+ }
+ }
+
* {
padding: 0;
margin: 0;
diff --git a/css/details.css b/css/details.css
index c031b0d..6ce8c57 100644
--- a/css/details.css
+++ b/css/details.css
@@ -661,6 +661,7 @@
padding-top: 5px;
padding-bottom: 11px;
resize: none;
+ max-height: 300px;
}
.answer-discuss .input-box .top .input-textarea * {
background: transparent !important;
@@ -683,6 +684,7 @@
padding-left: 14px;
padding-top: 12px;
overflow: auto;
+ margin-bottom: 20px;
}
.answer-discuss .input-box .picture-box .picture {
position: relative;
@@ -955,6 +957,8 @@
}
.answer-discuss .comments-box .comments-item .comments-content img {
border-radius: 5px;
+ height: 100px;
+ max-width: 300px;
}
.answer-discuss .comments-box .comments-item .comments-content .input-box {
position: relative;
@@ -996,6 +1000,7 @@
}
.answer-discuss .comments-box .comments-item .comments-content .comments-img {
height: 100px;
+ max-width: 300px;
margin-right: 10px;
margin-bottom: 13px;
border-radius: 8px;
@@ -1199,9 +1204,6 @@
.answer-discuss .edit-comment .box .input-box {
margin-right: 0;
}
-.answer-discuss .edit-comment .box .input-box .bottom {
- border-top: 1px solid #ebebeb;
-}
.answer-discuss .edit-comment .box .btn-list {
padding: 15px 0;
justify-content: flex-end;
diff --git a/css/details.less b/css/details.less
index ce4e47d..688aa9a 100644
--- a/css/details.less
+++ b/css/details.less
@@ -779,6 +779,7 @@
padding-top: 5px;
padding-bottom: 11px;
resize: none;
+ max-height: 300px;
}
.answer-discuss .input-box .top .input-textarea * {
@@ -804,6 +805,7 @@
padding-left: 14px;
padding-top: 12px;
overflow: auto;
+ margin-bottom: 20px;
}
.answer-discuss .input-box .picture-box .picture {
@@ -1123,6 +1125,8 @@
.answer-discuss .comments-box .comments-item .comments-content img {
border-radius: 5px;
+ height: 100px;
+ max-width: 300px;
}
.answer-discuss .comments-box .comments-item .comments-content .input-box {
@@ -1171,6 +1175,7 @@
.answer-discuss .comments-box .comments-item .comments-content .comments-img {
height: 100px;
+ max-width: 300px;
margin-right: 10px;
margin-bottom: 13px;
border-radius: 8px;
@@ -1402,7 +1407,7 @@
margin-right: 0;
}
.answer-discuss .edit-comment .box .input-box .bottom {
- border-top: 1px solid #ebebeb;
+ // border-top: 1px solid #ebebeb;
}
.answer-discuss .edit-comment .box .btn-list {
padding: 15px 0;
diff --git a/css/public.css b/css/public.css
index 2374e1d..1e154eb 100644
--- a/css/public.css
+++ b/css/public.css
@@ -249,6 +249,7 @@ body {
}
.item-box.item-forum .picture {
overflow: auto;
+ margin-bottom: 15px;
}
.item-box.item-forum .picture .picture-videos {
position: relative;
diff --git a/css/public.less b/css/public.less
index 6f8ea7c..66a2dd2 100644
--- a/css/public.less
+++ b/css/public.less
@@ -294,6 +294,7 @@ body {
.picture {
overflow: auto;
+ margin-bottom: 15px;
.picture-videos {
position: relative;