/* pages/homeContent/homeContent.wxss */ .container-future { position: relative; width: 100vw; height: 100vh; background: linear-gradient(to right, rgba(1, 41, 116, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(1, 41, 116, 0.1) 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: 100%; height: 100vh; overflow: auto; } .header-container { position: absolute; height: 30px; width: 100%; } .content-container { margin-top: 30px; position: absolute; height: 100vh; width: 100%; 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); } .form-container-api { display: block; height: auto; width: 100%; } .form-request { display: block; width: 100%; color: #07c160; background-color: rgb(37, 0, 97); line-height: 50px; padding: 5px; } .form-response { position: relative; width: 100%; margin-top: 10px; display: block; margin-bottom: 10px; color: #07c160; background-color: rgb(0, 72, 94); } .form-class-submit { margin-top: 10px; display: block; width: 100%; background-color: rgb(248, 70, 0); } .form-container-introduce { position: relative; width: 100%; height: calc(100vh - 60px); } .container-box-article{ position: relative; width: 100%; height: calc(100vh - 100px); overflow: auto; } .chat-container { margin-top: 10px; width: 100%; height: calc(100vh - 120px); overflow-y: auto; overflow-x: hidden; position: relative; } .user-image-box { width: 200px; height: 140px; text-align: center; align-items: center; } .user-image { position: relative; width: 15px; height: 15px; border-radius: 50%; } .ai-image { position: relative; width: 20px; height: 20px; border-radius: 50%; }