2021-11-08 00:06:08 +08:00
|
|
|
#V-PopupsPlugin {
|
2016-07-17 23:03:38 +08:00
|
|
|
|
2021-11-08 00:06:08 +08:00
|
|
|
max-width: 660px;
|
2016-07-17 23:03:38 +08:00
|
|
|
|
|
|
|
.information {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #ddd;
|
|
|
|
border-radius: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
height: 25px;
|
|
|
|
width: 30px;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 400px;
|
|
|
|
height: 70px;
|
|
|
|
}
|
2021-08-27 18:20:48 +08:00
|
|
|
|
|
|
|
.help-block {
|
|
|
|
cursor:help;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0.25em;
|
|
|
|
white-space: break-spaces;
|
|
|
|
}
|
|
|
|
.help-block::before {
|
|
|
|
content: 'ⓘ';
|
|
|
|
}
|
|
|
|
.help-block span {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #000;
|
|
|
|
border-radius: 3px;
|
2021-09-02 17:31:23 +08:00
|
|
|
color: #000;
|
2021-08-27 18:20:48 +08:00
|
|
|
display: none;
|
|
|
|
left: 2px;
|
|
|
|
padding: 4px 20px 4px 4px;
|
|
|
|
position: absolute;
|
|
|
|
right: 2px;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
.help-block:active span,
|
|
|
|
.help-block:focus span,
|
|
|
|
.help-block:hover span {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2021-02-16 21:40:11 +08:00
|
|
|
}
|