|
@@ -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;
|