You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1208 lines
35 KiB
1208 lines
35 KiB
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/radio/style/index.less ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-radio-group {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "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: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
margin-right: 6px;
|
|
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: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "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: 14px;
|
|
height: 14px;
|
|
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: 14px;
|
|
height: 14px;
|
|
margin-top: -7px;
|
|
margin-left: -7px;
|
|
background-color: #1890ff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
border-radius: 14px;
|
|
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.42857143);
|
|
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: 28px;
|
|
margin: 0;
|
|
padding: 0 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 26px;
|
|
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: 32px;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
.ant-radio-group-small .ant-radio-button-wrapper {
|
|
height: 22px;
|
|
padding: 0 7px;
|
|
line-height: 20px;
|
|
}
|
|
.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: 6px;
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/popover/style/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-popover {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
font-weight: normal;
|
|
white-space: normal;
|
|
text-align: left;
|
|
cursor: auto;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.ant-popover-content {
|
|
position: relative;
|
|
}
|
|
.ant-popover::after {
|
|
position: absolute;
|
|
background: rgba(255, 255, 255, 0.01);
|
|
content: '';
|
|
}
|
|
.ant-popover-hidden {
|
|
display: none;
|
|
}
|
|
.ant-popover-placement-top,
|
|
.ant-popover-placement-topLeft,
|
|
.ant-popover-placement-topRight {
|
|
padding-bottom: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 15.3137085px;
|
|
}
|
|
.ant-popover-inner {
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border-radius: 2px;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-popover {
|
|
/* IE10+ */
|
|
}
|
|
.ant-popover-inner {
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
.ant-popover-title {
|
|
min-width: 177px;
|
|
min-height: 28px;
|
|
margin: 0;
|
|
padding: 5px 12px 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-popover-inner-content {
|
|
padding: 8px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-popover-message {
|
|
display: flex;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-icon {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button:not(:first-child) {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 22px;
|
|
height: 22px;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content {
|
|
--antd-arrow-background-color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 11.3137085px;
|
|
height: 11.3137085px;
|
|
margin: auto;
|
|
content: '';
|
|
pointer-events: auto;
|
|
border-radius: 0 0 2px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content::before {
|
|
position: absolute;
|
|
top: -11.3137085px;
|
|
left: -11.3137085px;
|
|
width: 33.9411255px;
|
|
height: 33.9411255px;
|
|
background: var(--antd-arrow-background-color);
|
|
background-repeat: no-repeat;
|
|
background-position: -10px -10px;
|
|
content: '';
|
|
-webkit-clip-path: inset(33% 33%);
|
|
clip-path: inset(33% 33%);
|
|
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow,
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
bottom: 0;
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow-content,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-topRight .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateY(-11px) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-topLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
left: 0;
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(11px) rotate(135deg);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(-100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-rightTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
top: 0;
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
|
|
transform: translateY(11px) rotate(-135deg);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(-100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
right: 0;
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(-11px) rotate(-45deg);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-leftTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-pink .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-pink .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-red .ant-popover-inner {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-red .ant-popover-arrow-content {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-volcano .ant-popover-inner {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-volcano .ant-popover-arrow-content {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-orange .ant-popover-inner {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-orange .ant-popover-arrow-content {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-yellow .ant-popover-inner {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-yellow .ant-popover-arrow-content {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-gold .ant-popover-inner {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-gold .ant-popover-arrow-content {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-cyan .ant-popover-inner {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-cyan .ant-popover-arrow-content {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-lime .ant-popover-inner {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-lime .ant-popover-arrow-content {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-green .ant-popover-inner {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-green .ant-popover-arrow-content {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-blue .ant-popover-inner {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-blue .ant-popover-arrow-content {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-inner {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-arrow-content {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-purple .ant-popover-inner {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-purple .ant-popover-arrow-content {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-icon {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
padding-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons {
|
|
text-align: left;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons button {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Message/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___Ja97S {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___RJu4E {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___jhPTF {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___ZtezU {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___MqeI4 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___k3OOZ .head___h6t3O {
|
|
height: 44px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
line-height: 44px;
|
|
padding-left: 32px;
|
|
background-color: #fff;
|
|
border: 1px solid #E0E0E0;
|
|
}
|
|
.wrap___k3OOZ .head___h6t3O b {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #C5C5C5;
|
|
margin-right: 5px;
|
|
}
|
|
.wrap___k3OOZ .empty___S6QaM {
|
|
height: 400px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl {
|
|
height: calc(100vh - 116px);
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si {
|
|
width: 241px;
|
|
border-right: 1px solid #DBDCE0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .title___GUZvZ {
|
|
height: 67px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 66px;
|
|
padding-left: 16px;
|
|
border-bottom: 1px solid #E0E0E0;
|
|
flex-shrink: 0;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .leftBar___u_UUF {
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra {
|
|
height: 83px;
|
|
background: #fff;
|
|
padding-left: 17px;
|
|
padding-right: 17px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra:hover {
|
|
background: #fafafa;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra img {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 50%;
|
|
margin-right: 12px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra aside {
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra aside p {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra aside p b {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra aside p span {
|
|
font-size: 12px;
|
|
color: #9B9B9B;
|
|
flex-shrink: 0;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .li___Hnrra aside div {
|
|
font-size: 14px;
|
|
color: #7D7D7D;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
height: 20px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .left___J41Si .active___N4MxL {
|
|
background: #F8F9FA;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO {
|
|
flex: 1 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .rightBar___fMTLo {
|
|
overflow: auto;
|
|
flex: 1 1;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .title___GUZvZ {
|
|
height: 67px;
|
|
border-bottom: 1px solid #E0E0E0;
|
|
padding: 0 17px;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .title___GUZvZ .center____NDzP {
|
|
width: calc(100vw - 880px);
|
|
min-width: 924px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .title___GUZvZ .center____NDzP > span {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .title___GUZvZ .center____NDzP .tabs___jdS5u {
|
|
height: 40px;
|
|
border-radius: 21px;
|
|
border: 1px solid #D9DEE4;
|
|
padding: 0 24px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .title___GUZvZ .center____NDzP .tabs___jdS5u i {
|
|
margin-right: 6px;
|
|
font-size: 14px;
|
|
color: #7E7E7E;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .title___GUZvZ .center____NDzP .tabs___jdS5u .cut___w1Pz_ {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #3061D0;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra {
|
|
background: #fff;
|
|
padding: 20px 17px 20px 17px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra img {
|
|
width: 56px;
|
|
height: 56px;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside {
|
|
width: calc(100vw - 946px);
|
|
min-width: 850px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside > p {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside > p b {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside > p span {
|
|
font-size: 12px;
|
|
color: #9B9B9B;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside > pre {
|
|
font-size: 14px;
|
|
color: #333;
|
|
white-space: pre-wrap;
|
|
margin-bottom: 0;
|
|
line-height: 21px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside .action___QkQ0f {
|
|
float: right;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside .action___QkQ0f .actActive___ESHzD {
|
|
color: #0152D9;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside .action___QkQ0f span {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #9B9B9B;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 5px 0;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .li___Hnrra aside .action___QkQ0f span i {
|
|
margin-right: 5px;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .active___N4MxL {
|
|
background: #F7F7F8;
|
|
border-bottom: 1px solid #E5E9ED;
|
|
border-top: 1px solid #E5E9ED;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .answers___dVktP {
|
|
height: 96px;
|
|
position: relative;
|
|
background: #FFFFFF;
|
|
border-top: 1px solid #ECECEE;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-shrink: 0;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .answers___dVktP textarea {
|
|
width: calc(100vw - 992px);
|
|
min-width: 810px;
|
|
height: 64px;
|
|
border-radius: 8px;
|
|
border: 1px solid #C2C7C9;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .answers___dVktP .btn___BnDvU {
|
|
width: 92px;
|
|
height: 38px;
|
|
background: #3061D0;
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
text-align: center;
|
|
flex-shrink: 0;
|
|
margin-left: 22px;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___k3OOZ .content___sMZPl .right___eLWWO .answers___dVktP .disableBtn___WYJSQ {
|
|
width: 92px;
|
|
height: 38px;
|
|
background: #8b8d91;
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 38px;
|
|
flex-shrink: 0;
|
|
margin-left: 22px;
|
|
font-size: 14px;
|
|
cursor: not-allowed;
|
|
}
|
|
.wrap___k3OOZ .unsolved___z4SON {
|
|
position: relative;
|
|
cursor: default !important;
|
|
}
|
|
.box____EpoE {
|
|
height: 160px;
|
|
background: #FFFFFF;
|
|
padding: 0 30px 15px 30px;
|
|
}
|
|
.box____EpoE p {
|
|
font-size: 16px;
|
|
color: #434D6C;
|
|
margin-top: 30px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.box____EpoE div {
|
|
height: 30px;
|
|
line-height: 28px;
|
|
padding: 0 16px;
|
|
background: rgba(1, 82, 217, 0.05);
|
|
border-radius: 16px;
|
|
border: 1px solid #C9C9CB;
|
|
color: #434D6C;
|
|
cursor: pointer;
|
|
margin-bottom: 15px;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
.box____EpoE div:hover {
|
|
color: #0152D9;
|
|
}
|
|
.box____EpoE .hot___oUwVX {
|
|
background: #0152D9 !important;
|
|
border: 0;
|
|
line-height: 30px;
|
|
color: #fff !important;
|
|
}
|
|
.animation___YQjk7 {
|
|
color: #333;
|
|
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
font-size: 14px;
|
|
}
|
|
.animation___YQjk7:after {
|
|
content: " ";
|
|
animation: text___Si2da 2s infinite;
|
|
}
|
|
@keyframes text___Si2da {
|
|
0% {
|
|
content: "";
|
|
}
|
|
20% {
|
|
content: ".";
|
|
}
|
|
40% {
|
|
content: "..";
|
|
}
|
|
60% {
|
|
content: "...";
|
|
}
|
|
80% {
|
|
content: "....";
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/reset.less?modules ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___vG4eV {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___qVVxe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___P8Z8s {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___VMme3 {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___VMHwm {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-header {
|
|
height: 82px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-body {
|
|
padding: 0 40px;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-footer {
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-footer button:first-child {
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
border: 1px solid rgba(195, 207, 224, 0.5);
|
|
background-color: rgba(248, 249, 252, 0.5);
|
|
margin-right: 20px;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #464f66;
|
|
text-shadow: none;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-footer button:last-child {
|
|
padding: 0 16px;
|
|
background: #f6f7f9 linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #bacffe;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #165dff;
|
|
text-shadow: none;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-close {
|
|
top: 22px;
|
|
right: 29px;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-close .ant-modal-close-icon {
|
|
color: #979797;
|
|
font-size: 26px;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-body {
|
|
padding: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-title {
|
|
height: 82px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
padding: 0 40px;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns {
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button:first-child {
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
border: 1px solid rgba(195, 207, 224, 0.5);
|
|
background-color: rgba(248, 249, 252, 0.5);
|
|
margin-right: 20px;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #464f66;
|
|
text-shadow: none;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button:last-child {
|
|
padding: 0 16px;
|
|
background: #f6f7f9 linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #bacffe;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #165dff;
|
|
text-shadow: none;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button.ant-btn-dangerous {
|
|
color: #E30000;
|
|
border: 1px solid #E30000;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button.ant-btn-primary {
|
|
background: #3061D0;
|
|
color: #fff;
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px -1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
line-height: 32px;
|
|
border: 0;
|
|
}
|
|
.dropdownmenus___oVzoj {
|
|
width: 104px;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item'] {
|
|
text-align: center;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item']:hover {
|
|
color: #165dff !important;
|
|
background: #fff;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu'] {
|
|
padding: 10px 0 !important;
|
|
}
|
|
.popupClassNames___OcZq7 {
|
|
background: yellow;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-selected'] {
|
|
font-weight: 400 !important;
|
|
background-color: #edf2ff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-active'] {
|
|
color: #165dff !important;
|
|
background-color: #fff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option'] {
|
|
padding: 10px 24px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|