@@ -155,7 +127,7 @@ const upload = async (option) => {
-
+
@@ -165,13 +137,13 @@ const upload = async (option) => {
-
-
+
@@ -179,7 +151,7 @@ const upload = async (option) => {
文件
-
+
@@ -199,22 +171,30 @@ const upload = async (option) => {
:key="resource.id"
v-loading="loading"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ resource.name }}
-
{{ resource.description }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ resource.name }}
+
{{ resource.description }}
@@ -235,6 +215,12 @@ const upload = async (option) => {
style="margin-top: 20px; justify-content: flex-end"
/>
+
+
+
@@ -282,7 +268,8 @@ ul {
li {
transition: filter 0.3s; /* 添加过渡动画 */
flex: 0 0 20%;
-
+ flex-direction: column;
+ align-items: center;
margin-bottom: 10px;
padding: 10px;
box-sizing: border-box;
@@ -306,23 +293,7 @@ li:hover {
bottom: 0;
margin: 0 auto;
}
-.icon {
- display: flex;
- justify-content: space-between;
-}
-.resource-info {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
-}
-.zy-name:hover {
- color: rgb(138, 201, 243); /* 鼠标经过时将字体颜色设置为蓝色 */
-}
-.zy-name {
- margin-top: 10px;
- font-size: 20px;
-}
-.zy-info {
- margin-top: 20px;
+.box p:hover {
+ font-weight: bold;
}