ruoyi-ui/src/views/homeRoot/personInfo.vue
@@ -1,6 +1,10 @@ <template> <div> adsafasdfasdfasdfsdf <div class="app-container"> <div class="wrapper"> <div id="building"> </div> </div> </div> </template> @@ -33,4 +37,16 @@ </script> <style> .wrapper { /*背景图*/ background: url("../../assets/images/Group 407.png"); width: 100%; height: 100%; position: fixed; background-size: 100% 100%; } #building { /*设置透明度*/ opacity: 0.75; } </style>