1. Recentemente eu estava usando o h5 canvas para desenhar animações e descobri que as imagens estavam particularmente borradas. Mais tarde, finalmente descobri que o culpado era o código <meta name=viewport content=width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no />, por causa desta linha o código é escalonado
2. O efeito de imagens desfocadas:
3. O efeito após remover a compressão
O código pode ser alterado para
<!DOCTYPE html><html><head> <meta charset=utf-8 /> <meta name=viewport content=user-scalable=no /> <title>Página de detalhes do evento</title> <script src=js/ rem.js type=text/javascript charset=utf-8></script> <link rel=stylesheet type=text/css href=css/m_reset.css /> <link rel=stylesheet type=text/css href=css/gameListsNew.css /> <link href=css/mask.css rel=stylesheet /></head><body> <div class=tipMask> <div class=tipBox> <img src=img/faileTip.png class=tipsImg /> <div class=fileBtn> <img src=img/fileBtn.png /> <span class=tryAgain>Tente novamente</span> </div> </div> </div> <div> <img src=img/whiteBack.png class=titleImg / > <div class=bgEvent id=contentbody> <div id=eventDetail v-cloak> <!--Title--> <div class=detailevent> <div class=titlevs> <img class=teamFlagLogo onerror=nofind(this); :src='img/teamlogonew/'+eventDetail.HomeTeamID+'.png' /> <div class=countryName> {{eventDetail.HomeTeamName}} </ div> </div> <div class=titlevs style=padding-top:0.3rem;> <div> <!--Ainda não iniciado--> <!--<p class=theWorldCup>Copa do Mundo</p>--> <p class=theGameNowDataTime>{{eventDetail.TimeFormat }}</p> <p class=gameBeginTime>{{getScoreOrVs(eventDetail.HomeTeamScore, eventDetail .AwayTeamScore)}}</p> </div> <!--Duração inicial--> <!--<div> <p>73:40</p> </div>--> </div> <div class=titlevs> <img class=teamFlagLogo onerror=nofind(this); .AwayTeamID+'.png' /> <div class=countryName> {{eventDetail.AwayTeamName}} </div> </div> </div> <div id=ordersuccess class=ordersuccess> <div style=text-align:right;padding-top:0.2rem;padding-left:0.2rem;> <img src=img/ordersuccess/close.png style=width:0.45rem; altura:0,45rem;id=closesuccess onclick=closesuccess() /> </div> <div class=teamname>; <div class=teamnameitem><p class=teamnameitemtop>{{eventDetail.HomeTeamName}}</p><br /><p class=teamnameitembottom>HOME</p></div> <div class=teamnameitem ><p class=teamnameitemmiddle>VS</p></div> <div class=teamnameitem><p class=teamnameitemtop>{{eventDetail.AwayTeamName}}</p><br /><p class=teamnameitembottom>AWAY</p></div> </div> <div class=teamdetail> <div class=teamdate><span>{{eventDetail.CompetitionName}}</span><span>/</span><span>{{eventDetail.DateFormat}}</span></div> <div class=teamplaysselection> <table style=width:100%;text-align:left;height:100%;> <tr> <td class=teamplaysselectiontop style=width:50%;>Como jogar</td> <td class=teamplaysselectiontop style=width:50%;>Opções</td> </tr> <tr> <td class=teamplaysselectionbottom style=width:50 %; id=rulename>Probabilidades de Partida</td> <td class=teamplaysselectionbottom style=width:50%; id=selectionname>Home</td> </tr> </table> </div> <div class=teamwinmoney> <table style=width:90%;text-align:left;height:100%;> <tr > <td class=teamwinmoneytop style=width:50%;> Principal</td> <td class=teamwinmoneytop style=width:50%;> Probabilidades</td> <td class=teamwinmoneytop style=width:50%;> Pré-vitória</td> </tr> <tr> <td class=teamwinmoneybottom style=width:50%; id=betmoneysuc>1000</td> <td class =teamwinmoneybottom style=width:50%; id=betodds>12,54</td> <td class=teamwinmoneybottom style=width:50%; id=betwin>12540</td> </tr> </table> </div> </div> </div> </div> <div> <div class= square id=square> <canvas id=courtCaseNew width=980 height=765></canvas> </div> <img src=img/balllittle.png style=width:20px;height:20px;display:none; id=imgballNew /> </div> <div class=middlechat> <div class=middleitem id=jcc> <p class=tabActive>Campo de Apostas</p> </div> <div class=middleitem id=jcjl> <p class=tabCommon>Registro de apostas</p> </div> <div class=middleitem id=sssj> <p class=tabCommon>Eventos</p> </div> <div class=middleitem id=jstj> <p class=tabCommon>Estatísticas Técnicas</p> </div> </div div> <div class=downChangrTab quizGames style=display: block;> <div id=ruleTypeItems v-cloak> <!--ganhar, empatar, perder--> <div class=diffPlaysTetx v-for=(item,index) in eventDetail.Market v-if=item.RuleType==100> <span class=speciesName>Resultados</span> <span class=rotary v-if=item. !=1>(Fechado)</span> <span class=speciesExp>Adivinhe o resultado das duas equipes em 90 minutos (incluindo acréscimos)</span> </div> <div v-for=(item,índice) em eventDetail.Market v-if=item.RuleType==100 id=resultado nome=selectionItems class=result> <div v-bind:class=[(select.BackOdds<1.01 || item.State!=1) ? 'resuitemGray commonBorderGray':'resuitem commonBorder'] v-for=(select,index) in item.Selection v-on:click=select.BackOdds>=1.01 &&clickFun($event,item.State,select.BackOdds,item.MarketId,select.SelectionId,'Result' , select.SelectionName); nome=itemSelection> <p class=winEquLose v-bind:name='item'+item.MarketId>{{select.SelectionName}}</p> <p class=winEquLoseOdds v-bind:name='item'+item.MarketId> <span v-bind: id=item.MarketId+select.SelectionId v-bind:maxlimit=select.MaxStakeLimit>{{select.BackOdds}}</span> <img src=img/upIng.png style=width:0.2rem;display:none; +item.MarketId+select.SelectionId /> <img src=img/downIng.png style=width:0.2rem;display:none; v-bind:id='greenOne'+item.MarketId+select.SelectionId /> </p> </div> </div> <!--Ímpar e par- - > <div class=diffPlaysTetx v-for=(item,index) em eventDetail.Market v-if=item.RuleType==130> <span class=speciesName>Ímpar e Par</span> <span class=rotary v-if=item.State!=1>(Fechado)</span> <span class=speciesExp>Adivinhe os 90 minutos (incluindo o tempo de acréscimo) jogo Total de gols pares e ímpares</span> </div> <div id=oddeven v-for=(item,index) in eventDetail.Market v-if=item.RuleType==130 name=selectionItems class=oddeven> <div v-bind:class=[(select.BackOdds<1.01 || item.State!=1) 'oddevenitemGray commonBorderGray':'oddevenitem commonBorder'] v-for=(select,index ) em item.Selection v-on:click=select.BackOdds>=1.01 &&clickFun($event,item.State,select.BackOdds,item.MarketId,select.SelectionId,'ímpar e par',select.SelectionName) name=itemSelection> <p class=winEquLose v-bind:name='item'+ item .MarketId v-bind:id='selectionname'+item.MarketId+select.SelectionId>{{select.SelectionName}}</p> <p class=winEquLoseOdds v-bind:name='item'+item.MarketId> <span v-bind:id=item.MarketId+select.SelectionId v-bind:maxlimit=select.MaxStakeLimit>{{select.BackOdds}}</span> <img src=img/upIng.png style=width:0.2rem;display:none; +item.MarketId+select.SelectionId /> <img src=img/downIng.png style=width:0.2rem;display:none; v-bind:id='greenOne'+item.MarketId+select.SelectionId /> </p> </div> </div> <!--Total de metas- - > <div class=diffPlaysTetx v-for=(item,index) em eventDetail.Market v-if=item.RuleType==410> <span class=speciesName>Total de metas</span> <span class=rotary v-if=item.State!=1>(Fechado)</span> <span class=speciesExp>Adivinhe 90 minutos (incluindo o tempo de acréscimo) O número total de gols no jogo</span> </div> <div id=totalGoals v-for=(item,index) in eventDetail.Market v-if=item.RuleType==410 name=selectionItems class=totalGoals> <div v-bind:class=[(select.BackOdds<1.01 || item.State!=1) 'totalGoalitemGray commonBorderGray':'totalGoalitem commonBorder'] v-for=(select,index ) em item.Selection v-on:click=select.BackOdds>=1.01 &&clickFun($event,item.State,select.BackOdds,item.MarketId,select.SelectionId,'Total Goals',select.SelectionName) name=itemSelection> <p class=winEquLose v-bind:name='item'+ item .MarketId v-bind:id='selectionname'+item.MarketId+select.SelectionId>{{select.SelectionName}}</p> <p class=winEquLoseOdds v-bind:name='item'+item.MarketId> <span v-bind:id=item.MarketId+select.SelectionId v-bind:maxlimit=select.MaxStakeLimit>{{select.BackOdds}}</span> <img src=img/upIng.png style=width:0.2rem;display:none; +item.MarketId+select.SelectionId /> <img src=img/downIng.png style=width:0.2rem;display:none; v-bind:id='greenOne'+item.MarketId+select.SelectionId /> </p> </div> </div> <!--Pontuação completa- - > <div class=diffPlaysTetx v-for=(item,index) em eventDetail.Market v-if=item.RuleType==140> <span class=speciesName>Pontuação em tempo integral</span> <span class=rotary v-if=item.State!=1>(Fechado)</span> <span class=speciesExp>Adivinhe 90 minutos (incluindo tempo de acréscimo) Completo pontuação</span> </div> <div id=correctScoreHome v-for=(item,index) em eventDetail.Market v-if=item.RuleType==140 name=selectionItems class=correctScoreHomeAway> <div v-bind:class=[(select.BackOdds<1.01 || item.State!=1) ? 'correctScoreitemGray commonBorderGray':'correctScoreitem commonBorder'] v-for=(select,index) no item .Seleção v-on:click=select.BackOdds>=1.01 &&clickFun($event,item.State,select.BackOdds,item.MarketId,select.SelectionId,'pontuação completa',select.SelectionName) name=itemSelection> <p class=winEquLose v-bind:name='item'+ item .MarketId v-bind:id='selectionname'+item.MarketId+select.SelectionId>{{select.SelectionName}}</p> <p class=winEquLoseOdds v-bind:name='item'+item.MarketId> <span v-bind:id=item.MarketId+select.SelectionId v-bind:maxlimit=select.MaxStakeLimit>{{select.BackOdds}}</span> <img src=img/upIng.png style=width:0.2rem;display:none; +item.MarketId+select.SelectionId /> <img src=img/downIng.png style=width:0.2rem;display:none; v-bind:id='greenOne'+item.MarketId+select.SelectionId /> </p> </div> </div> <div class=downImg onclick=clickImg ()> <img src=img/toDown.png /> </div> <!--Próximo objetivo--> <div class=diffPlaysTetx v-for=(item,index) in eventDetail.Market v-if=item.RuleType==350> <span class=speciesName>Próxima meta</span> <span class=rotary v-if=item.State != 1>(Fechado)</span> <span class=speciesExp>Adivinhe o time que marcará o próximo gol em 90 minutos (incluindo os acréscimos)</span> </div> <div id=nextgoal v-for=(item,index) em eventDetail.Market v-if=item.RuleType==350 name=selectionItems class=result> <div v-bind:class=[(select.BackOdds<1.01 || item.State !=1) ? 'resutitemGray commonBorderGray':'resutitem commonBorder'] v-for=(select,index) em item.Selection v-on:click=select.BackOdds>=1.01 &&clickFun($event,item.State,select.BackOdds,item.MarketId,select.SelectionId,'Próxima Meta',select.SelectionName) name=itemSelection > < p class=winEquLose v-bind:name='item'+item.MarketId v-bind:id='selectionname'+item.MarketId+select.SelectionId>{{select.SelectionName}}</p> <p class=winEquLoseOdds v-bind:name='item'+item.MarketId> <span v-bind:id=item.MarketId+select.SelectionId v-bind:maxlimit=select.MaxStakeLimit>{{select.BackOdds}}</span> <img src=img/upIng.png style=width:0.2rem;display:none; +item.MarketId+select.SelectionId /> <img src=img/downIng.png style=width:0.2rem;display:none; v-bind:id='greenOne'+item.MarketId+select.SelectionId /> </p> </div> <div class= style=width: 100%;altura :0,45rem;></div> </div> <div class=perchDiv style=width: 100%;altura:3rem;></div> </div> </div> <!--Guess record--> <div class=downChangrTab guessRecord> <div class=hide-body id=dialogorders> <div class =tableNameGuess> <li>Como jogar</li> <li>Opções</li> <li>Probabilidades</li> <li>Bônus</li> <li>Resultados</li> </div> < ul style=background:#FFFFFF;height:4.79rem;overflow: scroll;> <div class=guessedLists id=contentOrders v-for=(item,index) em pedidos> <li> {{item.MarketName}} </li > <li> {{item.SelectionName}} </li> <li> {{item.FillPrice}} </li> <li> {{item.FillAmount}} </li> <li> <p v-if=item.Status == '0'> Confirmação pendente</p> <p v-else-if=item.Status == '1 '>Pedido OK</p> <p v-else-if=item.Status == '2'>{{item.NetReturn}}</p> <p v-else-if=item.Status == '3'>O pedido foi cancelado</p> <p v-else-if=item.Status == '4'>O pedido é inválido</p> <p v-else=item.Status = = '5 '>O pedido foi rejeitado, eventos importantes ocorreram durante o período de atraso das apostas, etc.</p> </li> </div> </ul> </div> </div> <!--Event eventos--> <div class =downChangrTab style=display: nenhum; v-if=> <div class=login-body id=contentCases> <table class=whatHappen v-if=cases.length >0> <tr> <td></td> <td class=happenedMiddle> <div class =aconteceuMiddle_top style=margin-top: 0.4rem;></div> </td> <td></td> </tr> </table> <table class=whatHappen style= v-for=(item,index) nos casos border=0 cellpacing=0 cellpadding=0> <tr> <td></td> <td class=happenedMiddle> <div class=happenedMiddle_line></div> < /td> <td></td> </tr> <tr v-if=item.CaseDescription.indexOf('main')>-1> <td class=eventsHappendLeft_things> <div class=eventsText> <p class=eventsTextLeft_time>{{item.CaseMinutes}}'</p> <p class=eventsTextLeft_Country>{{item.CaseDescription}}</p> </div> < /td> <td class=happenedMiddle> <div class=eventsHappend_img> <img :src=GetMatchEventImg(item.CaseDescription) /> </div> </td> <td></td> </tr> <tr v-if=item.CaseDescription.indexOf('客')>- 1> <td></td> <td class=happenedMiddle> <div class=eventsHappend_img> <img :src=GetMatchEventImg(item.CaseDescription) /> </div> </td> <td class=eventsHappendRight_things> <div class=eventsText> <p class=eventsTextRight_Country>{{item.CaseDescription}}</p> <p class=eventsTextRight_time>{{item.CaseMinutes}}'</p> </div> </td> </tr> <tr v-if=item.CaseDescription.indexOf('main')<0 && item.CaseDescription.indexOf('main')<0> <td></td > <td> <a class=ti tlefoc>{{item.CaseMinutes}}'</a> <a class=titlefoc>{{item.DesChina}}</a> </td> <td></td> </tr> </table> <table class=whatHappen v-if=cases.length >0> <tr> <td></td> <td class=happenedMiddle> <div class=happenedMiddle_line></div> <div class=happenedMiddle_top></div> </td> <td></td> </tr> </table> <!--<div style=largura: 100%; altura: 2,7rem;></div>--> </div> </div> <!--Estatísticas Técnicas--> <div class=downChangrTab style=display: none;> < div class=skillInfoGaryBg id=stutsskillsData> <div class=skillInfo v-for=(item, índice) em skillsData> <li class=shotsOnTargets> <div class=shotsOnTargets_left> <p class=skillsTextFonts>{{item.AwayTeamValue}}</p> <div class=sotl_bg> <div class=sotl_bgProgress></div> </div> </div > <div class=shotsOnTargets_middle> <img :src=GetMatchStatsImage(item.StatsType) /> <p class=shills_name>{{item.StatsType}}</p> </div> <div class=shotsOnTargets_right> <p class=skillsTextFonts>{{item.HomeTeamValue} }</p> <div class=sotl_bg> <div class=sotl_bgProgress></div> </div> </div> </li> </div> </div> </div> </div> <!--Bottom order--> <div class=buttomOrder> <!--Inserção de valor - -> <!--Valor da aposta--> <div class=aboutMoney> <input type=text name= id=betmoney class=gussMoney value=Valor da aposta placeholder= readonly=readonly v-model=gussMoney /> <img src=img/clearBetMoney.png class=clearGussMoney id=clearGussMoney /> <!--Balance--> <span class=balanceMoney id=minemoney>Meu saldo: 888</span> <!--Valor da aposta -- > <div class=diffGussMoney style=text-align:center;> <ul> <li name=bettingmoney class=difGuMonCom val=100>+100</li> <li name=bettingmoney class=difGuMonCom val=500>+500</li> <li name=bettingmoney class=difGuMonCom val=1000>+1000</li> <li class= difGuMonCom id=allin style=line-height: 0.5rem;> <p style=height: 0.3rem;>Todos <span style=margin-left: 0.05rem;>em</span></p> <p id=allinvalue style=height: 0.3rem;>100</p> </li> </ p> ul> </div> <!--OK--> <p class=subSure subSureRed style=text-align:center onclick=CreateOrder(); id=subSure> OK</p> </div> </div> <!--Camada de máscara após pedido bem-sucedido--> <div id=overlay class=overlay></div> </div> <div > < img src=img/goal/goalball.png /> <img src=img/goal/goal.png /> <img src=img/goal/fireworks.png /> </div> <script src=js/jquery-1.10.2.min.js type=text/javascript charset=utf-8></script> <script src=js/vue.min.js type=text/javascript charset=utf-8></script> <script src=js/common.js?ver=012902 type=text/javascript charset=utf-8></script> <script src=js/jquery.cookie.min.js></script> <script src=js/mask.js?ver=012901></script> <script type= text/javascript src=js/eventDetailsNew.js?ver=012908></script> <script src=../js/animation.js></script></body></html> ResumirO texto acima é a solução perfeita para o desfoque de imagem do HTML5 Canvas introduzido pelo editor. Espero que seja útil para você. Se você tiver alguma dúvida, deixe-me uma mensagem e o editor responderá a tempo. Gostaria também de agradecer a todos pelo apoio ao site de artes marciais VeVb!