@import url('./base.css');

.view{
    width:1000px;
    border:2px solid #04C0D9;
    padding:3em;
    margin-top: 1.5em;
    /* background-color: #f8f8f8; */
}

.view-header .gangwei{
    margin-left:.5em;
    margin-top: 1em;
    font-size: 20px;
    color:#04C0D9;
}
.view-header .center{
    width:420px;
}
.view-header .center ul li{
    line-height: 2.5em;
    color:#000;
    font-size: 14px;
}
.view-header .center ul li i{
    font-size: 1.8em;
    width:1em;
    height: 1em;;
    color: #04C0D9;
    margin-right: .5em;
}
.view-header .center ul li em{
    font-style: normal;
    color:#999;
}
.view-header .avator{
    width:160px;
    height:160px;
    padding:4px;
    border:1px solid #e8e8e8;
    background-color: #fff;
}
.view-header .avator img{
    width:100%;
    height: 100%;
}
.view-body .card{
    border:none;
    background:none;
    border-radius: none;
}
.view-body .card-header{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dashed #04C0D9;
    background:none;
    border-radius: none;
    color: #04C0D9;
    padding-left: .5em;
}
.view-body .card-body{
    line-height:2em;
}
@media screen and (min-width: 751px) and (max-width: 1024px){
    
}
@media screen and (max-width: 750px) {

}