mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
tab light
This commit is contained in:
@@ -6,6 +6,13 @@ html body {
|
||||
font-size: 12px;
|
||||
font-family: "times new roman", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
|
||||
}
|
||||
|
||||
/*去掉引用*/
|
||||
*{
|
||||
-webkit-tap-highlight-color: #FFFFFF;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
/*-----------媒体查询---------------------*/
|
||||
|
||||
@media screen and (min-width: 480px) and (max-width: 639px) {
|
||||
|
||||
Reference in New Issue
Block a user