路由+增删改查(vue)

路由+增删改查(vue)

直接上代码,什么都有 哈哈哈,自己复制代码看效果,不晓得要描述什么。。。。

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>路由+增删改查</title>
    <style type="text/css">
      html,
      body,
      #app {
   
        margin: 0;
        padding: 0px;
        height: 100%;
      }
      .header {
   
        height: 50px;
        background-color: #545c64;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        color: #fff;
      }
      .footer {
   
        height: 40px;
        line-height: 40px;
        background-color: #888;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
      }
      .main {
   
        display: flex;
        position: absolute;
        top: 50px;
        bottom: 40px;
        width: 100%;
      }
      .content {
   
        flex: 1;
        text-align: center;
        height: 100%;
      }
      .left {
   
        flex: 0 0 20%;
        background-color: #545c64;
      }
      .left a {
   
        color: white;
        text-decoration: none;
      }
      .right {
   
        margin: 5px;
      }
      .btns {
   
        width: 100%;
        height: 35px;
        line-height: 35px;
        background-color: #f5f5f5;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
      }
      button {
   
        height: 30px;
        background-color: #ecf5ff;
        border: 1px solid lightskyblue;
        font-size: 12px;
        padding: 0 20px;
      }
      .main-content {
   
        margin-top: 10px;
      }
      ul {
   
        margin: 0;
        padding: 0;
        list-style: none;
      }
      ul li {
   
        height: 45px;
        line-height: 45px;
        background-color: #a0a0a0;
        color: #fff;
        cursor: pointer;
        border-bottom: 1px solid #fff;
      }

      table {
   
        width: 100%;
        border-collapse: collapse;
      }

      td,
      th {
   
        border: 1px solid #eee;
        line-height: 35px;
        font-size: 12px;
      }

      th {
   
        background-color: #ddd;
      }
    </style
  • 2
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值