這三段文字的位置該如何定位啊,文本框用什么標簽好呢?
2 回答
橋本奈奈未
TA貢獻436條經驗 獲得超108個贊
<!DOCTYPE?html>
<html?lang="en">
<head>
????<meta?charset="UTF-8">
????<meta?name="viewport"?content="width=device-width,?initial-scale=1.0">
????<meta?http-equiv="X-UA-Compatible"?content="ie=edge">
????<title>Document</title>
????<style>
????????.item{display:?inline-block;margin:?0?50px;text-align:?center;}
????????.item>img?{width:?100px;height:?100px;background:?#ccc;}
????</style>
</head>
<body>
????<div?id="app">
????????<div?class="item">
????????????<img?src=""?alt="圖片">
????????????<p>text</p>
????????????<p>1231231321</p>
????????????<p>2342414</p>
????????</div>
????????<div?class="item">
????????????<img?src=""?alt="圖片">
????????????<p>23423423</p>
????????????<p>23424234</p>
????????????<p>234234</p>
????????</div>
????????<div?class="item">
????????????<img?src=""?alt="圖片">
????????????<p>98098098</p>
????????????<p>908098</p>
????????????<p>0939940</p>
????????</div>
????</div>
</body>
</html>添加回答
舉報
0/150
提交
取消
