- 最近更新
+ 最近更新
更多
@@ -77,26 +77,58 @@ onMounted(() => {
.c_nav {
display: flex;
justify-content: space-between;
- margin-bottom: 15px;
+
padding: 6px;
}
+
.c_nav_text {
- font-size: 28px;
font-weight: 700;
line-height: 1.1;
}
-.c_nav_more{
- font-size: 14px;
+
+.c_nav_more {
+ //font-size: 14px;
background: #25252b;
- padding: 0 15px;
- line-height: 32px;
+
border-radius: 8px;
}
-.content>div {
+
+.content > div {
padding-bottom: 20px;
}
/**/
+@media (min-width: 650px) {
+ .c_nav{
+ margin-bottom: 15px;
+ }
+ .c_nav_text {
+ font-size: 28px;
+ }
+ .c_nav_more {
+ font-size: 14px;
+ padding: 0 15px;
+ line-height: 32px;
+ }
+}
+
+@media (max-width: 650px) {
+ .c_nav{
+ margin-bottom: 10px;
+ }
+ .c_nav_text {
+ font-size: 20px;
+ line-height: 28px;
+ }
+ .c_nav_more {
+ font-size: 12px;
+ padding: 0 10px;
+ line-height: 28px;
+ }
+ .c_nav_more b{
+ font-size: 12px;
+ }
+}
\ No newline at end of file
diff --git a/client/src/views/index/FilmClassifySearch.vue b/client/src/views/index/FilmClassifySearch.vue
index 06f9e4a..afd71ac 100644
--- a/client/src/views/index/FilmClassifySearch.vue
+++ b/client/src/views/index/FilmClassifySearch.vue
@@ -1,6 +1,6 @@
-