55 lines
1.0 KiB
CSS
55 lines
1.0 KiB
CSS
.face-pics{
|
|
width: 100%;
|
|
height: 250px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding: 10px 30px;
|
|
}
|
|
.origin-pic, .change-pic{
|
|
width: 42%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding: 12px 40px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.origin-pic>img, .change-pic>img{
|
|
width: 100%;
|
|
height: 70%;
|
|
margin-bottom: 15px;
|
|
}
|
|
.origin-pic>h3, .change-pic>h3{
|
|
width: 100%;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
}
|
|
.divide{
|
|
font-weight: normal;
|
|
margin: 10px 0 2px 0;
|
|
padding-left: 30px;
|
|
font-size: 16px;
|
|
}
|
|
.ipt-area{
|
|
width: 100%;
|
|
height: 150px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding: 10px 30px;
|
|
}
|
|
.text-ipt{
|
|
width: 80%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding: 5px;
|
|
font-size: 16px;
|
|
}
|
|
.btn-area{
|
|
flex: 1;
|
|
box-sizing: border-box;
|
|
padding: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
} |