vue+vanilla-tilt+tabs实现三维立体倾斜交互标签tab效果代码

代码语言:html

所属分类:选项卡

代码描述:vue+vanilla-tilt+tabs实现三维立体倾斜交互标签tab效果代码

代码标签: 立体 倾斜 交互 标签 tab 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="UTF-8">



    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">

    <link href="https://fonts.googleapis.com/css?family=Oswald:300,400,700" rel="stylesheet">

    <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">


    <link rel='stylesheet' href='https://unpkg.com/vue-nav-tabs/themes/vue-tabs.css'>

    <style>
        body {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            height: 100vh;
            background: -webkit-gradient(linear, left top, left bottom, from(#2193b0), to(#6dd5ed));
            background: linear-gradient(tobottom,#2193b0, #6dd5ed);
            color: #fff;
            font: 300 16px "Montserrat", sans-serif;
            line-height: 20px;
        }

        #app-container {
            width: 500px;
            height: 400px;
            background: #fff;
            border-radius: 5px;
            background: tra.........完整代码请登录后点击上方下载按钮下载查看

网友评论0