iT邦幫忙

1

我要試著刻出跟圖片中一樣的框架

  • 分享至 

  • xImage

https://ithelp.ithome.com.tw/upload/images/20231129/20162024GHIXOYHlIZ.jpg
https://ithelp.ithome.com.tw/upload/images/20231129/201620242q6pfTZ1XJ.jpg

看更多先前的討論...收起先前的討論...
froce iT邦大師 1 級 ‧ 2023-11-29 15:06:47 檢舉
把圖片中刻出框架?
為什麼我中文聽不懂你說?
確定是要討論?我怎麼看不出做了什麼研究?
如果你只想抄版,以下拿去,chatGPT付費版產的,你可以自己拿去改
<!DOCTYPE html>
<html lang="zh-Hant">
<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; }
.container { width: 90%; margin: auto; }
.header, .footer { text-align: center; padding: 10px; }
.nav { background-color: #f2f2f2; padding: 10px; }
.nav ul { list-style: none; }
.nav ul li { display: inline; margin-right: 10px; }
.record-table { width: 100%; border-collapse: collapse; }
.record-table th, .record-table td { border: 1px solid #ddd; padding: 8px; }
.record-table th { background-color: #f2f2f2; }
.button { padding: 10px; background-color: blue; color: white; border: none; border-radius: 5px; cursor: pointer; }
.select { padding: 10px; border-radius: 5px; }
</style>
</head>
<body>

<div class="container">
<div class="nav">
<!-- Navigation content -->
</div>

<!-- Vehicle Records Section -->
<div class="vehicle-records">
<h2>車輛進出記錄</h2>
<!-- Filters -->
<div>
<!-- Dropdowns and Date Pickers -->
</div>

<!-- Record Table -->
<table class="record-table">
<thead>
<tr>
<th>車牌號碼</th>
<th>進入時間</th>
<th>出去時間</th>
<th>停車位置</th>
<th>動作</th>
</tr>
</thead>
<tbody>
<!-- Table rows -->
</tbody>
</table>
</div>

<div class="footer">
<!-- Footer content -->
</div>
</div>

</body>
</html>
我要試著刻出跟圖片裡面一樣的框架
wdchiang iT邦新手 2 級 ‧ 2023-11-29 15:29:05 檢舉
Bootstrap + CSS + Html Table
謝謝\
a05151988 iT邦新手 3 級 ‧ 2023-11-30 11:06:39 檢舉
https://github.com/emilwallner/Screenshot-to-code
之前有看到這個,但我沒用過,你可以試試看,再來跟大家說結果。
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答