参考
http://www.jianshu.com/p/03b005462e6d
<template>
<div>
<text class="text" style="color:red;">Hello world</text>
</div>
</template>
<style>
.text{
font-size:160;
}
</style>
<script></script>
$ weex hello.we