三维旋转活动价格对比效果

代码语言:html

所属分类:布局界面

代码描述:三维旋转活动价格对比效果

代码标签: 价格 对比 效果

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

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">

    <style>
        /* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

:root {
            font-size: 20px;
        }
        body {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.7;
            color: #102770;
            background-color: #ffeba7;
            overflow-x: hidden;
        }
        a {
            cursor: pointer;
            transition: all 200ms linear;
        }
        a:hover {
            text-decoration: none;
        }
        .link {
            color: #c4c3ca;
        }
        .link:hover {
            color: #ffeba7;
        }
        .over-hide {
            overflow: hidden;
        }
        .size-22 {
            font-size: 22px;
        }
        .section {
            position: relative;
            width: 100%;
            z-index: 1;
            display: block;
        }
        .full-height {
            min-height: 100vh;
        }
        [type="checkbox"]:checked,
        [type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
        }
        .pricing:checked + label,
        .pricing:not(:checked) + label {
            position: relative;
            display: block;
            text-align: center;
            width: 258px;
            height: 44px;
            border-radius: 4px;
            padding: 0;
            margin: 0 auto;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 8px;
            line-height: 44px;
         
            ov.........完整代码请登录后点击上方下载按钮下载查看

网友评论0