Browse Source

feat: 热点开发

lanxin 8 months ago
parent
commit
dff5d4bce9
3 changed files with 2 additions and 1 deletions
  1. BIN
      src/assets/images/pc/hot_bg.png
  2. BIN
      src/assets/images/pc/hot_bg_M.png
  3. 2 1
      src/views/Home.vue

BIN
src/assets/images/pc/hot_bg.png


BIN
src/assets/images/pc/hot_bg_M.png


+ 2 - 1
src/views/Home.vue

@@ -243,7 +243,6 @@ export default {
 
 
 <style lang="less" scoped>
 <style lang="less" scoped>
 .home {
 .home {
-  font-family: 'fzFont';
   background: url("../assets/images/pc/hot_bg.png") no-repeat center center;
   background: url("../assets/images/pc/hot_bg.png") no-repeat center center;
   background-color: rgba(transparent, 0.8);
   background-color: rgba(transparent, 0.8);
   background-size: 100% 100%;
   background-size: 100% 100%;
@@ -457,6 +456,8 @@ export default {
   .home {
   .home {
     width: 90%;
     width: 90%;
     height: 55%;
     height: 55%;
+    background: url("../assets/images/pc/hot_bg_M.png") no-repeat center center;
+    background-size: cover !important;
     transform: translate(-50%, -65%);
     transform: translate(-50%, -65%);
     #myAudio {
     #myAudio {
       width: 90vw;
       width: 90vw;