This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"sig":"b571c3050de3ef517f667016566429bfa4b9f2c0adf2efb6faa3a22d5fa0b4b94efbb92eb2347dae0f83fd10403bc5e7a6b1eeb2ccbe094935f9e96e2d61219a0","msghash":"787d5e10edce99f1416b635c1db3ca9cb404a413f61ff9dd5fdae92f68fed5d0"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -webkit-font-smoothing:antialiased; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| overflow-scrolling:touch; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -webkit-backface-visibility:hidden; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "-webkit-appearance:none;"可以用来去掉<select>的默认箭头样式,这样就可以通过background设置修改<select>的外观; | |
| 但是"-moz-appearance:none;"在Firefox中存在bug,需要增加"text-indent:1px; text-overflow:;"才可以生效 |