index.html 572 B

123456789101112131415161718192021222324
  1. <link rel="stylesheet" href="/assets/libs/element-ui/index.css">
  2. <link rel="stylesheet" href="/assets/dist/component/main.css">
  3. <style>
  4. [v-cloak]{ display:none}
  5. @media screen and (max-width:750px) {
  6. .el-dialog{
  7. width: 90%;
  8. overflow-x: scroll;
  9. }
  10. .el-col-12{
  11. padding-left: 15px;
  12. width: 90%;
  13. overflow-x: scroll;
  14. }
  15. #subscribe .bg-image{
  16. width: 295px;
  17. }
  18. }
  19. </style>
  20. <div id="subscribe" v-cloak>
  21. <subscribe-form>
  22. </subscribe-form>
  23. </div>