如何算得寬度
.music > img:first-of-type {position: absolute; top: 24%;z-index: 1; right: 2.5%; width: 28.421%; /**去量,去計算。*/ }其中?right: 2.5%; width: 28.421%是如何算出來的。
.music > img:last-of-type{position: absolute; top: 0;z-index: 0; right: 0; bottom: 0; left: 0; width: 79%; margin: auto; }
中的寬度79%是如何算出來的,請教大神
2017-06-16
視頻中說是在ps中量出來的