|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 标题 -->
|
|
<!-- 标题 -->
|
|
|
<div class="top-center-box" v-if="!showVideo">
|
|
<div class="top-center-box" v-if="!showVideo">
|
|
|
- <div class="top-center-inner-box" style="background-image: url('./src/assets/programming/list_title.png');">
|
|
|
|
|
|
|
+ <div class="top-center-inner-box">
|
|
|
<span>{{ pageTitle }}</span>
|
|
<span>{{ pageTitle }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -356,6 +356,7 @@ const goBackIndex = () => {
|
|
|
.top-center-inner-box{
|
|
.top-center-inner-box{
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
+ background-image: url('@/assets/programming/list_title.png');
|
|
|
background-size: 70%;
|
|
background-size: 70%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center; /* 背景图垂直水平居中 */
|
|
background-position: center center; /* 背景图垂直水平居中 */
|