edit.html 753 B

12345678910111213141516171819202122232425262728
  1. <style>
  2. .agree-content p{
  3. text-indent: 2em
  4. }
  5. .agree-content dd{
  6. text-indent: 2em;
  7. font-size: 12px;
  8. }
  9. .special_dl dt{
  10. font-style: italic;
  11. font-size: 18px;
  12. text-decoration: underline;
  13. }
  14. .special_dl dd{
  15. font-style: italic;
  16. font-size: 15px;
  17. text-decoration: underline;
  18. }
  19. </style>
  20. <form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
  21. <div class="form-group agree-content">
  22. <label class="control-label col-xs-12 col-sm-1"></label>
  23. <div class="col-xs-12 col-sm-10">
  24. <h3 style="text-align: center">{$filetile}</h3>
  25. {$content}
  26. </div>
  27. </div>
  28. </form>