*{ padding: 0; margin: 0; font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; line-height: 1; } ::-webkit-scrollbar { width: 0.6rem; height: 1rem; background-color: #71471d; } ::-webkit-scrollbar-thumb { height: 5rem; background-color: #EA9649; outline: 0.5rem solid #EA9649; outline-offset: -0.5rem; } ::-webkit-scrollbar-thumb:hover { height: 5rem; background-color: #EA9649; } li{ list-style: none; } html,body{ width: 100%; height: 100%; font-size: 34px; } body{ position: relative; color: #EA9649; max-width: 100%; margin: 0 auto; } button,input{ border: none; outline: none; background: none; font-size: 1rem; } .body{ width: 100%; height: 100%; } .bg{ width: 100%; top: 0; position: absolute; z-index: -1; } .content{ width: 1000px; height: 500px; margin: 0 auto; } .title{ text-align: center; padding-top: 6%; } .input{ height: 60px; display: flex; width: 100%; font-size: 0; position: relative; } .input input{ font-size: 24px; border: #EA9649 5px solid; border-right: none; background: none; color: #EA9649; padding-left: 0.63rem; padding-right: 2.63rem; margin: 0; flex: 30; } .input span{ padding: 0 10px; height: 50px; border-top: #EA9649 5px solid; border-bottom: #EA9649 5px solid; flex: 1; text-align: center; display: flex; justify-content: center; align-items: center; } .input span img{ vertical-align: middle; display: inline-block; width: 30px; height: 30px; opacity: 0; } .input .button{ flex: 3; background: #EA9649; margin: 0; font-size:24px; height: 60px; line-height: 60px; margin: 0 auto; color: #000; min-width: 15%; text-align: center; } .result{ display: flex; width: 100%; margin: 10px 0; height: 70px; } .result li{ font-size: 20px; list-style: none; display: inline-block; margin-right: 0.38rem; padding: 0.13rem 0.25rem; vertical-align: middle; } .result li:last-of-type{ margin-right: 0; } .result li img{ margin-top: 20px; width: 30px; vertical-align: middle; } .result .active{ background: #EA9649; color: #000; } #canvasWrap { position:relative; margin:0 auto; width:990px; height:340px; border:5px solid #EA9649; font-size: 0; } #clear{ opacity: 0; } .cls{ text-align: center; width: 100%; position: fixed; left: 50%; transform: translateX(-50%); } .cls img{ width: 1.88rem; } .result-page{ display: none; } .reload{ margin-top: 0.5rem; text-align: right; } #reload{ width: 1rem; } .result-page ul { margin-left: 0.63rem; margin-top: 0.5rem; user-select: none; } .result-page ul li{ display: flex; align-items: center; margin-top: 0.63rem; font-size: 24px; } .result-page ul li img{ width: 150px; height: 150px; object-fit: cover; margin-right: 1.88rem; } .result-page ul li span{ width: 15.63rem; line-height: 1.5; } .no-result{ box-sizing: border-box; text-align: center; margin-top: 20px; display: none; } .no-result img{ width: 200px; height:auto; } .no-result p{ line-height: 1.5; } .result-page{ box-sizing: border-box; } .reload{ padding-right: 30px; } ::-webkit-scrollbar{ height: 0 !important; }