PingAnYeXianSZCG_Web 前端代码

add.html 719B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link href="../css/Table/table1.css" rel="stylesheet" />
  8. <link href="../css/init.css" rel="stylesheet" />
  9. <title></title>
  10. <style>
  11. .Content{
  12. text-align: center;
  13. padding: 10px;
  14. }
  15. .btn{
  16. background: #1ab394;
  17. }
  18. .Btn_box{
  19. margin-top: 20px;
  20. color: #fff;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div>
  26. <div class="Content">
  27. <span>名称;<input type="text" /></span>
  28. <div class="Btn_box">
  29. <button class="rightAll btn size-14">保存</button>
  30. </div>
  31. </div>
  32. </div>
  33. </body>
  34. </html>