Ei kuvausta

index.html 633B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>运营商后台</title>
  7. <style type="text/css">
  8. .el-pagination.is-background .el-pager li:not(.disabled).active{
  9. background-color: #0099cc !important;
  10. }
  11. .el-pagination.is-background .el-pager li{
  12. background-color: #FFFFFF;
  13. border: 1px solid #f4f4f5;
  14. }
  15. * {
  16. box-sizing: border-box;
  17. }
  18. html,body,#app {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>