如何算得宽度
.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%是如何算出来的,请教大神