24 lines
547 B
Plaintext
24 lines
547 B
Plaintext
.captureImgBox {
|
|
.captureImgDescribe {
|
|
margin-bottom: 12px;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #666;
|
|
span {
|
|
color: #333;
|
|
}
|
|
}
|
|
.captureImgContent {
|
|
box-sizing: border-box;
|
|
margin-bottom: 24px;
|
|
padding: 16px;
|
|
width: 100%;
|
|
// height: 172px;
|
|
background: #F7F7F7;
|
|
border-radius: 4px;
|
|
border: 1px dashed #DCDCDC;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
} |