<style>
* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
table {
border: black 2px solid;
border-collapse: collapse;
text-align: center;
font-size: 30px;
}
tr {
width: 200px;
height: 200px;
border: black 1px solid;
}
td {
width: 200px;
height: 200px;
border: black 1px solid;
}
input {
width: 200px;
height: 200px;
background-color: cornflowerblue;
font-size: 30px;
}
</style>
</head>
<body>
<table>
<tr>
<td class="td1">小米笔记本</td>
<td class="td1">iPhoneX</td>
<td class="td1">PS4游戏机</td>
</tr>
<tr>
js简易九宫格抽奖
最新推荐文章于 2023-09-22 10:22:05 发布