<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>小米商品展示</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.product {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
padding: 20px;
margin: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.product h2 {
font-size: 24px;
margin-bottom: 10px;
}
.product p {
font-size: 16px;
line-height: 1.5;
}
.product button {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 10px 2px;
cursor: pointer;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="container">
<div class="product">
<h2>小米手機(jī)</h2>
<p>產(chǎn)品名稱:小米手機(jī)</p>
<p>價格:¥999</p>
<p>特點:高性能處理器,大屏幕,長續(xù)航</p>
<button>立即購買</button>
</div>
<div class="product">
<h2>小米電視</h2>
<p>產(chǎn)品名稱:小米電視</p>
<p>價格:¥7999</p>
<p>特點:4K超清畫質(zhì),智能語音控制,海量內(nèi)容資源</p>
<button>立即購買</button>
</div>
<div class="product">
<h2>小米筆記本</h2>
<p>產(chǎn)品名稱:小米筆記本</p>
<p>價格:¥5999</p>
<p>特點:輕薄便攜,高性能處理器,高色域屏幕</p>
<button>立即購買</button>
</div>
</div>
</body>
</html>
本文內(nèi)容根據(jù)網(wǎng)絡(luò)資料整理,出于傳遞更多信息之目的,不代表金鑰匙跨境贊同其觀點和立場。
轉(zhuǎn)載請注明,如有侵權(quán),聯(lián)系刪除。