academicPlatform.css 2.6 KB


.banner_box {
    padding: 0.16rem 0.32rem;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    height: 1.1rem;
    position: fixed;
    top:0;
    left: 0;
    border-bottom: 1px solid #EBEBEB;
}

.search_box {
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    color: #A2A2A2;
    background: #F0F0F0;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 0.16rem;*/
}

.icon-sousuo{
    margin-right: 0.08rem!important;
}



.con_title {
    display: inline-block;
    width: 1.8rem;
    height: 100%;
    text-align: center;
    background: #F5F6FA;
    position: fixed;
    top:1.1rem;
    left: 0;
}

.con_title li {
    position: relative;
    height: 1.1rem;
    color: #666666;
    font-size: 0.28rem;
    line-height: 1.1rem;
    border-bottom: solid 1px #EBEBEB;
}

.con_title li.con_curr {
    font-size: 0.28rem;
    color: #1A9D89;
    background: #fff;
}

.con_title li.con_curr em {
    position: absolute;
    top: 0.3rem;
    left: 0;
    display: inline-block;
    width: 0.1rem;
    height: 0.4rem;
    color: #1A9D89;
    background: #1A9D89;
}

.con_warp {
    display: inline-block;
    /*width: 5.26rem;*/
    vertical-align: top;
    margin-top: 0.75rem;
    margin-left: 1.9rem;
    padding: 0.2rem 0;
}
.tab_content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tab_info_box{
    font-size: 0.26rem;
    color: #252729;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
}

.tab_info_box  img {
    width:2.44rem;
    height:1.17rem;
    box-shadow: 0 0.05rem 0.15rem 0 rgba(0,0,0,0.2);
}

.symbol_icon {
    font-size: 0.26rem;
    color: #C9141D;
}

.discount {
    color: #97A0A8;
    text-decoration: line-through;
}

.original_price {
    font-size: 0.3rem;
    color: #C9141D;
    margin-right: 0.2rem;
}
.content_box{
    position: relative;
    top: 1.1rem;
    padding: 0.3rem;
}
.item_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow:0 0.15rem 0.3rem 0 rgba(235,235,235,1);
    border-radius:0.1rem;
    padding: 0.2rem;
    font-size: 0.26rem;
    color: #252729;
    line-height: 0.7rem;
    margin-bottom: 0.16rem;
}
.list_left{
    display: flex;
    align-items: center;
}
.head_img{
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_img img{
    width: 100%;
    height: 100%;
}
.user_name{
    font-size: 0.32rem;
    font-weight: bold;
    color: #252729;
}
.icon-jiantou1{
    color: #97A0A8;
}