index.html 633 B

123456789101112131415161718192021222324252627
  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="app">
  21. <subscribe-delay-vip
  22. :news="data"
  23. :mini_open="mini_open"
  24. >
  25. </subscribe-delay-vip>
  26. </div>