|
|
@@ -1,99 +1,4 @@
|
|
|
@import '../../styles/animation/pulse';
|
|
|
-// .warper{
|
|
|
-// display: inline-block;
|
|
|
-// }
|
|
|
-// .nut-radio {
|
|
|
-// margin-right: 10px;
|
|
|
-
|
|
|
-// .nut-radio-label {
|
|
|
-// pointer-events: none;
|
|
|
-// vertical-align: middle;
|
|
|
-// }
|
|
|
-
|
|
|
-// input {
|
|
|
-// position: relative;
|
|
|
-// -webkit-appearance: none;
|
|
|
-// border: 1px solid $border-color-base;
|
|
|
-// border-radius: 50%;
|
|
|
-// background-size: cover;
|
|
|
-// outline: 0;
|
|
|
-// opacity: 1;
|
|
|
-// vertical-align: middle;
|
|
|
-// margin-top: 0;
|
|
|
-
|
|
|
-// &::after {
|
|
|
-// position: absolute;
|
|
|
-// left: 50%;
|
|
|
-// top: 50%;
|
|
|
-// content: '';
|
|
|
-// width: 0;
|
|
|
-// height: 0;
|
|
|
-// transform: translate(-50%, -50%);
|
|
|
-// background: $primary-color;
|
|
|
-// border-radius: 50%;
|
|
|
-// opacity: 0;
|
|
|
-// pointer-events: none;
|
|
|
-// }
|
|
|
-
|
|
|
-// &:checked {
|
|
|
-// @include nut-radio-bg('FFFFFF');
|
|
|
-
|
|
|
-// background-color: $primary-color;
|
|
|
-// background-repeat: no-repeat;
|
|
|
-// background-position: center;
|
|
|
-// border-color: $primary-color;
|
|
|
-// background-size: 60%;
|
|
|
-// box-shadow: 0 4px 6px 0 rgba($primary-color, 0.15);
|
|
|
-
|
|
|
-// &:not(:disabled).nut-radio-ani::after {
|
|
|
-// animation: nutPulse $animation-duration;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// &:disabled {
|
|
|
-// background-color: $disabled-bg;
|
|
|
-// border-color: $disabled-color;
|
|
|
-// box-shadow: none;
|
|
|
-
|
|
|
-// &:checked {
|
|
|
-// @include nut-radio-bg('999999');
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// &.nut-radio-size-base {
|
|
|
-// input {
|
|
|
-// width: 19px;
|
|
|
-// height: 19px;
|
|
|
-// }
|
|
|
-
|
|
|
-// .nut-radio-label {
|
|
|
-// font-size: $font-size-base;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// &.nut-radio-size-small {
|
|
|
-// input {
|
|
|
-// width: 16px;
|
|
|
-// height: 16px;
|
|
|
-// }
|
|
|
-
|
|
|
-// .nut-radio-label {
|
|
|
-// font-size: $font-size-small;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// &.nut-radio-size-large {
|
|
|
-// input {
|
|
|
-// width: 22px;
|
|
|
-// height: 22px;
|
|
|
-// }
|
|
|
-
|
|
|
-// .nut-radio-label {
|
|
|
-// font-size: $font-size-large;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
.nut-radio{
|
|
|
input{
|
|
|
position: absolute;
|
|
|
@@ -131,6 +36,7 @@
|
|
|
background-size: 24px;
|
|
|
border:1px solid #f52805;
|
|
|
}
|
|
|
+ // input disabled="disabled"
|
|
|
// dis #f7f7f7
|
|
|
}
|
|
|
.nut-radio-list-label{
|