﻿/*修改Ionic原生标签样式*/
/*1-1：修改加载显示的样式，具体方法，查看浏览器标签，设置背景为全透明*/
.active > .loading {
   background-color: rgba(0,0,0,0);
}
/*1-2：加载条大小*/
.spinner svg {
    width:40px;
    height:40px;
}

/*顶部导航栏颜色*/
.bar.bar-positive {
    background-color:#07cbe6;
    border-color:#07cbe6;
    background-image:url('');
}
/*顶部导航栏上的两个按钮样式*/
.btnMain-div {
    position:absolute;
    width:100%;
}
.to-tab-bar-row {
    margin-top:0.2em;
    margin-bottom:0.3em;
    width:100%;
}
    .to-tab-bar-row .col-50 {
        z-index:20;
    }

    /*学费按钮*/
    .to-tab-bar-row .xfBtn {
        float:right;
        border-left:1px solid #ffffff;
        border-top:1px solid #ffffff;
        border-bottom:1px solid #ffffff;
        border-bottom-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        border-top-left-radius:5px;
        -webkit-border-top-left-radius:5px;
        text-align:center;
        color:#07cbe6;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:1em;
        padding-right:1em;
        background-color:#ffffff;
        font-weight:600;
    }
    /*其它费用按钮*/
    .to-tab-bar-row .qtfyBtn {
        float:left;
        border-right:1px solid #ffffff;
        border-top:1px solid #ffffff;
        border-bottom:1px solid #ffffff;
        border-bottom-right-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        border-top-right-radius:5px;
        -webkit-border-top-right-radius:5px;
        text-align:center;
        color:#ffffff;
        padding-left:0.5em;
        padding-right:0.5em;
        padding-top:5px;
        padding-bottom:5px;
        font-weight:600;
    }



/*2-1：修改自定义金额中的模态框的层级，设置为最上层*/
.modal-backdrop, .modal-backdrop-bg {
    z-index:12;
}
.modal-open {
        pointer-events: all;
}

/***上拉菜单样式【安卓端】***/
.platform-android .action-sheet-group {
    margin-left:10px;
    margin-right:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
.platform-android .action-sheet .action-sheet-title, .platform-android .action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    border-color: #d1d3d6;
    background-color: transparent;
    color: #007aff;
    text-align: center;
}
.upqtjfMenu {
    color: red;
}
.upqttfMenu {
    color: blue;
}
.upqtbftfMenu {
    color: brown;
}


/****去掉背景层****/


.nav-bar-block {
    display:none !important;
}
.bar-stable {
    background:#fff !important;
    top:0px !important;
    padding:0px !important;
}