index.html 753 B

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