|
@@ -196,7 +196,7 @@ onUnmounted(() => {
|
|
|
</div>
|
|
|
<div class="kply">
|
|
|
<div class="kply_inner">
|
|
|
- <div style="padding:10px 0px;width: 100%;display: flex;flex-wrap: wrap;">
|
|
|
+ <div style="padding:10px 0px;width: 100%;display: flex;flex-wrap: wrap;padding-bottom:20px">
|
|
|
<div v-for="item in moreList" :key="item.id" class="out">
|
|
|
<img class="poster" :src="requireImg(item.poster)">
|
|
|
<div class="des">
|
|
@@ -267,7 +267,7 @@ onUnmounted(() => {
|
|
|
background-image: url('../assets/home/bg_ty.png');
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: contain;
|
|
|
- background-color: #FAFAFA; //估计是需要动态
|
|
|
+ background-color: #B3F1DA; //估计是需要动态
|
|
|
|
|
|
|
|
|
.home_header_inner {
|
|
@@ -339,6 +339,7 @@ onUnmounted(() => {
|
|
|
|
|
|
padding: 8px 30px;
|
|
|
cursor: pointer;
|
|
|
+ margin-bottom: 5px;
|
|
|
// display: flex;
|
|
|
align-items: center;
|
|
|
}
|