common.css 218 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 body ,html{ margin: 0 auto; padding: 0 auto; height: 100%; -webkit-overflow-scrolling:touch; } p{ font-size: 0.33rem; } image{ width: 100%; height: 100%; } a{ text-decoration: none; }