@wufengteam/wform
Version:
@wufengteam/wform
78 lines (77 loc) • 1.45 kB
CSS
.wufeng-wform-recogn .wufeng-wform-recogn-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 400px;
}
.wufeng-wform-recogn .wufeng-wform-recogn-btn img {
width: 16px;
height: 16px;
margin-right: 4px;
}
.wufeng-wform-recogn-content {
position: relative;
max-width: 400px;
max-height: 250px;
}
.wufeng-wform-recogn-img {
max-width: 400px;
max-height: 250px;
}
.wufeng-wform-recogn-mantle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.25);
}
.wufeng-wform-recogn-h5-btn {
display: flex;
align-items: center;
justify-content: center;
}
.wufeng-wform-recogn-h5-btn img {
width: 16px;
height: 16px;
margin-right: 4px;
}
.wufeng-wform-recogn-h5-content {
position: relative;
}
.wufeng-wform-recogn-h5-file {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
opacity: 0;
}
.wufeng-wform-recogn-h5-image {
position: relative;
}
.wufeng-wform-recogn-h5-img {
width: 100%;
max-height: 300px;
}
.wufeng-wform-recogn-h5-mantle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.25);
}
.wufeng-wform-recogn-h5-update {
position: relative;
}