123456789101112131415161718192021222324252627 |
- <link rel="stylesheet" href="/assets/libs/element-ui/index.css">
- <link rel="stylesheet" href="/assets/dist/component/main.css">
- <style>
- [v-cloak]{ display:none}
- @media screen and (max-width:750px) {
- .el-dialog{
- width: 90%;
- overflow-x: scroll;
- }
- .el-col-12{
- padding-left: 15px;
- width: 90%;
- overflow-x: scroll;
- }
- #subscribe .bg-image{
- width: 295px;
- }
- }
- </style>
- <div id="app">
- <subscribe-delay-vip
- :news="data"
- :mini_open="mini_open"
- >
- </subscribe-delay-vip>
- </div>
|