weex playground 练习

2019-02-18  本文已影响2人  屈涯

<template>
<text id = 'text' >input</text>
</template>

<script>

</script>

<style>

text{

background-color:red;
height:100px;
width:100px;
margin-left:100px;
margin-top:100px;
/*对齐文本到这个红色框中心*/
text-align:center;
border-width:10px;
border-radius:5px;
border-color:blue;

}
</style>

Capture.PNG
上一篇 下一篇

猜你喜欢

热点阅读