html左右分页【搬代码】

html左右分页

<!DOCTYPE html>
<html>

<head lang="en">
  <meta charset="UTF-8">
  <title></title>
  <style>
    * {
     
     
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
    }

    html,
    body {
     
     
      height: 100%;
    }

    a,
    a:hover,
    a:focus {
     
     
      text-decoration: none;
      color: #262626;
    }

    .i-icon {
     
     
      display: inline-block;
    }

    .go-back {
     
     
      padding-top: 50px;
      text-align: center;
    }

    .window-left.fold {
     
     
      overflow: visible !important;
    }

    .window-left {
     
     
      position: relative;
      float: left;
      width: 200px;
      height: 100%;
      overflow: hidden;
      background-color: #e8e9ec;
    }

    .window-left.fold {
     
     
      overflow: visible !important;
    }

    .window-left .go-back a {
     
     
      display: inline-block;
      width: 160px;
      height: 30px;
      line-height: 30px;
      border-radius: 15px;
      border: solid 1px #7e84b1;
      text-align: center;
    }

    .window-left .go-back a .i-icon {
     
     
      width: 30px;
      height: 30px;
      margin: 0 auto;
      background-image: url("image/left-arrow.png");
    }

    .window-left.fold .go-back a {
     
     
      width: 30px;
      height: 30px;
      border-radius: 15px;
      border: solid 1px #7e84b1;
    }

    .window-left.fold .go-back a .i-icon {
     
     
      background-image: url("image/right-arrow.png");
    }

    .window-left .go-back {
     
     
      text-align: center;
    }

    .window-left .menu-list {
     
     
      padding-top: 20px;
      font-size: 18px;
    }

    .window-left .menu-list ul {
     
     
      list-style: none;
      padding: 0;
      margin: 0 auto;
    }

    .window-left .menu-list ul li {
     
     
      text-align: left;
      color: #616c82;
    }

    .window-left .menu-list ul li.first-menu {
     
     
      position: relative;
      color: #5f78a2;
    }

    .window-left .menu-list>ul>li .i-icon {
     
     
      width: 24px;
      height: 24px;
      vertical-align: sub;
      background-image: url("image/menu.png");
    }

    .window-left .menu-list ul li:HOVER>span {
     
     
      color: #1c9dff;
      cursor: pointer;
    }

    .window-left .menu-list ul li a {
     
     
      display: block;
    }

相关推荐

  1. html左右代码

    2023-12-12 17:46:01       42 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-12 17:46:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-12 17:46:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-12 17:46:01       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-12 17:46:01       20 阅读

热门阅读

  1. php面试题

    2023-12-12 17:46:01       56 阅读
  2. Intel IOMMU (VT-d) initialization for Linux

    2023-12-12 17:46:01       39 阅读
  3. Stream API 流使用的详细示例

    2023-12-12 17:46:01       34 阅读
  4. 比较电路交换、报文交换、分组交换

    2023-12-12 17:46:01       30 阅读
  5. SQL命令---查看数据库表

    2023-12-12 17:46:01       39 阅读
  6. 占位符哈哈哈哈

    2023-12-12 17:46:01       40 阅读
  7. K8s Informer 的 Resync 机制

    2023-12-12 17:46:01       35 阅读
  8. 【前端设计模式】之适配器模式

    2023-12-12 17:46:01       37 阅读
  9. 现在多种数据库的读写模型对比

    2023-12-12 17:46:01       41 阅读
  10. 机器学习中Fine-tuning应用实例

    2023-12-12 17:46:01       31 阅读