22 lines
362 B
Plaintext
22 lines
362 B
Plaintext
.bigImageWrapper--v2__screenshot {
|
|
min-width: 90px;
|
|
background: rgb(0 0 0 / 50%);
|
|
border-radius: 0;
|
|
|
|
&>button {
|
|
width: 100%;
|
|
color: #fff !important;
|
|
font-family: 'Microsoft YaHei';
|
|
font-size: 12px !important;
|
|
border-radius: 0;
|
|
|
|
&>span {
|
|
color: #fff;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: #09f !important;
|
|
}
|
|
}
|
|
}
|