专题
@@ -26,48 +104,49 @@ import Nav from '@/components/Nav.vue';
查看更多
-
+
- -
+
-
-
![]()
-
第一节《影型结构同现》
+

+
{{ show.name }}
-

-
博股俱乐部
+

+
{{ show.club.name }}
-
![]()
-
HomilyLink
+
![]()
+
show.user.username
-
{{ video.time }}
+
+
{{ show.releaseTime }}
-

-
{{ video.views }}
+

+
{{ show.viewCount }}
-

-
{{ video.comments }}
+

+
{{ show.comments }}
-

-
{{ video.likes }}
+

+
{{ show.likes }}
@@ -85,7 +164,7 @@ import Nav from '@/components/Nav.vue';
margin-right: auto;
}
header {
- background-color: #ffba75;
+ background: linear-gradient(to right, #ffe5ca,#ffca95,#ffa953);
padding: 20px;
border-radius: 2%;
}
@@ -117,7 +196,7 @@ header {
right: 20px; /* 距离右侧20px */
cursor: pointer;
color: #72706a;
- border-radius: 5%;
+ border-radius: 10%;
}
header p {
@@ -127,12 +206,15 @@ header p {
.special-topic {
margin: 20px;
}
-
-.topic h3 {
+.topic{
+ background: linear-gradient(to bottom, #fff9e9,#fffcf3,#fffffd);
+ h3 {
background-color: #e0e0e0;
padding: 10px;
margin: 0;
}
+}
+
.special-topic {
background-color: #f8f8f8; /* 背景颜色,根据需要调整 */
padding: 10px; /* 内边距,根据需要调整 */
@@ -163,14 +245,12 @@ header p {
.sub-topic {
margin: 10px 0;
padding: 10px;
- background-color: #f0f0f0;
display: flex;
}
.display-list{
list-style-type: none;
padding: 0px;
- background-color: #f0f0f0;
}
.sub-topic li{
@@ -187,10 +267,11 @@ header p {
}
.player{
position: absolute;
- width: 30px;
- height: 30px;
+ width: 40px;
+ height: 40px;
left: 40%;
top: 40%;
+ z-index: 999;
}
}
@@ -205,9 +286,10 @@ header p {
font-size: 16px;
.yellow{
display: flex;
- color: #e4af5f;
+ color: #e9a479;
font-size: 14px;
height: 18px;
+ background-color: #ffefdf;
}
.right-item{
display: flex;