mobileSelect实现手机弹出多级选择框效果代码

代码语言:html

所属分类:选择器

代码描述:mobileSelect实现手机弹出多级选择框效果代码

代码标签: 弹出 多级 选择 效果

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

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>mobile插件单选与多选的混合</title>
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/mobileSelect.css">
    <style type="text/css">
        body {
            font-size: 38px;
        }
        .mobileSelect .content {
            display: flex;
            flex-direction: column;
        }
        .content .panel {
            order: 1;
        }
        .content .btnBar {
            order: 2;
        }
        .choose {
            width: 100%;
            order: 0;
            display: flex;
            position: fixed;
            bottom: 198px;
            z-index: 100000;
            left: 0;
        }
        .table {
            width: 100%;

            overflow-x: scroll;
        }
        .selectContainer li {

            color: #666666;
            font-family: "SourceHanSansCN";
        }
        .selectContainer .big {

            color: #000000;
            font-family: "SourceHanSansCN";
        }
        .cartype,.carnum,.money {
            height: 65px;
            font-family: "SourceHanSansCN";
            font-size: 14px;
            flex: 1;
            text-align: center;
            cursor: pointer;
        }
        .yl {
            color: #333333;
            font-weight: 600;
            background-colo.........完整代码请登录后点击上方下载按钮下载查看

网友评论0