-
-
大国博弈下的深度交易策略
-
-
-
-
-

-
HomilyLink
+
@@ -111,23 +208,39 @@ import Nav from '@/components/Nav.vue';
height: 100%;
width: 100%;
}
-.submit{
+.submited{
position: absolute; /* 绝对定位 */
top: 50px; /* 根据需要调整位置 */
right: 10px; /* 根据需要调整位置 */
color: rgb(129, 132, 134);
background-color: aliceblue;
padding: 10px;
- border-radius: 5%;
+ border-radius: 10%;
+ z-index: 999;
+}
+.submit{
+ position: absolute; /* 绝对定位 */
+ top: 50px; /* 根据需要调整位置 */
+ right: 10px; /* 根据需要调整位置 */
+ color: rgb(129, 132, 134);
+ background-color: aliceblue;
+ padding: 10px 20px;
+
+ border-radius: 10%;
+ z-index: 999;
}
.channel-title{
+ position:absolute;
+ top: 0px;
+ left: 0px;
+ padding-top: 60px;
+ padding-left: 50px;
box-sizing: border-box;
- position: absolute;
- left: 60px;
- top: 50px;
- background: rgba(0, 0, 0, .4);
- width: 400px;
+ background: rgba(0, 0, 0, 0.4);
+ width: 100%;
+ height: 100%;
overflow: hidden;
+
}
.title-image{
width: 90px;
@@ -192,12 +305,24 @@ import Nav from '@/components/Nav.vue';
.sub-left{
height: 112px;
width: 200px;
-}
-.sub-image{
+ position: relative;
+ .sub-image{
width: 100%;
height: 100%;
+ }
+
+ .video-time{
+ position: absolute;
+ left: 70%;
+ top: 80%;
+ color: #fff;
+ background-color: rgba(31, 30, 30, 0.5);
+ border-radius: 20%;
+ font-size: smaller;
+ }
}
+
.right-inline{
display: flex;
margin-bottom: 15px;