div{
width:100px + 10in;
height: 10in + 100px; /*1個單位的in英寸換算為96px*/
border: 10cm + 10px;
}
div { width: 1060px; height: 11.04167in; /*1個單位的in英寸換算為96px*/ border: 10.26458cm; }
計算結(jié)果的單位與第一個值的單位有關(guān)
width:100px + 10in;
height: 10in + 100px; /*1個單位的in英寸換算為96px*/
border: 10cm + 10px;
}
div { width: 1060px; height: 11.04167in; /*1個單位的in英寸換算為96px*/ border: 10.26458cm; }
計算結(jié)果的單位與第一個值的單位有關(guān)
2016-12-18
老師 我用的WebStorm 出現(xiàn)中文編碼問題:
Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8
Use --trace for backtrace.
跪求解決之道。
Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8
Use --trace for backtrace.
跪求解決之道。
2016-12-09
Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8
Use --trace for backtrace.
Use --trace for backtrace.
2016-12-09