mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 04:20:14 +08:00
42 lines
445 B
CSS
42 lines
445 B
CSS
.container {
|
|
position: relative;
|
|
}
|
|
|
|
.apply {
|
|
position: absolute;
|
|
top: 38%;
|
|
transform: translateX(-50%);
|
|
right: 0;
|
|
}
|
|
|
|
.wrapper ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.wrapper ul ul {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.checkbox {
|
|
vertical-align: top;
|
|
margin: 12px 12px 12px 0;
|
|
}
|
|
|
|
.wrapper h4 {
|
|
font-size: 14px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.wrapper p {
|
|
max-width: 380px;
|
|
}
|
|
|
|
.wrapper {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|