9ad28441创建于 2022年9月22日历史提交
.subjectRecognition{
    width: calc(100vw - 350px);
    display: flex;
    justify-content: left;
    align-items: center;
}
.content{
    display: flex;
    justify-content: space-between;
}
.content > div{
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(49 58 75 / 15%);
    width: 570px;
    height: 690px;
}
.content-left{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.content-left{
    margin-right: 20px;
}
.content-img{
    width: 550px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.content-img > div{
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
#imgMajor{
    width: 100%;
}
#facePosition{
    position: absolute;
    outline: rgb(40, 110, 255) solid 2px;
    z-index: 10;
}
.content-group{
    width: 500px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.content-item{
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.content-item > img{
    width: 75px;
    height: 75px;
}
.upload-img{
    background-color: #709eff;
    border-color: #709eff;
}
.tag-header{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e6eefc;
    display: flex;
    justify-content: center;
}
.tag-header > div{
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
#tagJsonContent{
    display: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
#tagMes{
    color: #286eff;
    border-right: 1px solid #e6eefc;
}
#tagJson{
    color: #a9bce4;
}
.tag-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 100%;
}
#tagMesContent{
    padding: 20px;
    width: 400px;
    height: 400px;
    margin-top: 50px;
}
#tagMesContent > div{
    width: 100%;
    height: 60px;
}
#tagMesContent > div > span:first-child{
    display: inline-block;
    width: 100px;
    font-size: 16px;
    font-weight: bolder;
    color: #3f3f4c;
}
#tagMesContent > div > span:nth-child(2){
    font-size: 16px;
    color: #286eff;
}
#uploadImg{
    display: none;
}
.uploadImg-button{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 78px;
    cursor: pointer;
}