美文网首页
weex playground 练习

weex playground 练习

作者: 屈涯 | 来源:发表于2019-02-18 15:44 被阅读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

相关文章

网友评论

      本文标题:weex playground 练习

      本文链接:https://www.haomeiwen.com/subject/digaeqtx.html