diff --git a/public/themes/admin_simpleboot3/admin/goods/goods_add.html b/public/themes/admin_simpleboot3/admin/goods/goods_add.html
index bab8b30..0b31e2b 100644
--- a/public/themes/admin_simpleboot3/admin/goods/goods_add.html
+++ b/public/themes/admin_simpleboot3/admin/goods/goods_add.html
@@ -88,6 +88,26 @@
                                    placeholder="请输入书号"></td>
                     </tr>
                     <tr>
+                        <th>开本</th>
+                        <td><input class="form-control" type="text" name="book_size"  value=""
+                                   placeholder="请输入开本"></td>
+                    </tr>
+                    <tr>
+                        <th>纸张</th>
+                        <td><input class="form-control" type="text" name="paper"  value=""
+                                   placeholder="请输入纸张"></td>
+                    </tr>
+                    <tr>
+                        <th>印刷</th>
+                        <td><input class="form-control" type="text" name="printing"  value=""
+                                   placeholder="请输入印刷"></td>
+                    </tr>
+                    <tr>
+                        <th>装订</th>
+                        <td><input class="form-control" type="text" name="binding"  value=""
+                                   placeholder="请输入装订"></td>
+                    </tr>
+                    <tr>
                         <th>作者</th>
                         <td><input class="form-control" type="text" name="author"  value=""
                                    placeholder="请输入作者"></td>