mirror of
https://github.com/esiur/iui.git
synced 2025-12-13 18:20:23 +00:00
radio
This commit is contained in:
30
css/iui.css
30
css/iui.css
@@ -2611,10 +2611,16 @@ html[dir='rtl'] .multiselect-list-remove {
|
||||
}
|
||||
|
||||
|
||||
.app {
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.router, i-router {
|
||||
display: block;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.route {
|
||||
@@ -2627,6 +2633,7 @@ html[dir='rtl'] .multiselect-list-remove {
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
width: calc(100% - 20px);
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.route:not([selected]) {
|
||||
@@ -3145,3 +3152,26 @@ html[dir='rtl'] .navbar-item[level='3'] > .link {
|
||||
color: white;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
.radio-repeat{
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
border: 1px solid #dadada;
|
||||
border-radius: 10px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
.radio-repeat > *
|
||||
{
|
||||
border-radius: 10px;
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
background: #e0e0e0;
|
||||
}
|
||||
|
||||
.radio-repeat > .radio-selected{
|
||||
background: #487aba;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user