技術問答
技術文章
iT 徵才
聊天室
2025 鐵人賽
登入/註冊
問答
文章
Tag
邦友
鐵人賽
搜尋
1
我要試著刻出跟圖片中一樣的框架
vue.js
yonghaow88
2023-11-29 14:05:00
‧
2294 瀏覽
分享至
回答
討論
6
邀請回答
追蹤
檢舉
×
邀請回答
輸入邀請回答者的帳號或暱稱
Loading
找不到結果。
已達邀請上限
邀請回答
{{ result.user.nickname }}
{{ result.user.account }}
已邀請的邦友
{{ invite_list.length }}
/5
取消邀請
{{ invite.nickname }}
{{ invite.account }}
看更多先前的討論...
收起先前的討論...
froce
iT邦大師 1 級 ‧
2023-11-29 15:06:47
檢舉
把圖片中刻出框架?
為什麼我中文聽不懂你說?
把圖片中刻出框架? 為什麼我中文聽不懂你說?
修改
wwin3286tw
iT邦新手 5 級 ‧
2023-11-29 15:12:00
檢舉
確定是要討論?我怎麼看不出做了什麼研究?
如果你只想抄版,以下拿去,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>
確定是要討論?我怎麼看不出做了什麼研究? 如果你只想抄版,以下拿去,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>
修改
yonghaow88
iT邦新手 3 級 ‧
2023-11-29 15:18:22
檢舉
我要試著刻出跟圖片裡面一樣的框架
我要試著刻出跟圖片裡面一樣的框架
修改
wdchiang
iT邦新手 1 級 ‧
2023-11-29 15:29:05
檢舉
Bootstrap + CSS + Html Table
Bootstrap + CSS + Html Table
修改
yonghaow88
iT邦新手 3 級 ‧
2023-11-29 15:42:17
檢舉
謝謝\
謝謝\
修改
Ryan Yu
iT邦新手 3 級 ‧
2023-11-30 11:06:39
檢舉
https://github.com/emilwallner/Screenshot-to-code
之前有看到這個,但我沒用過,你可以試試看,再來跟大家說結果。
https://github.com/emilwallner/Screenshot-to-code 之前有看到這個,但我沒用過,你可以試試看,再來跟大家說結果。
修改
登入發表討論
熱門推薦
{{ item.subject }}
{{ item.channelVendor }}
|
{{ item.webinarstarted }}
|
{{ formatDate(item.duration) }}
直播中
立即報名
尚未有邦友回答
立即登入回答
iThome鐵人賽
參賽組數
902
組
團體組數
37
組
累計文章數
19843
篇
完賽人數
528
人
看影片追技術
看更多
{{ item.subject }}
{{ item.channelVendor }}
|
{{ formatDate(item.duration) }}
直播中
熱門tag
15th鐵人賽
16th鐵人賽
13th鐵人賽
14th鐵人賽
17th鐵人賽
12th鐵人賽
11th鐵人賽
鐵人賽
2019鐵人賽
javascript
2018鐵人賽
python
2017鐵人賽
windows
php
c#
linux
windows server
css
react
熱門問題
iOS 裝置無法透過 IPsec VPN 連入 FortiGate,請問正確設定方式?
EPSON LQ-690C 印表機中一刀跑版
[Javascript] 非同步執行,如何延緩後面程式的處理 ??
印表機設定 - Epson 690c
AARQ 通訊協議是?
Dell or Asus 伺服器,哪牌比較好?
Dell or Asus Storage 或NAS,哪牌比較好?
將硬碟上的 EFI 分割區複製到固態硬碟後,ARM 架構的 Ubuntu Server 無法啟動
sdray vigor2927 sslvpn ip設定問題
熱門回答
iOS 裝置無法透過 IPsec VPN 連入 FortiGate,請問正確設定方式?
EPSON LQ-690C 印表機中一刀跑版
[Javascript] 非同步執行,如何延緩後面程式的處理 ??
印表機設定 - Epson 690c
Dell or Asus 伺服器,哪牌比較好?
熱門文章
Vue 的this跟 js 的this有什麼不同?為什麼能直接存取屬性? componentInstance(元件實例)
DNS 可見度差距:防火牆在網路安全中忽略的錯誤設定
告別「N 個 resize 監聽器」改用 React Context API 改善網頁效能
[資料治理實戰回憶錄]0-從失敗中開始
台灣職場必學的Excel函數技巧
IT邦幫忙
×
標記使用者
輸入對方的帳號或暱稱
Loading
找不到結果。
標記
{{ result.label }}
{{ result.account }}