/* pages/homeContent/homeContent.wxss */ .container-future { position: relative; width: 100vw; height: 100vh; background: rgb(245, 245, 245); /* 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; box-shadow: 0 2rpx 5rpx 5rpx #c8c3c3; } .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; } .create-time { width: 100%; text-align: center; color: rgb(255, 255, 255); background: rgb(218, 218, 218); margin: 5px auto; } .header-box { position: relative; width: 100%; box-shadow: 0 1rpx 5rpx 5rpx #c8c3c3; z-index: 999; display: flex; } .copy-btn { background: rgb(0, 114, 221); color: #ffffff; border-radius: 5px; margin-top: 5px; } .copy-btn:hover { border: none; background: rgb(221, 0, 66); } .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%; } .shadow { box-shadow: 0 2rpx 5rpx 5rpx #c8c3c3; } .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; padding-top:0px; width: 100%; height: calc(100vh - 88px); box-shadow: inset 5px 5px #262626; overflow: auto; user-select: text; } .scroll-answer { height: calc(100vh - 180px); } .chat-container { width: 100%; height: calc(100vh - 40px); overflow-y: auto; overflow-x: hidden; position: relative; } .paste-btn { background: rgb(0, 114, 221); color: #ffffff; /* transform: scale(.7); */ border-radius: 5px; } .paste-btn:hover { border: none; background: rgb(221, 0, 66); } .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(255, 255, 255); border-radius: 10px; right: -5px; padding: 0 10px; z-index: 999; color: #333; font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; font-weight: 300; font-size: 32rpx; user-select: text; } .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(255, 255, 255); } .clear-paste-btn{ width:70%; display: flex; } .submit-input { box-shadow: 0 2rpx 5rpx 5rpx #c8c3c3; width: 70%; } .send-input { height: 60px; background: rgba(255, 255, 255, .8); width: 100%; height: 100px; position: relative; text-indent: 8px; /* padding-left: 5px; */ color: rgb(0, 114, 221); } .up-down-btn{ width:30%; } .send-btn { box-shadow: 0 2rpx 5rpx 5rpx #c8c3c3; width: 30%; background-color: #0758c1; height: 100px; line-height: 100px; text-align: center; } .empty-reponse-msg { position: relative; max-width: calc(100vw - 90px); height: auto; overflow-x: auto; background-color: rgb(255, 255, 255); border-radius: 10px; left: -5px; padding: 0 10px; z-index: 999; color: #333; font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; font-weight: 300; font-size: 32rpx; user-select: text; } .form-response-box { position: relative; max-width: calc(100vw - 50px); /* word-break:keep-all; */ /* white-space: pre-wrap; */ white-space: pre-line; height: auto; overflow-x: auto; background-color: rgb(255, 255, 255); border-radius: 10px; color: #333; font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; font-weight: 300; font-size: 32rpx; left: -5px; box-sizing: content-box; z-index: 999; user-select: text; } .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(255, 255, 255); } .paste-container { display: flex; border: 1px solid rgb(0, 114, 221); padding: 4px; } .paste-btn-up { background: rgb(0, 114, 221); color: #ffffff; width: 30px !important; height: 30px !important; line-height: 30px !important; text-align: center !important; border-radius: 100%; } .paste-btn-up:hover { border: none; background: rgb(221, 0, 66); } .paste-btn-down:hover { border: none; background: rgb(221, 0, 66); } .paste-btn-down { margin-left: 2px; background: rgb(0, 114, 221); color: #ffffff; width: 30px !important; height: 30px !important; line-height: 30px !important; text-align: center !important; border-radius: 100%; } /* .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; } */