/* pages/homeContent/homeContent.wxss */ .container-future{ position: relative; width: 100vw; height:100vh; background: linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px); background-repeat: repeat; background-size: 10px 10px; border: 1px solid #01c4ff; overflow: hidden; box-sizing: border-box; } .loading{ position: absolute; width: 100px; height: 100px; perspective: 780px; position: relative; top:25%; left:50%; transform: translate(-50%,-25%); } .container-box{ position: relative; width: 100vw; height: 100vh; overflow: auto; } .header-container{ position: absolute; height:30px; width: 100vw; } .content-container{ margin-top:30px; position: absolute; height:100vh; width: 100vw; overflow: auto; } .flex-container{ display: flex; justify-content: center; align-items: center; line-height: 30px; } .header-container{ width: 100vw; } .header-btn{ color:#262626; margin:0; padding:0; } .title{ color:#ffffff; flex:1; font-size: 12px; line-height: 30px; text-align: center; background: rgb(252, 37, 8); } button{ border-radius: 0; outline: none; font-weight: normal; } .btn-default{ color:#262626; flex:1; width:300px; text-align: center; background-color: #ffffff; } .actived{ color: #ffffff; flex:1; text-align: center; background-color: rgb(8, 183, 252); }