|
|
|
@ -43,21 +43,21 @@ |
|
|
|
<div>安静</div> |
|
|
|
<img |
|
|
|
style="width: 45%; height: 40%; margin-top: 10%" |
|
|
|
src="../../assets/tiyuguan/quiet.png" |
|
|
|
src="../assets/tiyuguan/quiet.png" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div class="typeItem"> |
|
|
|
<div>舒适</div> |
|
|
|
<img |
|
|
|
style="width: 45%; height: 40%; margin-top: 10%" |
|
|
|
src="../../assets/tiyuguan/soft.png" |
|
|
|
src="../assets/tiyuguan/soft.png" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div class="typeItem"> |
|
|
|
<div>拥挤</div> |
|
|
|
<img |
|
|
|
style="width: 45%; height: 40%; margin-top: 10%" |
|
|
|
src="../../assets/tiyuguan/crowd.png" |
|
|
|
src="../assets/tiyuguan/crowd.png" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -123,7 +123,7 @@ export default{ |
|
|
|
.bfb { |
|
|
|
width: 100%; |
|
|
|
height: 25%; |
|
|
|
background-image: url("@/assets/tiyuguan/pins_bh.png"); |
|
|
|
background-image: url("../assets/tiyuguan/pins_bh.png"); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
position: relative; |
|
|
|
@ -190,14 +190,14 @@ export default{ |
|
|
|
// align-items: center; |
|
|
|
align-content: center; |
|
|
|
justify-content: center; |
|
|
|
background-image: url("../../assets/tiyuguan/视频大框.png"); |
|
|
|
background-image: url("../assets/tiyuguan/vbig_bg.png"); |
|
|
|
background-size: contain; |
|
|
|
background-repeat: no-repeat; |
|
|
|
.item { |
|
|
|
width: 40%; |
|
|
|
height: 40%; |
|
|
|
margin-top: 5px; |
|
|
|
background-image: url("../../assets/tiyuguan/视频小框.png"); |
|
|
|
background-image: url("../assets/tiyuguan/vsmall_bg.png"); |
|
|
|
background-size: contain; |
|
|
|
background-repeat: no-repeat; |
|
|
|
} |
|
|
|
|