diseaseColumn.css 2.5 KB
.banner_box {
    width: 100%;
    height: 3.59rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: relative;*/
    /*z-index: 0;*/
}

.banner_box img {
    width: 100%;
    height: 100%;
}
.content_box{
    width: 100%;
    background-color: #fff;
    padding: 0.35rem;
    box-sizing: border-box;
}
.tab_box {
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #E4E4E4;
    padding-bottom: 0.15rem;
}

.tab_title {
    font-size: 0.28rem;
    color: #53575C;
}

.tab_active {
    font-size: 0.3rem;
    color: #1A9D89;
    position: relative;
}

.tab_active:after {
    content: '';
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.05rem;
    background: #1A9D89;
    border-radius: 0.03rem;
}

.tab_content {
    font-size: 0.28rem;
    color: #666666;
    padding-top: 0.3rem;
    line-height: 0.5rem;
}

.tab_content_title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
}

.join_btn {
    width: 100%;
    height: 0.88rem;
    background: #F6AD60;
    font-size: 0.34rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
}
.item_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background: #FAFAFA;*/
    border-bottom: 1px solid #EBEBEB;
    padding: 0.2rem;
    font-size: 0.26rem;
    color: #53575C;
}
.item_box img{
    width: 1.6rem;
    height: 1.6rem;
    -webkit-border-radius: 0.10rem;
    -moz-border-radius: 0.10rem;
    border-radius: 0.10rem;
    margin-left: 0.15rem;
}
.item_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0;
}
.item_title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #252729;
}
.head_img{
    width: 1.8rem!important;
    height: 1.8rem!important;
    margin: 0 auto;
}
.head_img img{
    width: 100%;
    height: 100%;
}
.user_name{
    text-align: center;
    margin-top: 0.3rem;
}
.banner_item_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.tab_content_box{
    margin-top: 0.2rem;
}
.tab_content_item{
    font-size: 0.3rem;
    color: #252729;
}
.tab_info{
    padding:0 1rem 0.30rem 1rem!important;
    box-sizing: border-box;
}