selectgrade.css 1.1 KB
*{
    padding: 0;
    margin: 0;
}
body,html{
    width: 100%;
    height: 100%;

}
.container{
    margin-left: 0.38rem;
    margin-right: 0.38rem;
    margin-top: 0.3rem;
    padding-bottom: 0.8rem;
}
.icon-duihao{
    color:#3990F5;
    font-size: 0.3rem;
}
.grade{
    font-size: 0.32rem;
    color:#333333;
}
.gradelist{
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    height:1rem;
    line-height: 1rem;
    border-bottom: 1px solid #dddddd;
}
/*底部*/
.footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom:0;
    left: 0.38rem;
    right: 0.38rem;
    background: #ffffff;


}
.sure{
    width:3rem;
    height: 0.88rem;
    background: #3990F5;
    color:#fff;
    border-radius: 10px;
    font-size: 0.34rem;
    line-height: 0.88rem;
    text-align: center;
}
.cancel{
    width:3rem;
    height: 0.88rem;
    border:1px solid #ccc;
    color:#ccc;
    border-radius: 10px;
    font-size: 0.34rem;
    line-height: 0.88rem;
    text-align: center;
}