/* 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; /* background-image: url('https://yongma16.xyz/media/editor/wallhaven-we1xx7_20230331165330942057.jpg'); */ /* background-repeat: no-repeat; background-size: cover; */ 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: #fff; background-color: rgba(37, 0, 97,0); line-height: 50px; } .form-response { position: relative; width: 100%; margin-top: 10px; display: block; margin-bottom: 10px; color: #fff; background-color: rgba(0, 72, 94,0); box-sizing: border-box; min-height: 60px; } .form-response-user{ background-color: rgba(0, 72, 94,0); color:#fff; } .form-request-user{ background-color: rgba(37, 0, 97,0); color:#fff; } .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; } .scroll-answer{ height: calc(100vh - 140px); } .chat-container { width: 100%; height: calc(100vh - 40px); 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%; } .questioned-box-container{ display: flex; } .questioned-box{ position: relative; max-width: calc(100vw - 90px); height: auto; overflow-x: auto; background-color:rgb(0, 114, 221); border-radius: 10px; right: -5px; padding:0 10px; z-index: 999; } .questioned-box-poly{ position: relative; top:15px; width: 0; height: 0; border-radius: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 12px solid rgb(0, 114, 221); } .send-btn{ height: 60px;background: rgba(255,255,255,.8); color:rgb(0, 114, 221); padding-left: 10px; } .form-response-box{ position: relative; max-width: calc(100vw - 90px); word-break:keep-all; height: auto; overflow-x: auto; background-color: rgb(0, 114, 221); border-radius: 10px; left: -5px; padding:0 10px; box-sizing: content-box; z-index: 999; } .form-response-box-poly{ position: relative; top:15px; width: 0; height: 0; border-radius: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 12px solid rgb(0, 114, 221); } /* .loader-child:nth-of-type(1) { border-bottom: 3px solid #ffffff; } .loader-child:nth-of-type(2) { border-right: 3px solid #ffffff; } .loader-child:nth-of-type(3) { border-right: 3px solid #ffffff; } */