123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
- /* stylelint-disable no-duplicate-selectors */
- .ant-radio-group {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- display: inline-block;
- font-size: 0;
- }
- .ant-radio-group .ant-badge-count {
- z-index: 1;
- }
- .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
- border-left: none;
- }
- .ant-radio-wrapper {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- position: relative;
- display: inline-flex;
- align-items: baseline;
- margin-right: 8px;
- cursor: pointer;
- }
- .ant-radio-wrapper-disabled {
- cursor: not-allowed;
- }
- .ant-radio-wrapper::after {
- display: inline-block;
- width: 0;
- overflow: hidden;
- content: '\a0';
- }
- .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
- width: 14px;
- height: 14px;
- }
- .ant-radio {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- position: relative;
- top: 0.2em;
- display: inline-block;
- outline: none;
- cursor: pointer;
- }
- .ant-radio-wrapper:hover .ant-radio,
- .ant-radio:hover .ant-radio-inner,
- .ant-radio-input:focus + .ant-radio-inner {
- border-color: #1890ff;
- }
- .ant-radio-input:focus + .ant-radio-inner {
- box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
- }
- .ant-radio-checked::after {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border: 1px solid #1890ff;
- border-radius: 50%;
- visibility: hidden;
- animation: antRadioEffect 0.36s ease-in-out;
- animation-fill-mode: both;
- content: '';
- }
- .ant-radio:hover::after,
- .ant-radio-wrapper:hover .ant-radio::after {
- visibility: visible;
- }
- .ant-radio-inner {
- position: relative;
- top: 0;
- left: 0;
- display: block;
- width: 16px;
- height: 16px;
- background-color: #fff;
- border-color: #d9d9d9;
- border-style: solid;
- border-width: 1px;
- border-radius: 50%;
- transition: all 0.3s;
- }
- .ant-radio-inner::after {
- position: absolute;
- top: 50%;
- left: 50%;
- display: block;
- width: 16px;
- height: 16px;
- margin-top: -8px;
- margin-left: -8px;
- background-color: #1890ff;
- border-top: 0;
- border-left: 0;
- border-radius: 16px;
- transform: scale(0);
- opacity: 0;
- transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
- content: ' ';
- }
- .ant-radio-input {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1;
- cursor: pointer;
- opacity: 0;
- }
- .ant-radio.ant-radio-disabled .ant-radio-inner {
- border-color: #d9d9d9;
- }
- .ant-radio-checked .ant-radio-inner {
- border-color: #1890ff;
- }
- .ant-radio-checked .ant-radio-inner::after {
- transform: scale(0.5);
- opacity: 1;
- transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
- }
- .ant-radio-disabled {
- cursor: not-allowed;
- }
- .ant-radio-disabled .ant-radio-inner {
- background-color: #f5f5f5;
- cursor: not-allowed;
- }
- .ant-radio-disabled .ant-radio-inner::after {
- background-color: rgba(0, 0, 0, 0.2);
- }
- .ant-radio-disabled .ant-radio-input {
- cursor: not-allowed;
- }
- .ant-radio-disabled + span {
- color: rgba(0, 0, 0, 0.25);
- cursor: not-allowed;
- }
- span.ant-radio + * {
- padding-right: 8px;
- padding-left: 8px;
- }
- .ant-radio-button-wrapper {
- position: relative;
- display: inline-block;
- height: 32px;
- margin: 0;
- padding: 0 15px;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- line-height: 30px;
- background: #fff;
- border: 1px solid #d9d9d9;
- border-top-width: 1.02px;
- border-left-width: 0;
- cursor: pointer;
- transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
- }
- .ant-radio-button-wrapper a {
- color: rgba(0, 0, 0, 0.85);
- }
- .ant-radio-button-wrapper > .ant-radio-button {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- width: 100%;
- height: 100%;
- }
- .ant-radio-group-large .ant-radio-button-wrapper {
- height: 40px;
- font-size: 16px;
- line-height: 38px;
- }
- .ant-radio-group-small .ant-radio-button-wrapper {
- height: 24px;
- padding: 0 7px;
- line-height: 22px;
- }
- .ant-radio-button-wrapper:not(:first-child)::before {
- position: absolute;
- top: -1px;
- left: -1px;
- display: block;
- box-sizing: content-box;
- width: 1px;
- height: 100%;
- padding: 1px 0;
- background-color: #d9d9d9;
- transition: background-color 0.3s;
- content: '';
- }
- .ant-radio-button-wrapper:first-child {
- border-left: 1px solid #d9d9d9;
- border-radius: 2px 0 0 2px;
- }
- .ant-radio-button-wrapper:last-child {
- border-radius: 0 2px 2px 0;
- }
- .ant-radio-button-wrapper:first-child:last-child {
- border-radius: 2px;
- }
- .ant-radio-button-wrapper:hover {
- position: relative;
- color: #1890ff;
- }
- .ant-radio-button-wrapper:focus-within {
- box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
- }
- .ant-radio-button-wrapper .ant-radio-inner,
- .ant-radio-button-wrapper input[type='checkbox'],
- .ant-radio-button-wrapper input[type='radio'] {
- width: 0;
- height: 0;
- opacity: 0;
- pointer-events: none;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
- z-index: 1;
- color: #1890ff;
- background: #fff;
- border-color: #1890ff;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
- background-color: #1890ff;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
- border-color: #1890ff;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
- color: #40a9ff;
- border-color: #40a9ff;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
- background-color: #40a9ff;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
- color: #096dd9;
- border-color: #096dd9;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
- background-color: #096dd9;
- }
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
- box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
- }
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
- color: #fff;
- background: #1890ff;
- border-color: #1890ff;
- }
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
- color: #fff;
- background: #40a9ff;
- border-color: #40a9ff;
- }
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
- color: #fff;
- background: #096dd9;
- border-color: #096dd9;
- }
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
- box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
- }
- .ant-radio-button-wrapper-disabled {
- color: rgba(0, 0, 0, 0.25);
- background-color: #f5f5f5;
- border-color: #d9d9d9;
- cursor: not-allowed;
- }
- .ant-radio-button-wrapper-disabled:first-child,
- .ant-radio-button-wrapper-disabled:hover {
- color: rgba(0, 0, 0, 0.25);
- background-color: #f5f5f5;
- border-color: #d9d9d9;
- }
- .ant-radio-button-wrapper-disabled:first-child {
- border-left-color: #d9d9d9;
- }
- .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
- color: rgba(0, 0, 0, 0.25);
- background-color: #e6e6e6;
- border-color: #d9d9d9;
- box-shadow: none;
- }
- @keyframes antRadioEffect {
- 0% {
- transform: scale(1);
- opacity: 0.5;
- }
- 100% {
- transform: scale(1.6);
- opacity: 0;
- }
- }
- .ant-radio-group.ant-radio-group-rtl {
- direction: rtl;
- }
- .ant-radio-wrapper.ant-radio-wrapper-rtl {
- margin-right: 0;
- margin-left: 8px;
- direction: rtl;
- }
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
- border-right-width: 0;
- border-left-width: 1px;
- }
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
- right: -1px;
- left: 0;
- }
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
- border-right: 1px solid #d9d9d9;
- border-radius: 0 2px 2px 0;
- }
- .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
- border-right-color: #40a9ff;
- }
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
- border-radius: 2px 0 0 2px;
- }
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
- border-right-color: #d9d9d9;
- }
- .ant-radio + span:empty {
- display: none;
- }
|