/* 网站全局通用配置项样式 */

:root{
    --weui-slider-runnable-track : #d1d1d1;
    --weui-slider-thumb : #fff;
    --weui-slider-thumb-size : 28px;
    --weui-slider-thumb-size-2 : -14px;
    --weui-checkbox-background : #04BE02;
    --weui-textarea-placeholder-color: #767676;
    --weui-textarea-placeholder-font-size: auto;
    --weui-textarea-placeholder-font-weight: auto;
}

.配置容器{
    display: flex;
    align-items: center;
    margin: 20px;
}
[codev_name="配置容器盒子"]{
    margin: 20px 20px 20px 40px;
    border: 3px solid #1f61db;
    display: none;
}
[codev_name="元素容器盒子"]{
    margin: 20px 20px 20px 40px;
    border: 3px solid #99bd0a;
    display: none;
}
.配置容器 > :not(span){
    flex-shrink: 0;
}
.配置名{
    padding: 10px;
    min-width: max-content;
}
.配置描述{
    padding: 0px 10px;
    color: #aaa;
    font-size: 12px;
}
.配置组标题{
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}
.下拉容器{
    position: relative;
}
.下拉容器_点击区域{
    height: 30px;
    cursor: pointer;
    border: 1px solid rgb(0, 129, 250);
}
.下拉容器_展示区域{
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    min-width: 160px;
    background: #fff;
    height: 30px;
}
.下拉容器_样式选择{
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    width: 70px;
}
.下拉容器_图标{
    float: right;
    font-size: 17px;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
}
.下拉容器_下拉列表{
    display: none;
    width: calc(100% - 2px);
    top: 32px;
    position: absolute;
    right: 0px;
    background: #fff;
    z-index: 9;
    line-height: 30px;
    border: 1px solid rgb(0, 129, 250);
    border-bottom: 0px;
    border-top: 0px;
    cursor: pointer;
    max-height: 215px;
    overflow-y: auto;
}
.下拉{
    background: rgba(0, 129, 250, 0.1);
    padding-left: 10px;
    border-bottom: 1px solid rgb(0, 129, 250);
}
.下拉:hover{
    background: #0081fa;
	color: #fafafa;
}
.文本输入框{
    width: 200px;
    padding-left: 10px;
    height: 30px;
    border: 1px solid rgb(0, 129, 250);
}
.颜色选择器{
    border: 1px solid rgb(0, 129, 250);
}
/*有多个选项的单选*/
.单选容器{
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.单选容器_表单{
    display: none;
}
.单选容器_label:before{
    position: absolute;
    display: inline-block;
    content: "";
    width: 70px;
    height: 24px;
    line-height: 24px;
    vertical-align: bottom;
    z-index: -1;
    background: #ddd;
}
.单选容器_label:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    opacity: 0;
}
.单选容器_表单:checked + .单选容器_label:before{
    background: rgb(0, 129, 250);
}
.单选容器_span{
    display: inline-block;
    line-height: 24px;
    width: 70px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}
.单选容器_表单:checked + .单选容器_label + .单选容器_span {
    color: #fff;
}
/*配置选项样式 - 单选开关 */
.单选按钮{
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    margin-left: 10px;
    height: 20px;
    background: #ddd;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}
.单选按钮:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0,0,0,.3);
    box-shadow: 0 0 0.25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}
.单选按钮:checked{
    background: rgb(0, 129, 250);
}
input[type="checkbox"].单选按钮:checked:after{
    left: calc(100% - 20px);
}
.文本单选{
    display: inline-block;
    line-height: 24px;
    min-width: 70px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    background: #ddd;
    margin-right: 10px;
    cursor: pointer;
}
.提交按钮{
    background: rgb(0, 129, 250);
    padding: 5px 10px;
    margin: 10px;
    color: #fff;
    display: inline;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
}
.删除按钮{
    background: rgb(255, 102, 0);
    padding: 5px 10px;
    margin: 10px;
    color: #fff;
    display: inline;
    font-size: 14px;
    cursor: pointer;
}
/*逻辑变量等相关配置 - 主要用于设置逻辑脚本功能样式效果,在这里先用于设置 page.js 的 data 的初始化内容*/
.字符串变量盒子{
    display: flex;
    background: #05bbe8;
    padding: 5px;
    align-items: center;
}
.数字变量盒子{
    display: flex;
    background: #05910c;
    padding: 5px;
    align-items: center;
}
.布尔值变量盒子{
    display: flex;
    background: #7f0fd4;
    padding: 5px;
    align-items: center;
}
.数组变量盒子{
    display: flex;
    background: #99bd0a;
    padding: 5px;
    align-items: center;
}
.对象变量盒子{
    display: flex;
    background: #1f61db;
    padding: 5px;
    align-items: center;
}
.变量盒子_名称{
    color: #fafafa;
    margin-right: 10px;
}
.变量盒子_文本输入框{
    width: 50px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    min-width: max-content;
}
.逻辑操作_添加{
    margin: 0px 10px;
    padding: 2px 10px;
    background: #0081fa;
    color: #fff;
    cursor: help;
    font-size: 12px;
}
.逻辑操作_删除{
    margin: 0px 10px;
    padding: 2px 10px;
    background: #f60;
    color: #fff;
    cursor: help;
    font-size: 12px;
    display: none;
}
.逻辑操作_添加_内容{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0px;
    background: #fff;
    padding-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    align-items: flex-start;
}
.逻辑操作_添加_内容 > div{
    cursor: pointer;
    margin-bottom: 10px;
}
.逻辑操作_添加_内容 > div:hover{
    background: #4e636a;
}
.逻辑符号_等于,.逻辑符号_加,.逻辑符号_减,.逻辑符号_乘,.逻辑符号_除,.逻辑符号_大于,.逻辑符号_小于,.逻辑符号_不等于,.逻辑符号_冒号,.逻辑符号_真,.逻辑符号_假{
    margin: 10px;
    padding: 5px;
    background: #708d97;
    color: #fff;
    width: 15px;
    text-align: center;
}
.逻辑符号_不等于{
    width: 50px;
    font-size: 13px;
}
.逻辑符号_文本{
    min-width: max-content;
    margin: 10px;
    padding: 5px;
    background: #708d97;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.值_字符串盒子{
    display: flex;
    background: #717474;
    padding: 5px;
    align-items: center;
}
.值_变量盒子{
    display: flex;
    background: #cc951d;
    padding: 5px;
    align-items: center;
}
/*左侧步骤列*/
.miniproject_nav_a{
	background: rgba(42, 196, 235, 0.3);
	font-size: 12px;
    padding: 3px 5px;
    color: rgba(2, 137, 171, 1);
	border-radius: 3px;
	counter-increment: num 1;
	margin-bottom: 20px;
	cursor: pointer;
	display: block;
}
.miniproject_nav_a:before{
	content: counter(num);
    color: #fafafa;
    background: rgba(42, 196, 235, 1);
    padding: 0px 5px 0px 5px;
    margin-right: 5px;
    margin-left: -5px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    line-height: 22.43px;
    display: inline-block;
}
.miniproject_nav_a:hover{
	background: rgba(255, 102, 0, 0.3);
    color: rgba(255, 102, 0, 1);
}
.miniproject_nav_a:hover:before{
    color: #fafafa;
    background: rgba(255, 102, 0, 0.3);
}
.miniproject_nav_a.current{
	font-size: 12px;
	background: rgba(255, 102, 0, 0.3);
    color: rgba(255, 102, 0, 1)!important;
}
.miniproject_nav_a.current:before{
    color: #fafafa;
    background: rgba(255, 102, 0, 0.3);
}

/*左侧组件列表*/
.project_view{
    display: flex;
    height: 100%;
}
.project_view_component{
    width: 375px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
}
.project_view_box{
    width: 375px;
    border-right: 1px solid #ccc;
}
.project_view_option{
    flex: 1;
}

.project_view_option_list{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.project_view_option_list_li{
    cursor: pointer;
    margin: 5px 10px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
}

.project_view_component_title{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.project_view_component_content{
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.project_view_component_content_title{
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.project_view_component_content_box{
    border-bottom: 1px solid #ccc;
    display: none;
}
.project_view_component_li{
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}
/*组件列表的选项背景颜色*/
.project_view_component_li[element_sort="基础"]{
    background: #069c24;
    color: #fff;
}
.project_view_component_li[element_sort="容器"] {
    background: #78069c;
    color: #fff;
}
.project_view_component_li[element_sort="宫格组件"] {
    background: #06339c;
    color: #fff;
}

.project_view_component_li[element_sort="视图容器"]{
    background: #762be6;
    color: #fff;
}
.project_view_component_li[element_sort="表单组件"]{
    background: #b7c708;
    color: #fff;
}
.project_view_component_li[element_sort="导航"]{
    background: #c76408;
    color: #fff;
}
.project_view_component_li[element_sort="媒体组件"]{
    background: #0a7f91;
    color: #fff;
}
/*预览界面*/
.project_view_box_title{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
[codev_action="save"]{
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin-right: 10px;
    color: #f60;
    cursor: pointer;
}
.project_view_box_content{
    height: 770px;
    width: 375px;
    border-bottom: 1px solid #ccc;
    overflow-y: auto;
    position: relative;
    transform: rotate(0deg);
}
.project_view_box_header{
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}
.project_view_box_header_back{
    
}
.project_view_box_header_title{
    
}
.project_view_box_header_right{
    height: 26px;
    width: 58px;
    border: 1px solid #ccc;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/*右侧配置切换*/
.project_view_option_content{
    overflow: hidden;
}
.project_view_option_content_li{
    display: none;
    height: calc(100% - 32px);
    overflow-y: auto;
}

/*wx:for wx:if wx:else 组件样式*/
[miniproject_name="for循环"]{
    position: relative!important;
    border: 1px dashed rgb(222 0 255);
    margin: 10px;
    padding: 5px;
    min-width: 100px;
    min-height: 12px;
}
[miniproject_name="for循环"]:before{
    content: 'for循环';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed rgb(222 0 255);
    line-height: 14px;
    color: rgb(222 0 255);
}
[miniproject_name="if语句"]{
    position: relative!important;
    border: 1px dashed rgb(0 72 255);
    margin: 10px;
    padding: 5px;
    min-width: 100px;
    min-height: 12px;
}
[miniproject_name="if语句"]:before{
    content: 'if如果语句';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed rgb(0 72 255);
    line-height: 14px;
    color: rgb(0 72 255);
}
[miniproject_name="elif语句"]{
    position: relative!important;
    border: 1px dashed rgb(0 72 255);
    margin: 10px;
    padding: 5px;
    min-width: 100px;
    min-height: 12px;
}
[miniproject_name="elif语句"]:before{
    content: 'elif否则如果语句';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed rgb(0 72 255);
    line-height: 14px;
    color: rgb(0 72 255);
}
[miniproject_name="else语句"]{
    position: relative!important;
    border: 1px dashed rgb(0 72 255);
    margin: 10px;
    padding: 5px;
    min-width: 100px;
    min-height: 12px;
}
[miniproject_name="else语句"]:before{
    content: 'else否则语句';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed rgb(0 72 255);
    line-height: 14px;
    color: rgb(0 72 255);
}
/*基础组件的默认样式*/
#project_view_box_content [codev_name="view"]{
    display: flex;
    border: 1px dashed #762be6;
    min-height: 20px;
}
#project_view_box_content [codev_name="icon"]{
    display: flex;
    width: 32px;
    height: 32px;
    display: inline-block;
}
#project_view_box_content [codev_name="progress"]{
    display: flex;
    position: relative;
}
#project_view_box_content [codev_name="text"]{
    display: flex;
    min-height: 20px;
    border: 1px dashed #34cece;
    min-width: 20px;
    display: inline-block;
}
#project_view_box_content [codev_name="form"]{
    display: flex;
    position: relative;
    min-height: 20px;
    border: 1px dashed #b7c708;
    margin-top: 7px;
}
#project_view_box_content [codev_name="form"]:before{
    content: '表单';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed #b7c708;
    line-height: 14px;
    color: #b7c708;
}
/*按钮前面的加载效果*/
#project_view_box_content .weui_button_loading:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    -webkit-animation: wx-button-loading-animate 1s steps(12, end) infinite;
    animation: wx-button-loading-animate 1s steps(12, end) infinite;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
    background-size: 100%;
}

@-webkit-keyframes wx-button-loading-animate{
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}
@keyframes wx-button-loading-animate{
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}
/*复选框*/
/* 隐藏默认的复选框 */
.custom-checkbox input[type="checkbox"] {
    display: none;
}
/* 创建自定义的复选框外观 */
.custom-checkbox .checkmark {
    position: relative;
    height: 24px;
    width: 24px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    
}
/* 当复选框被选中时，改变背景色和对钩颜色 */
.custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCA3MiA3MicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J003MiAzNi40NDRDNzIgMTYuMTE3IDU1Ljg4MyAwIDM1LjU1NiAwIDE2LjExNyAwIDAgMTYuMTE3IDAgMzYuNDQ0IDAgNTUuODgzIDE2LjExNyA3MiAzNS41NTYgNzIgNTUuODgzIDcyIDcyIDU1Ljg4MyA3MiAzNi40NDR6JyBmaWxsPScjZmZmZmZmJyBmaWxsLW9wYWNpdHk9JzAuMCcgLz48cGF0aCBkPSdNMTguMzQgMzkuMTAzYy0uMzg3LS4zOTgtLjQzNi0xLjA3OS0uMTA4LTEuNTIzbC45LTEuMjIyYS45NzUuOTc1IDAgMCAxIDEuMzgxLS4ybDguNjg5IDYuNjM3Yy40MzUuMzMyIDEuMTI5LjMyIDEuNTYyLS4wNGwyMi41MzctMTguNzEyYy40MjgtLjM1NSAxLjEtLjMyMiAxLjQ4LjA1MmwuNjczLjY2MmEuOTc2Ljk3NiAwIDAgMS0uMDA4IDEuMzk1TDMwLjcwMyA1MC40MmEuOTg4Ljk4OCAwIDAgMS0xLjQxMy0uMDIxTDE4LjM0IDM5LjEwM3onIGZpbGw9JyMwOUJCMDcnIC8+PC9nPjwvc3ZnPg==');
}

#project_view_box_content [codev_name="input"]{
    display: inline-block;
    position: relative;
    min-height: 20px;
    border: 1px dashed #b7c708;
    margin-top: 7px;
}
#project_view_box_content [codev_name="input"]:before{
    content: 'input';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed #b7c708;
    line-height: 14px;
    color: #b7c708;
}
/*单选*/
/* 隐藏默认的radio按钮 */
#project_view_box_content [codev_name="radio"] input[type="radio"] {
    display: none;
  }

  /* 自定义未选中的样式 */
#project_view_box_content [codev_name="radio"]  .radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
  }
/* 禁用状态的radio按钮样式 */
#project_view_box_content [codev_name="radio"] input[type="radio"]:disabled + .radio-custom::after {
    content: "";
    width: 24px;
    display: block;
    height: 24px;
    border: 0px;
    border-radius: 50%;
    margin-left: -2px;
    margin-top: -2px;
    background: #d1d1d1;
  }
  /* 自定义选中后的样式 */
#project_view_box_content [codev_name="radio"] input[type="radio"]:checked + .radio-custom::after {
    content: "";
    width: 24px;
    display: block;
    height: 24px;
    border: 0px;
    border-radius: 50%;
    margin-left: -2px;
    margin-top: -2px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCA3MiA3MicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz4NCgk8ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPg0KCQk8cGF0aCBkPSdNNzIgMzYuNDQ0QzcyIDE2LjExNyA1NS44ODMgMCAzNS41NTYgMCAxNi4xMTcgMCAwIDE2LjExNyAwIDM2LjQ0NCAwIDU1Ljg4MyAxNi4xMTcgNzIgMzUuNTU2IDcyIDU1Ljg4MyA3MiA3MiA1NS44ODMgNzIgMzYuNDQ0eicgZmlsbD0nIzFBQUQxOScgLz4NCgkJPHBhdGggZD0nTTE4LjM0IDM5LjEwM2MtLjM4Ny0uMzk4LS40MzYtMS4wNzktLjEwOC0xLjUyM2wuOS0xLjIyMmEuOTc1Ljk3NSAwIDAgMSAxLjM4MS0uMmw4LjY4OSA2LjYzN2MuNDM1LjMzMiAxLjEyOS4zMiAxLjU2Mi0uMDRsMjIuNTM3LTE4LjcxMmMuNDI4LS4zNTUgMS4xLS4zMjIgMS40OC4wNTJsLjY3My42NjJhLjk3Ni45NzYgMCAwIDEtLjAwOCAxLjM5NUwzMC43MDMgNTAuNDJhLjk4OC45ODggMCAwIDEtMS40MTMtLjAyMUwxOC4zNCAzOS4xMDN6JyBmaWxsPScjRkZGJyAvPg0KCTwvZz4NCjwvc3ZnPg==');

  }
/*range滑块*/
/* 所有滑动条的基本样式 */
#project_view_box_content [codev_name="slider"]{
    display: flex;
}
#project_view_box_content [codev_name="slider"] input[type="range"] {
	  transition: border-color 0.3s ease;
    width: 100%;
    margin: 20px 0;
	appearance: none;
  }

  /* 滑动条轨道的样式 */
#project_view_box_content [codev_name="slider"] input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background-color: var(--weui-slider-runnable-track);
  }

  /* 滑动条滑块的样式 */
#project_view_box_content [codev_name="slider"] input[type="range"]::-webkit-slider-thumb {
    width: var(--weui-slider-thumb-size);
    height: var(--weui-slider-thumb-size);
	margin-top: var(--weui-slider-thumb-size-2);
    border-radius: 50%;
    background-color: var(--weui-slider-thumb);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
	appearance: none;
  }
#project_view_box_content [codev_name="slider"] input[type="range"]::-moz-range-thumb {
    width: var(--weui-slider-thumb-size);
    height: var(--weui-slider-thumb-size);
    margin-top: var(--weui-slider-thumb-size-2);
    border-radius: 50%;
    background-color: var(--weui-slider-thumb);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
	appearance: none;
  }
/*开关 switch*/
#project_view_box_content [codev_name="switch"] input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 52px;
    height: 32px;
    margin-right: 5px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    transition: background-color 0.1s, border 0.1s;
}
#project_view_box_content [codev_name="switch"] input[type="checkbox"]:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
#project_view_box_content [codev_name="switch"] input[type="checkbox"]:checked{
    background: var(--weui-checkbox-background);
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
}
#project_view_box_content [codev_name="switch"] input[type="checkbox"]:checked:after{
    left: calc(100% - 30px);
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
/*多行输入框textarea*/
#project_view_box_content [codev_name="textarea"]{
    display: inline-block;
    position: relative;
    min-height: 20px;
    border: 1px dashed #b7c708;
    margin-top: 7px;
    padding-top: 7px;
}
#project_view_box_content [codev_name="textarea"]:before{
    content: 'textarea';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed #b7c708;
    line-height: 14px;
    color: #b7c708;
}
#project_view_box_content [codev_name="textarea"] textarea{
    cursor: auto;
    display: block;
    height: 150px;
    position: relative;
    width: 300px;
}
#project_view_box_content [codev_name="textarea"] textarea::-webkit-input-placeholder{
    color: var(--weui-textarea-placeholder-color);
    font-size: var(--weui-textarea-placeholder-font-size);
    font-weight: var(--weui-textarea-placeholder-font-weight);
}
#project_view_box_content [codev_name="textarea"] textarea::-ms-input-placeholder{
    color: var(--weui-textarea-placeholder-color);
    font-size: var(--weui-textarea-placeholder-font-size);
    font-weight: var(--weui-textarea-placeholder-font-weight);
}
#project_view_box_content [codev_name="textarea"] textarea::placeholder{
    color: var(--weui-textarea-placeholder-color);
    font-size: var(--weui-textarea-placeholder-font-size);
    font-weight: var(--weui-textarea-placeholder-font-weight);
}
/*多行输入框textarea*/
#project_view_box_content [codev_name="label"]{
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    min-height: 20px;
    border: 1px dashed #b7c708;
    margin-top: 7px;
    padding-top: 7px;
}
#project_view_box_content [codev_name="label"]:before{
    content: 'label';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed #b7c708;
    line-height: 14px;
    color: #b7c708;
}
/*picker 嵌入内容的嵌入页面滚动选择器*/
#project_view_box_content [codev_name="picker"] .scroll-container{
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#project_view_box_content [codev_name="picker"] .scroll-column {
	padding-top: 100px;
    width: 100px;
    height: 100%;
    overflow-y: auto;
	position: relative;
}


#project_view_box_content [codev_name="picker"] .item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#project_view_box_content [codev_name="picker"] .item:last-child {
    border-bottom: none;
}
#project_view_box_content [codev_name="picker"] .overlay{
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
              rgba(255,255,255,1) 0%,
              rgba(255,255,255,0) 40%,
              rgba(255,255,255,0) 60%,
              rgba(255,255,255,1) 100%
  );
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
#project_view_box_content [codev_name="picker"] .middleborder{
	position: absolute;
    width: 100%;
    height: 50px;
    top: 100px;
    pointer-events: none;
    border: 1px solid rgba(1, 1, 1, .1);
}
/*picker-view 嵌入内容的嵌入页面滚动选择器*/
#project_view_box_content [codev_name="picker-view"] .scroll-container{
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#project_view_box_content [codev_name="picker-view"] .scroll-column {
	padding-top: 100px;
    width: 100px;
    height: 100%;
    overflow-y: auto;
	position: relative;
}


#project_view_box_content [codev_name="picker-view"] .item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#project_view_box_content [codev_name="picker-view"] .item:last-child {
    border-bottom: none;
}
#project_view_box_content [codev_name="picker-view"] .overlay{
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
              rgba(255,255,255,1) 0%,
              rgba(255,255,255,0) 40%,
              rgba(255,255,255,0) 60%,
              rgba(255,255,255,1) 100%
  );
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
#project_view_box_content [codev_name="picker-view"] .middleborder{
	position: absolute;
    width: 100%;
    height: 50px;
    top: 100px;
    pointer-events: none;
    border: 1px solid rgba(1, 1, 1, .1);
}
/*多行输入框 navigator*/
#project_view_box_content [codev_name="navigator"]{
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    min-height: 20px;
    border: 1px dashed #c76408;
    margin-top: 7px;
    padding-top: 7px;
}
#project_view_box_content [codev_name="navigator"]:before{
    content: 'navigator';
    top: -9px;
    position: absolute;
    left: 10px;
    background: #fafafa;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px dashed #c76408;
    line-height: 14px;
    color: #c76408;
}