我有一些要求,需要使用 my-control 类jsfiddle将给定的内联 css 元素转换为外部 css ,
<div class="control my-control">
<div style="float: left;">
<div style="padding-left: 3px; padding-top: 3px;">
<div style="float: left;">Title:</div>
<div style="float: left; padding-left: 12px"></div>
<div style="clear: both"></div>
</div>
<div style="padding-left: 3px; padding-top: 3px;">
<div style="float: left;">Lyrics: </div>
<div style="float: left; padding-left: 3px">
<div style="overflow: hidden; width: 180px; white-space: nowrap;" class="lyric-content"></div>
</div>
<div style="clear: both"></div>
</div>
</div>
<div style="float: right; border-left: 1px solid black;">
<img src="Content/Images/play.png" style="height: 50px;"></div>
</div>