/* pages/homeContent/homeContent.wxss */ .container-blog{ position: relative; width: 100vw; height:90vh; 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:20%; left:50%; transform: translate(-50%,-20%); } .blog-container-box{ width: 100vw; height: calc(100vh - 110px); overflow: auto; user-select: text; } .blog-container{ margin-top:100px; width: 100vw; height: auto; margin-bottom:10px; user-select: text; } .blog-title{ text-align: center; font-weight: bold; background: rgba(114, 158, 240); color: #ffffff; position: relative; margin:0; padding: 10px; width: 100%; min-height: 20px; box-shadow: 0 2rpx 5rpx 5rpx #c8c3c3; } .blog-title:active,.blog-title:hover{ color:#fff; }