123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- *{
- 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: 90%;
- margin: 0 auto;
- }
- .title{
- text-align: center;
- padding-top: 6%;
- }
- .input{
- display: flex;
- width: 100%;
- font-size: 0;
- position: relative;
- }
- .input input{
- border: #EA9649 0.13rem solid;
- border-right: none;
- background: none;
- color: #EA9649;
- padding-left: 0.63rem;
- padding-right: 2.63rem;
- margin: 0;
- flex: 30;
- }
- .input span{
- display: inline-block;
- height: 1rem;
- padding: 0.63rem 1.25rem;
- border-top: #EA9649 0.13rem solid;
- border-bottom: #EA9649 0.13rem solid;
- flex: 1;
- text-align: center;
- }
- .input span img{
- vertical-align: middle;
- display: inline-block;
- height: 100%;
- opacity: 0;
- }
- .input .button{
- flex: 3;
- padding: 0.63rem 1.25rem;
- background: #EA9649;
- border-top: #EA9649 0.13rem solid;
- border-bottom: #EA9649 0.13rem solid;
- margin: 0;
- font-size:1rem;
- line-height: 1rem;
- height: 1rem;
- margin: 0 auto;
- color: #000;
- min-width: 15%;
- text-align: center;
- }
- .result{
- width: 100%;
- margin: 0.63rem 0;
- min-height: 1.88rem;
- }
- .result li{
- 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{
- width: 1.25rem;
- vertical-align: middle;
- }
- .result .active{
- background: #EA9649;
- color: #000;
- }
- #canvasWrap {
- position:relative;
- margin:0 auto;
- width:100%;
- height:40%;
- min-height: 20rem;
- border:0.13rem 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: 1.2rem;
- }
- .result-page ul li img{
- width: 7rem;
- height: 7rem;
- margin-right: 1.88rem;
- }
- .result-page ul li span{
- width: 15.63rem;
- line-height: 1.5;
- }
- .no-result{
- text-align: center;
- margin-top: 5rem;
- display: none;
- }
- .no-result img{
- width: 14.38rem;
- height:auto;
- }
- .no-result p{
- line-height: 1.5;
- }
|