head.html 646 B

1234567891011121314151617181920212223
  1. <meta name="renderer" content="webkit">
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  3. <meta name="viewport"
  4. content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  5. <link rel="stylesheet" href="__LAYUI__/layui/css/layui.css" media="all">
  6. <link rel="stylesheet" href="__LAYUI__/style/admin.css" media="all">
  7. <style>
  8. .topbtn{
  9. display: block;
  10. width: 100%;
  11. background-color: #36622b;
  12. border: none;
  13. height: 38px;
  14. overflow: hidden;
  15. color: #FFF;
  16. position: relative;
  17. }
  18. </style>
  19. <body>
  20. <div>
  21. </div>
  22. </body>