Нет описания

WorkOrderRemark.html 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href="../css/init.css" rel="stylesheet" />
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  10. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  11. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  12. <link rel="stylesheet" href="../css/init.css" />
  13. <title>备注</title>
  14. <style>
  15. ul li {
  16. float: initial;
  17. list-style: none;
  18. }
  19. .wrapper-content{
  20. padding: 20px 50px 20px 0;
  21. }
  22. .common {
  23. width: 100%;
  24. text-align: center;
  25. padding: 10px 0 0 0;
  26. }
  27. .common table {
  28. width: 100%;
  29. }
  30. .common table th {
  31. padding: 5px 8px 5px 0;
  32. }
  33. .common table td {
  34. padding: 6px 0 5px 10px;
  35. text-align: left;
  36. color: #717171;
  37. line-height: 200%;
  38. }
  39. .common table td textarea {
  40. width: 100%;
  41. vertical-align: middle;
  42. resize: none;
  43. outline: none;
  44. }
  45. .form-group {
  46. margin-bottom: 0;
  47. }
  48. button[disabled] {
  49. background-color: #999;
  50. }
  51. .customerService .cont-title {
  52. text-align: center;
  53. }
  54. </style>
  55. </head>
  56. <body class="gray-bg">
  57. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  58. <div class="common">
  59. <table class="customerService">
  60. <tbody>
  61. <tr>
  62. <th class="cont-title">内容:</th>
  63. <td colspan="7">
  64. <textarea name="" rows="5" cols="" placeholder="" id="cont" style="margin-top:10px;"></textarea>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td colspan="8" style="text-align: center;">
  69. <button class="btns customerSubmit">确&nbsp;定</button>
  70. </td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. </div>
  75. </div>
  76. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  77. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  78. <script src="../js/WorkOrder/WorkOrderRemark.js"></script>
  79. </body>
  80. </html>