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.
1238 lines
37 KiB
1238 lines
37 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/skeleton/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-skeleton {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-header {
|
|
display: table-cell;
|
|
padding-right: 8px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-content {
|
|
display: table-cell;
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title {
|
|
width: 100%;
|
|
height: 14px;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph {
|
|
padding: 0;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
width: 100%;
|
|
height: 14px;
|
|
list-style: none;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
|
width: 61%;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
|
margin-top: 12px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
|
margin-top: 8px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
border-radius: 100px;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li,
|
|
.ant-skeleton-active .ant-skeleton-avatar,
|
|
.ant-skeleton-active .ant-skeleton-button,
|
|
.ant-skeleton-active .ant-skeleton-input,
|
|
.ant-skeleton-active .ant-skeleton-image {
|
|
position: relative;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title::after,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
|
|
.ant-skeleton-active .ant-skeleton-avatar::after,
|
|
.ant-skeleton-active .ant-skeleton-button::after,
|
|
.ant-skeleton-active .ant-skeleton-input::after,
|
|
.ant-skeleton-active .ant-skeleton-image::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -150%;
|
|
bottom: 0;
|
|
left: -150%;
|
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
content: '';
|
|
}
|
|
.ant-skeleton.ant-skeleton-block {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-element {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
width: 56px;
|
|
min-width: 56px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
|
border-radius: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg {
|
|
width: 64px;
|
|
min-width: 64px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
|
border-radius: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm {
|
|
width: 44px;
|
|
min-width: 44px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
|
border-radius: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 140px;
|
|
min-width: 140px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
width: 160px;
|
|
min-width: 160px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
width: 110px;
|
|
min-width: 110px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 96px;
|
|
height: 96px;
|
|
line-height: 96px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-path {
|
|
fill: #bfbfbf;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg {
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
max-width: 192px;
|
|
max-height: 192px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
@keyframes ant-skeleton-loading {
|
|
0% {
|
|
transform: translateX(-37.5%);
|
|
}
|
|
100% {
|
|
transform: translateX(37.5%);
|
|
}
|
|
}
|
|
.ant-skeleton-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-skeleton-rtl .ant-skeleton-header {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
@keyframes ant-skeleton-loading-rtl {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
100% {
|
|
background-position: 100% 50%;
|
|
}
|
|
}
|
|
/* 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/CodeBox/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.codeBox___WpkVl {
|
|
display: flex;
|
|
}
|
|
.codeBox___WpkVl > aside {
|
|
margin-right: 20px;
|
|
height: 50px;
|
|
}
|
|
.codeBox___WpkVl > aside > div {
|
|
color: #f23838;
|
|
}
|
|
.codeBox___WpkVl > div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.codeBox___WpkVl > div > div {
|
|
color: #999;
|
|
margin-top: 6px;
|
|
}
|
|
/* 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/Classrooms/Lists/ShixunHomeworks/components/TrfList/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.leftdiv___aBzsX {
|
|
flex: 1 1;
|
|
margin-right: 8px;
|
|
height: 340px;
|
|
border-radius: 4px;
|
|
border: 1px solid #d9d9d9;
|
|
padding: 14px;
|
|
}
|
|
.leftdiv___aBzsX .listClass___bxIEW {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.leftdiv___aBzsX .spantitle___v_Vc4 {
|
|
word-break: break-all;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 108px;
|
|
display: inline-block;
|
|
}
|
|
.rightdiv___xWu4M {
|
|
margin-left: 8px;
|
|
flex: 1 1;
|
|
height: 340px;
|
|
border-radius: 4px;
|
|
border: 1px solid #d9d9d9;
|
|
padding: 14px;
|
|
}
|
|
/* 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/Classrooms/Lists/ShixunHomeworks/Detail/components/ConfigWorks/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___IBr6x {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___n2Iz0 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1umwO {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___SRZYb {
|
|
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___b90Da {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.form___V3fAH strong {
|
|
font-weight: normal;
|
|
color: #333;
|
|
font-size: 16px;
|
|
}
|
|
.form___V3fAH h1 {
|
|
font-weight: 600;
|
|
color: #333;
|
|
font-size: 16px;
|
|
}
|
|
.form___V3fAH [class~='ant-form-item'] {
|
|
margin-bottom: 0;
|
|
}
|
|
.efficiency___Lmou1 {
|
|
background: #fafafa;
|
|
padding: 20px;
|
|
font-size: 12px;
|
|
position: relative;
|
|
}
|
|
.efficiency___Lmou1:before {
|
|
width: 0;
|
|
height: 0;
|
|
content: '';
|
|
position: absolute;
|
|
left: -20px;
|
|
top: 27px;
|
|
border-right: 15px solid #fafafa;
|
|
border-top: 10px solid transparent;
|
|
border-bottom: 10px solid transparent;
|
|
}
|
|
div[class~="ant-modal-confirm-content"] {
|
|
margin-left: none;
|
|
}
|
|
/* 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/CutOffNow/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.tips___e8J4O {
|
|
margin-bottom: 14px;
|
|
background-color: #fafafa;
|
|
padding: 10px;
|
|
border-radius: 4px;
|
|
}
|
|
.homeworkType___ZjN2X {
|
|
margin-bottom: 8px;
|
|
}
|
|
.antdTable___amDdp tbody[class~='ant-table-tbody'] td {
|
|
border-bottom: none;
|
|
}
|
|
.modalWrapper___XPojI div[class~='ant-modal-header'] {
|
|
padding-bottom: 14px;
|
|
}
|
|
.modalWrapper___XPojI div[class~='ant-modal-body'] {
|
|
padding-top: 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/Classrooms/Lists/ShixunHomeworks/components/SelectShixun.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___z88Le {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___b4xPz {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___KkW0d {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___pgvoZ {
|
|
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___tFgV5 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrp___RrUT2 {
|
|
background: #fff;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
|
|
padding-top: 10px;
|
|
}
|
|
.drawer___QqugY [class='ant-drawer-content'] {
|
|
background: #f5f5f5;
|
|
}
|
|
.drawer___QqugY [class='ant-drawer-footer'] {
|
|
background: #fff;
|
|
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
|
|
position: relative;
|
|
border: 0;
|
|
}
|
|
.menu___uKpxi {
|
|
padding: 0;
|
|
margin: 12px 0;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.menu___uKpxi:hover {
|
|
z-index: 3;
|
|
}
|
|
.menu___uKpxi > li {
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-right: 20px;
|
|
border-radius: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.menu___uKpxi > li a {
|
|
color: #4b4b4b;
|
|
}
|
|
.menu___uKpxi > li strong {
|
|
padding: 6px 15px;
|
|
border-radius: 32px;
|
|
cursor: pointer;
|
|
font-weight: normal;
|
|
}
|
|
.menu___uKpxi > li:hover > a > strong,
|
|
.menu___uKpxi > li:hover > strong {
|
|
color: #fff;
|
|
background: #0152d9;
|
|
}
|
|
.menu___uKpxi > li:hover div {
|
|
display: block;
|
|
}
|
|
.menu___uKpxi > li > div {
|
|
display: none;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 30px;
|
|
width: 400px;
|
|
padding: 10px;
|
|
background: #fff;
|
|
color: #333;
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
z-index: 8;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.menu___uKpxi > li > div h2 {
|
|
cursor: pointer;
|
|
margin: 10px 0;
|
|
}
|
|
.menu___uKpxi > li > div h2:hover {
|
|
color: #0152d9;
|
|
}
|
|
.menu___uKpxi > li > div ul {
|
|
padding-left: 0;
|
|
}
|
|
.menu___uKpxi > li > div ul li {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin-right: 20px;
|
|
color: #999;
|
|
}
|
|
.menu___uKpxi > li > div ul li:hover {
|
|
color: #0152d9;
|
|
}
|
|
.actived___hCeHj {
|
|
background: #0152d9;
|
|
color: #fff;
|
|
}
|
|
.actived2___aIAeg {
|
|
color: #0152d9 !important;
|
|
}
|
|
.subTag___S0zfl {
|
|
cursor: pointer;
|
|
}
|
|
.subTag___S0zfl:hover {
|
|
color: #0152d9;
|
|
}
|
|
.listItem___Ulw3D {
|
|
padding: 25px 30px 25px 30px;
|
|
display: box;
|
|
display: flex;
|
|
background: white;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.listItem___Ulw3D > div {
|
|
flex: 1 1;
|
|
}
|
|
.listItem___Ulw3D:hover {
|
|
box-shadow: 0 0 10px #ccc;
|
|
}
|
|
.listItem2___J8GtN {
|
|
padding: 0 10px;
|
|
display: box;
|
|
display: flex;
|
|
background: white;
|
|
cursor: pointer;
|
|
}
|
|
.listItem2___J8GtN > div {
|
|
flex: 1 1;
|
|
}
|
|
.listItem2___J8GtN [class~='ant-divider-horizontal'] {
|
|
margin: 17px 0;
|
|
}
|
|
.info___gY955 {
|
|
margin-left: 20px;
|
|
}
|
|
.info___gY955 p {
|
|
margin-top: 18px;
|
|
}
|
|
.title___hyfzM {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___hyfzM strong {
|
|
color: #333;
|
|
}
|
|
.titleLeft___eH38u {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex: 1 1;
|
|
}
|
|
.titleRight___JCVAi {
|
|
margin-top: 18px;
|
|
}
|
|
.titleRight___JCVAi a {
|
|
margin-right: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.search___GnrcF {
|
|
width: 600px !important;
|
|
margin: 30px 0 30px 0;
|
|
}
|
|
.search___GnrcF input,
|
|
.search___GnrcF [class='ant-input-group-addon'] button {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 0 30px;
|
|
font-size: 16px;
|
|
}
|
|
.filter___jwVvV button {
|
|
border-radius: 40px;
|
|
box-shadow: none;
|
|
}
|
|
.filter___jwVvV [class~='ant-btn-default'] {
|
|
background: #eee;
|
|
border-color: #eee;
|
|
color: #999;
|
|
}
|
|
.filter___jwVvV [class~='ant-btn-primary'] {
|
|
background-color: #0152d9;
|
|
border-color: #0152d9;
|
|
}
|
|
.filter___jwVvV [class~='ant-input'] {
|
|
border-radius: 4px;
|
|
}
|
|
.filter___jwVvV [class~='ant-input-search-button'] {
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.description___ynLaI {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.menuCourse___HRXxE {
|
|
color: #999;
|
|
margin-top: 10px;
|
|
}
|
|
.menuCourse___HRXxE ul,
|
|
.menuCourse___HRXxE li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.menuCourse___HRXxE li {
|
|
display: inline-block;
|
|
margin-right: 30px;
|
|
}
|
|
/* 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/FormSearch/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.search___JA0r9 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
justify-content: center;
|
|
margin: 30px 0;
|
|
padding-left: 12px;
|
|
}
|
|
.search___JA0r9 .ant-form-item-label > label {
|
|
height: 40px;
|
|
}
|
|
.search___JA0r9 .btn___GGtZC {
|
|
width: 112px;
|
|
height: 46px;
|
|
margin-top: -3px;
|
|
margin-left: 10px;
|
|
}
|
|
/* 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/ReuseShixunModal/index.less?modules ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.brief___LOzpE {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
margin-bottom: 30px;
|
|
}
|
|
.contentTitle___xkdcN {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
.content___Vtri0 {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
}
|
|
.tips___tuAtH {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #6b758b;
|
|
padding-left: 14px;
|
|
}
|
|
.antdTable___s8T2N {
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.antdTable___s8T2N thead[class~='ant-table-thead'] > tr > th {
|
|
background: #F2F2F2;
|
|
color: #5F6367;
|
|
}
|
|
.antdTable___s8T2N .tableCell___kN9Fw {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.antdModal___WVBk3 div[class~='ant-modal-header'] {
|
|
padding-top: 30px;
|
|
padding-left: 40px;
|
|
}
|
|
.antdModal___WVBk3 button[class~='ant-modal-close'] {
|
|
top: 18px;
|
|
right: 10px;
|
|
}
|
|
.antdModal___WVBk3 button[class~='ant-modal-close'] span[class~='ant-modal-close-x'] {
|
|
font-size: 18px;
|
|
}
|
|
.antdModal___WVBk3 div[class~='ant-modal-body'] {
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
max-height: 620px;
|
|
overflow: auto;
|
|
}
|
|
.antdModal___WVBk3 div[class~='ant-modal-footer'] {
|
|
border-top: none;
|
|
padding-bottom: 30px;
|
|
padding-right: 40px;
|
|
}
|
|
.orangeColor___ryB2u {
|
|
color: #FE6300;
|
|
}
|
|
/* 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/Classrooms/Lists/ShixunHomeworks/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___i0kQ7 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___st8Nm {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___cGman {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___xCqb1 {
|
|
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___90t8q {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___yvvvB .ant-menu {
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.bg___yvvvB .ant-menu .ant-menu-item {
|
|
width: 125px;
|
|
height: 38px;
|
|
background: #f5f5f5;
|
|
border-radius: 4px 4px 0px 0px;
|
|
border: 0 !important;
|
|
margin: 0 3px 0 0 !important;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.bg___yvvvB .ant-menu .ant-menu-item::after {
|
|
display: none !important;
|
|
}
|
|
.bg___yvvvB .ant-menu .ant-menu-item-selected {
|
|
background: #ffffff;
|
|
box-shadow: 0 -1px 2px #ededed;
|
|
}
|
|
.bg___yvvvB .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
|
|
color: #3061D0 !important;
|
|
}
|
|
.containerDesc___McNkA {
|
|
background-color: #fff;
|
|
}
|
|
.tablestyle____NWqR {
|
|
margin-top: 10px;
|
|
}
|
|
.tablestyle____NWqR div[class='ant-menu-submenu-title'] {
|
|
max-height: 240px;
|
|
overflow: auto;
|
|
}
|
|
.listItem___Kb3j3 {
|
|
padding: 20px 10px 25px 10px;
|
|
display: box;
|
|
display: flex;
|
|
background: white;
|
|
margin-top: 10px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
}
|
|
.listItem___Kb3j3 > div {
|
|
flex: 1 1;
|
|
}
|
|
.listItem___Kb3j3:hover {
|
|
box-shadow: 0 0 10px #ccc;
|
|
}
|
|
.info___QEKlY {
|
|
margin-left: 7px;
|
|
}
|
|
.info___QEKlY p {
|
|
margin-top: 10px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.title___IjCCo {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___IjCCo strong {
|
|
color: #333;
|
|
}
|
|
.titleLeft___iZ9Qh {
|
|
margin-right: 15px;
|
|
flex: 1 1;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.titleLeft___iZ9Qh strong {
|
|
color: #333;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 380px;
|
|
}
|
|
.titleLeft___iZ9Qh strong:hover {
|
|
color: #0152d9;
|
|
}
|
|
.titleRight___QK1TN a {
|
|
margin-right: 20px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #0152d9;
|
|
}
|
|
.titleRight___QK1TN span {
|
|
margin-right: 20px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #0152d9;
|
|
}
|
|
.moveCategory___ydIP9 {
|
|
position: relative;
|
|
top: 40px;
|
|
left: -6px;
|
|
z-index: 200;
|
|
padding-bottom: 60px;
|
|
}
|
|
.moveCategory___ydIP9 ul {
|
|
box-shadow: 0 0 6px 0 rgba(76, 76, 76, 0.2) !important;
|
|
background: white;
|
|
padding: 10px 0;
|
|
}
|
|
.moveCategory___ydIP9 ul li {
|
|
padding: 0 12px;
|
|
margin: 5px 0;
|
|
font-size: 14px;
|
|
}
|
|
.name___CCaOX {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #05101a;
|
|
}
|
|
.categoryName___cyGX3 {
|
|
color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
.schedule___Dx5uk {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding: 24px 20px 16px 30px;
|
|
background-color: #fff;
|
|
}
|
|
.fnSign___oPdpV {
|
|
color: #44d7b6 !important;
|
|
display: inline-block;
|
|
transform: scale(2.5);
|
|
padding-right: 4px;
|
|
}
|
|
.spanSize___LVOA3 {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
.classromediv___LNulU {
|
|
animation: glow___KEPta 200ms ease-out infinite alternate;
|
|
display: inline-block;
|
|
}
|
|
@keyframes glow___KEPta {
|
|
0% {
|
|
height: 27px;
|
|
line-height: 27px;
|
|
text-align: center;
|
|
width: 100px;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
height: 27px;
|
|
line-height: 27px;
|
|
text-align: center;
|
|
width: 100px;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
.action___WEeMi {
|
|
background-color: white;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 74px;
|
|
padding: 0 20px;
|
|
}
|
|
.action___WEeMi .btn___anrwi {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #666666;
|
|
margin-right: 30px;
|
|
cursor: default;
|
|
}
|
|
.action___WEeMi .btn___anrwi.btnSort___iBwPq {
|
|
margin-right: 8px;
|
|
}
|
|
.action___WEeMi .btn___anrwi:hover {
|
|
color: #0152d9;
|
|
}
|
|
.action___WEeMi .tips___ezxph {
|
|
cursor: pointer;
|
|
}
|
|
.action___WEeMi .tips___ezxph > i {
|
|
font-size: 14px;
|
|
}
|
|
.action___WEeMi .tips___ezxph:hover {
|
|
color: #0152d9;
|
|
}
|
|
.fixedBottom___RTnOi {
|
|
width: 1200;
|
|
height: 60px;
|
|
position: fixed;
|
|
z-index: 100;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
transition: bottom 0.5s;
|
|
}
|
|
.fixedBottom___RTnOi .left___aDYtw {
|
|
width: 284px;
|
|
}
|
|
.fixedBottom___RTnOi .right___txYei {
|
|
box-shadow: 0px -1px 4px 0px #f1f1f1;
|
|
border-radius: 4px 4px 0px 0px;
|
|
background: #ffffff;
|
|
width: 916px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.fixedBottom___RTnOi .right___txYei .acitons___iwBUY {
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
.fixedBottom___RTnOi .right___txYei .acitons___iwBUY .actionBtns___wvnKM {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1 1;
|
|
}
|
|
.fixedBottom___RTnOi .right___txYei .acitons___iwBUY .actionBtns___wvnKM > p {
|
|
padding: 0 6px;
|
|
height: 30px;
|
|
background: #0152d9;
|
|
border-radius: 4px;
|
|
margin-bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
color: white;
|
|
margin-right: 12px;
|
|
cursor: pointer;
|
|
}
|
|
.fixedBottom___RTnOi .right___txYei .acitons___iwBUY .actionBtns___wvnKM > p > i:first-child {
|
|
margin-right: 5px;
|
|
}
|
|
.fixedBottom___RTnOi .right___txYei .acitons___iwBUY .actionBtns___wvnKM .cancel___VgzVn {
|
|
width: 76px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
border: 1px solid #0152d9;
|
|
font-size: 12px;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
margin-left: auto;
|
|
}
|
|
.selectBtn___mMh11 {
|
|
display: inline-block;
|
|
padding: 0 12px;
|
|
height: 30px;
|
|
background: #0152d9;
|
|
border-radius: 4px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: #fff;
|
|
cursor: default;
|
|
}
|
|
.selectBtn___mMh11 > span:first-child {
|
|
margin-right: 3px;
|
|
transform: scale(0.7);
|
|
display: inline-block;
|
|
}
|
|
.infoIcon___fxDKp {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.infoIcon___fxDKp > span {
|
|
font-size: 12px;
|
|
}
|
|
.infoStuIcon___eoBo6 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 20px;
|
|
}
|
|
.infoStuIcon___eoBo6 > span {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
}
|
|
.flexBox____AlDk {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #666666;
|
|
}
|
|
.flexBox____AlDk:hover {
|
|
color: #0152d9;
|
|
}
|
|
.flexBox____AlDk i {
|
|
margin-bottom: 6px;
|
|
}
|
|
.flexBox____AlDk div {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
}
|
|
.iconH___Hmjwy {
|
|
margin-right: 10px;
|
|
font-size: 16px;
|
|
color: #666;
|
|
}
|
|
.iconH___Hmjwy:hover {
|
|
color: #0152d9;
|
|
}
|
|
.iconV___VhZ00 {
|
|
margin-left: auto;
|
|
padding-right: 7px;
|
|
text-align: end;
|
|
color: #888888;
|
|
}
|
|
.iconV___VhZ00 i {
|
|
color: #cccccc;
|
|
font-size: 14px;
|
|
transform: scale(0.7);
|
|
display: inline-block;
|
|
}
|
|
.iconV___VhZ00:hover i {
|
|
color: #0152d9;
|
|
}
|
|
.actionIcon___MWxMa {
|
|
position: absolute;
|
|
z-index: 10;
|
|
right: 8px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.actionIcon___MWxMa > i {
|
|
color: #44d7b6;
|
|
font-size: 50px;
|
|
margin-right: 24px;
|
|
}
|
|
.actionIcon___MWxMa > i::before {
|
|
font-size: 50px;
|
|
}
|
|
.dro___bzbDZ .ant-dropdown-menu-item:hover a {
|
|
color: #0152d9;
|
|
}
|
|
.progressInfo___bQbcf {
|
|
margin: 14px 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[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]!./src/pages/Classrooms/Lists/ShixunHomeworks/components/sort-shixun-panel.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.sort-list-panel {
|
|
z-index: 1;
|
|
}
|
|
.sort-list-panel .sort-list-tip {
|
|
width: 80%;
|
|
height: 80px;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
box-shadow: 3px 3px 3px #ededed;
|
|
opacity: 1;
|
|
border-radius: 2px 2px 0 0;
|
|
padding: 24px;
|
|
box-sizing: border-box;
|
|
line-height: 34px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.sort-list-panel .sort-list-tip span {
|
|
flex: 1 0;
|
|
}
|
|
.sort-list-panel .ant-drawer-content {
|
|
background: #f5f5f5;
|
|
}
|
|
.dragging-li {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
z-index: 10000;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
border: 1px solid blue;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
width: 80%;
|
|
background: #fff;
|
|
opacity: 1;
|
|
margin: 0 auto;
|
|
padding: 10px 6px 10px 40px;
|
|
margin-top: 30px;
|
|
}
|
|
.dragging-li h3 {
|
|
line-height: 28px;
|
|
font-size: 16px;
|
|
}
|
|
.dragging-li p {
|
|
color: #888;
|
|
font-size: 12px;
|
|
margin: 16px 0 0 0;
|
|
}
|
|
.task-list-container {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.task-list-container li {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
width: 80%;
|
|
background: #fff;
|
|
opacity: 1;
|
|
margin: 0 auto;
|
|
padding: 10px 6px 10px 40px;
|
|
margin-top: 30px;
|
|
}
|
|
.task-list-container li:hover {
|
|
box-shadow: 0 2px 6px rgba(51, 51, 51, 0.09);
|
|
}
|
|
.task-list-container li h3 {
|
|
line-height: 28px;
|
|
font-size: 16px;
|
|
}
|
|
.task-list-container li p {
|
|
color: #888;
|
|
font-size: 12px;
|
|
margin: 16px 0 0 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|