<div class="box">
  <span class="title1">title 1</span>
  <span class="title2">title 2</span>
</div>
// ue的宽度
$ue-width: 640

@function px2rem($px) 
  @return #{$px/$ue-width*100}rem


div 
  border: 1px solid #ccc
  width: px2rem(100)
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.