/* pages/homeContent/homeContent.wxss */ .container-front{ position: relative; width: 100vw; height:100vh; background: rgba(255,255,255,0.8); /* fallback for old browsers */ overflow: hidden; } .loading{ position: absolute; width: 100px; height: 100px; perspective: 780px; position: relative; top:25%; left:50%; transform: translate(-50%,-25%); } .container-box{ position: relative; height: calc(100vh - 212px); overflow: auto; }