/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
.mui-plus.mui-android header.mui-bar {
    display: none;
}

.mui-plus.mui-android .mui-bar-nav ~ .mui-content {
    padding: 0;
}



button {
    background-color: #54A53C;
    border: none;
}

.circleimg {
    width: 80%;
    height: auto;
    border-radius: 80%;
}

.headcircleimg {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.loading {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background-color: rgba(255,255,255,0.5);
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 10px;
}

    .loading span {
        height: 100%;
        width: 100%;
        padding: 20px;
    }

div.nomore {
    height: 100px;
    text-align: center;
    padding-top: 20px;
}

.bottommenu {
    background-color: white;
    height: 70px;
    display: block;
    width: 100%;
    bottom: 0px;
    position: fixed !important;
    z-index: 9999;
    border-top: 1px solid #dededd;
    padding:10px;
}

.bottommenu a {
    width: 33%;
    float: left;
    color: #696969;
    text-decoration: none;
    text-align: center;
   
}

.under-icon-text {
    margin-top: -2px;
    display: block;
    font-size: 14px;
    font-style: normal;
    padding-top: 1px;
    padding-bottom: 10px;
}

.under-icon-text-green {
    margin-top: -2px;
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #60A800;
    padding-bottom: 10px;
}

