pptnew.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>幻灯片详情</title>
  6. <script src="../js/lib/jquery-1.9.1/jquery.min.js"></script>
  7. <script src="../js/config/base_config.js"></script>
  8. <script src="../js/lib/pageList.js"></script>
  9. <script src="../untils/jqueryUI/jquery-ui.js"></script>
  10. <script src="../untils/jqueryUI/jquery-form.js" ></script>
  11. <link href="../untils/jqueryUI/jquery-ui.css" rel="stylesheet" />
  12. <script src="../My97DatePicker/WdatePicker.js"></script>
  13. <link href="../css/css01.css" rel="stylesheet" type="text/css">
  14. <script src="../js/lib/ajaxRedirect.js"></script>
  15. <script src="js/pptnew.js"></script>
  16. <!--弹出框-->
  17. <link href="../css/Showbo.css" rel="stylesheet" type="text/css">
  18. <script type="text/javascript" src="../js/Showbo.js"></script>
  19. <style>
  20. input{
  21. border: 1px solid #ccc;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <style>
  27. .titleInput{
  28. line-height: 40px;
  29. width: 23%;
  30. }
  31. .imgContent{
  32. width: 80%;
  33. height: 300px;
  34. }
  35. .pptimgcontentDiv{
  36. width: 25%;
  37. height: 277px;
  38. float: left;
  39. margin-left: 50px;
  40. background-color: #00a2d4;
  41. margin-top:20px;
  42. border-radius: 5px;
  43. overflow: hidden;
  44. }
  45. .pptimgcontentDivPlus{
  46. width: 25%;
  47. float: left;
  48. background-color: #00a2d4;
  49. font-size: 172px;
  50. text-align: center;
  51. color: #ccc;
  52. margin-left: 50px;
  53. margin-top:20px;
  54. height: 277px;
  55. border-radius: 5px;
  56. }
  57. .pptimgcontentDiv img{
  58. width: 100%;
  59. height: 200px;
  60. }
  61. h1{
  62. margin: 40px 0 0 40px;
  63. font-size: 19px;
  64. }
  65. input{
  66. margin:12px 0 0 40px;
  67. }
  68. .btn-self{
  69. width: 70px;
  70. margin: 17px auto;
  71. display: block;
  72. background:#78cd9a;
  73. }
  74. .btn-modify{
  75. width: 133px;
  76. height: 39px;
  77. margin: 6% 33%;
  78. }
  79. .input_text{
  80. width: 322px;
  81. margin: 0;
  82. border: none;
  83. height: 32px;
  84. display: block;
  85. background:#ccc;
  86. }
  87. </style>
  88. <h1>标题</h1>
  89. <input type="text" class="titleInput" />
  90. <br/>
  91. <br/>
  92. <div class="imgContent" >
  93. <!--存放图片div-->
  94. </div>
  95. <!--<div id="showDiv" style="display: none">-->
  96. <!--<form action="/src/ppt/addPPT" enctype="multipart/form-data" method="post">-->
  97. <!--<input type="file" name="img" id="img"/>-->
  98. <!--<input type="submit" value="提交" />-->
  99. <!--</form>-->
  100. <!--</div>-->
  101. <div id="iUserLogin" style="display: none;" >
  102. <div style="padding-bottom:0;">
  103. <form id="iUserLoginForm" enctype="multipart/form-data" method="post">
  104. <input type="hidden" id="name" name="name"/>
  105. <input type="file" name="img" id="img1" onchange="CheckFile(this.value,this)"/>
  106. <h3 style="color: red">上传图片尺寸为:1920*791像素,非此像素的话,网页显示将异常</h3>
  107. </form>
  108. </div>
  109. </div>
  110. <div style="display: none;" id="sc">
  111. </div>
  112. <button class="btn-modify" onclick="toHrefPage()">保存</button>
  113. </body>
  114. </html>