index.html 902 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>调研宝H5编辑器</title>
  6. <link rel="icon" href="static/favicon.ico" type="image/x-icon" />
  7. <link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon" />
  8. </head>
  9. <body>
  10. <div id="app"></div>
  11. <!-- built files will be auto injected -->
  12. </body>
  13. <style>
  14. .overview .el-input__inner{
  15. height: 100%!important;
  16. line-height: 30px;
  17. padding:0;
  18. border: 0;
  19. border-bottom: 1px solid #d6d6d6;
  20. background-color: #ececec;
  21. }
  22. .overview .el-input.is-disabled .el-input__inner{
  23. background-color: #ececec;
  24. }
  25. .overview .active input{
  26. background-color: #18ccc0!important;
  27. border-bottom:0;
  28. }
  29. .el-input__inner:hover {
  30. border-color: #c0c4cc;
  31. }
  32. .is-disabled input{
  33. cursor: pointer!important;
  34. }
  35. </style>
  36. </html>