| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .ten {
- .ant-modal-confirm-confirm {
- width: 360px !important;
- .ant-modal-content {
- background: #fff;
- border-radius: 20px;
- }
- .ant-modal-confirm-body > .anticon {
- //display: none;
- }
- .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
- margin: 20px auto;
- font-size: 16px;
- }
- .ant-modal-confirm-btns {
- float: none;
- margin-top: 50px;
- text-align: center;
- }
- }
- .ant-select-dropdown {
- padding: 0;
- border-radius: 10px;
- }
- .ant-select-item {
- line-height: 34px;
- border-bottom: 1px solid #f7f7f7;
- &:first-child {
- border-radius: 10px 10px 0 0;
- }
- &:last-child {
- border-bottom: none;
- border-radius: 0 0 10px 10px 0;
- }
- }
- .ant-select-item-option:not(.ant-select-item-option-disabled) {
- color: #000;
- &:hover {
- background: @primary-color;
- }
- }
- .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
- background: @primary-color;
- }
- .ant-select-arrow {
- font-size: 16px;
- }
- .ant-modal-content {
- background: transparent;
- box-shadow: none;
- }
- .ant-modal-body {
- padding: 0;
- background: transparent;
- border-radius: 20px;
- }
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
- height: 50px;
- &:hover {
- color: #000;
- }
- }
- .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
- height: 50px;
- }
- .ant-select:not(.ant-select-customize-input) .ant-select-selector {
- border: 1px solid #c4c4c4;
- }
- .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
- border: 1px solid #9c9c9c;
- }
- .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
- .ant-select-selector {
- border: 1px solid #9c9c9c;
- box-shadow: none;
- }
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input)
- .ant-select-selector
- .ant-select-selection-item,
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input)
- .ant-select-selector
- .ant-select-selection-placeholder {
- line-height: 48px;
- }
- .ant-select-single .ant-select-selector .ant-select-selection-item,
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
- line-height: 50px;
- }
- .ant-select {
- color: #4f5055;
- }
- }
|