Commit d4354911 by agan

xg

parent 0e33952d
Showing with 39 additions and 0 deletions
/*这一句是用来解决在安卓上的点击出现篮框问题*/
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
/*下面是解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-only;
}
::-webkit-scrollbar {display:none}
input {-webkit-appearance:none; /*去除input默认样式*/}
*{
padding: 0 !important;
margin: 0 !important;
}
img{display:block !important;margin:0.4rem auto 0 !important;text-align: center !important;max-width:100% !important;width: auto !important; height: auto !important;}
div,div *:not(input){
font-size: 0.426rem !important;
background-color: #fff !important;
color: #22222b !important;
line-height: 1.5;
}
input.inputName{
background-color:#fff !important;
color:#58DBD7 !important;
}
pre{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment