我查找/搜索了对齐,位置(等)
见图:
答案 0 :(得分:0)
答案 1 :(得分:0)
你看过布局了吗?创建一个容器并在其上堆叠一个按钮和一个标签。
http://layout.jquery-dev.net/documentation.cfm#Properties_Methods
答案 2 :(得分:0)
答案 3 :(得分:0)
好的,让它运转起来:
<head>
<style type="text/css">
<!--
a{
line-height: 500px;
text-align:buttom;
}
-->
</style>
</head>
<body>
<a data-corners="false" href="index.html" data-role="button" data-icon="delete"
data-iconpos="top" data-theme="a">LIVINGROOM</a>
</body>
</html>
注意: line-height:500px;因为我的按钮比标准大。