Brak opisu

addCarousel.html 1.1KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <script src="../Script/Common/huayi.load.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <link rel="stylesheet" type="text/css" href="./css/addCarousel.css">
  10. <title>轮播图管理添加</title>
  11. </head>
  12. <body class="gray-bg">
  13. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  14. <div class="common">
  15. <table class="customerService">
  16. <tbody>
  17. <tr class="upfile-wrapper">
  18. <th>上传图片:</th>
  19. <td>
  20. <div class="form-group">
  21. <span class="upfile-text"></span>
  22. <input id="btndr" type="button" class="btns" value="上传" />
  23. <input type="file" name="upFile" id="upFile" style="display: none;">
  24. </div>
  25. </td>
  26. </tr>
  27. </tbody>
  28. </table>
  29. </div>
  30. </div>
  31. <script src="./js/addCarousel.js"></script>
  32. </body>
  33. </html>