Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用简单的表单创建了一个插件。如何使这个表格看起来像一个 DIVI 表格?
要应用哪些类/样式?
我的表格:
<form method="post"> <label for="input1">Input 1</label> <input type="text" name="input1" /><br> </form>
您可以尝试将 divi 的表单类直接添加到您的 . 尝试页面检查器(google devtools),并搜索好的 id 或 classes。