index.html 721 B

123456789101112131415161718192021222324252627282930
  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="sign">
  21. <sign-form-vip
  22. :type="type"
  23. :text="text"
  24. :text_split="text_split"
  25. :selected="selected"
  26. :deploy_type="deploy_type"
  27. >
  28. </sign-form-vip>
  29. </div>