永城市12345 (县级市)- 来源于虞城县12345 - 所有县级统一API

addOrEditSina.html 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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/layer/need/layer.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>回复微博消息</title>
  10. <style>
  11. .input {
  12. background-color: #FFF;
  13. background-image: none;
  14. border: 1px solid #ccc;
  15. border-radius: 1px;
  16. color: inherit;
  17. padding: 6px 12px
  18. }
  19. .fjnr {
  20. padding: 0!important;
  21. border: none!important;
  22. }
  23. .Source{
  24. width: 171px;
  25. display: block;
  26. height: 32px;
  27. }
  28. #type{
  29. height: 32px;
  30. width: 255px;
  31. padding-left: 10px;
  32. }
  33. #content{
  34. /*display: block;*/
  35. padding: 10px;
  36. }
  37. </style>
  38. </head>
  39. <body>
  40. <div class="wrapper wrapper-content animated fadeInRight">
  41. <div style="padding: 10px;" class="tj_content clearFix">
  42. <div class="Common">
  43. <table>
  44. <tr>
  45. <!--<th class="Importent">内容:</th>-->
  46. <td colspan="7">
  47. <textarea data-adaptheight id="content" name="" rows="8" cols="" style="width: 100%;" placeholder="请输入回复内容......."></textarea>
  48. </td>
  49. </tr>
  50. </table>
  51. <div class="btn_box">
  52. <button class="btns BC">保存</button>
  53. <!--<button class="btns SavedSubmit">保存并提交</button>-->
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <script src="../css/laydate/laydate.js"></script>
  59. <script src="../js/adjustHeight.js"></script>
  60. <script src="js/addOrEditSina.js"></script>
  61. </body>
  62. </html>