parent
307aefae39
commit
fecbbf88e5
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[20105,28518,38342,57824,73580,96699,6700,87959,67454,97968,3702,85804],{
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[20105,28518,52970,38342,57824,73580,96699,6700,87959,67454,97968,3702,85804],{
|
||||
|
||||
/***/ 65363:
|
||||
/*!*************************************************************************************************************!*\
|
||||
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[28518,20105,38342,57824,73580,96699,6700,87959,67454,97968,3702,85804],{
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[28518,20105,52970,38342,57824,73580,96699,6700,87959,67454,97968,3702,85804],{
|
||||
|
||||
/***/ 65363:
|
||||
/*!*************************************************************************************************************!*\
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[67514,28518,20105,38342,57824,73580,96699,6700,87959,67454,97968,3702,85804],{
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[67514,28518,20105,52970,38342,57824,73580,96699,6700,87959,67454,97968,3702,85804],{
|
||||
|
||||
/***/ 65363:
|
||||
/*!*************************************************************************************************************!*\
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,560 @@
|
||||
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/AuthModal/index.less?modules ***!
|
||||
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.tilte___IfiMG {
|
||||
color: #333333;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
.flexRow___pQP78 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.flexColumn___xrBZQ {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.footerWrap___C5kCC {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.img___GoWZu {
|
||||
width: 40px;
|
||||
height: 37px;
|
||||
vertical-align: middle;
|
||||
border-style: none;
|
||||
}
|
||||
.content___pumTK {
|
||||
font-size: 14px;
|
||||
color: #979797;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.modalContent___XvHiZ {
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
color: #333333;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/Join/index.less?modules ***!
|
||||
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.flex_box_center___cltIf {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___fKr_O {
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center____QfiA {
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___ysqmH {
|
||||
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___CfE8K {
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.rightMenu___ADTOX {
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
}
|
||||
.rightMenu___ADTOX li {
|
||||
padding: 0 15px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: none !important;
|
||||
}
|
||||
.rightMenu___ADTOX li:hover {
|
||||
background: #0152d9 !important;
|
||||
}
|
||||
.rightMenu___ADTOX li:hover a {
|
||||
color: white !important;
|
||||
}
|
||||
.rightMenu___ADTOX li a {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.joinMenu___aRGsf {
|
||||
padding: 0 0;
|
||||
width: 240px;
|
||||
}
|
||||
.joinMenu___aRGsf a {
|
||||
color: #323232;
|
||||
}
|
||||
.joinBoard___AeUvr {
|
||||
border: 1px solid #eee;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
}
|
||||
.joinCol___fV4uL {
|
||||
width: 48%;
|
||||
}
|
||||
.hidden___TkCJZ {
|
||||
display: none;
|
||||
}
|
||||
.w140___Vx5lp {
|
||||
width: 140px !important;
|
||||
}
|
||||
.w100___yYRaC {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/User/index.less?modules ***!
|
||||
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.flex_box_center___YbxYn {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___Atwkg {
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center____I6AC {
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___LrYPg {
|
||||
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___j7QNF {
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.userPic___a46Uz {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
border-radius: 34px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.rightMenu___y_nqk {
|
||||
text-align: center;
|
||||
}
|
||||
.rightMenu___y_nqk li {
|
||||
padding: 0;
|
||||
}
|
||||
.rightMenu___y_nqk li:hover {
|
||||
background: #0152d9;
|
||||
}
|
||||
.rightMenu___y_nqk li:hover a {
|
||||
color: white;
|
||||
}
|
||||
.rightMenu___y_nqk li a {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
}
|
||||
[id="educoder"] .menuWrap___iwlZB {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
[id="educoder"] .menuWrap___iwlZB li {
|
||||
height: 35px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
[id="educoder"] .menuWrap___iwlZB li [class~='ant-dropdown-menu-title-content'] {
|
||||
flex: none !important;
|
||||
}
|
||||
[id="educoder"] .menuWrap___iwlZB li a {
|
||||
margin: 0px;
|
||||
color: #323232;
|
||||
text-align: left;
|
||||
padding: 0px 15px;
|
||||
line-height: 35px;
|
||||
}
|
||||
.exit___MOREW {
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
.classromediv___crYsO {
|
||||
width: 60px;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 50px;
|
||||
cursor: pointer;
|
||||
animation: glow___jMGk7 200ms ease-out infinite alternate;
|
||||
}
|
||||
@keyframes glow___jMGk7 {
|
||||
0% {
|
||||
border-color: #00fff9;
|
||||
text-align: center;
|
||||
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
||||
}
|
||||
100% {
|
||||
border-color: #00fff9;
|
||||
text-align: center;
|
||||
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
||||
}
|
||||
}
|
||||
.height67___asp2E {
|
||||
height: 67px;
|
||||
}
|
||||
.login___WGEW9 {
|
||||
width: 90px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%);
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.login___WGEW9 > span {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.icon___HABAt {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
transform: translateY(3px) scale(0.6);
|
||||
color: #979797;
|
||||
}
|
||||
|
||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/index.less?modules ***!
|
||||
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.flex_box_center___et8xE {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___GBGuw {
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center____6P1q {
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___whXw6 {
|
||||
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___mWgI_ {
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.header___Wn4fJ {
|
||||
min-width: 1200px;
|
||||
position: relative;
|
||||
}
|
||||
.header___Wn4fJ [class~='ant-layout-header'] {
|
||||
padding: 0;
|
||||
height: 72px;
|
||||
background: #24292f;
|
||||
}
|
||||
.header___Wn4fJ .logo___QnotM {
|
||||
height: 36px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li {
|
||||
margin-right: 30px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa {
|
||||
background: #ffffff;
|
||||
box-shadow: 0px 10px 16px 0px #cecece;
|
||||
border-radius: 6px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
left: -20px;
|
||||
top: 50px;
|
||||
padding: 20px;
|
||||
line-height: 1.5;
|
||||
display: none;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .line___D1auu {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: #dbdce0;
|
||||
margin: 24px 0;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K {
|
||||
cursor: pointer;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K:hover aside {
|
||||
color: #165dff;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .name___dR5V2 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 50px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span {
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span b {
|
||||
color: #d4443c;
|
||||
transform: translate(2px, -7px);
|
||||
display: inline-block;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li .name___dR5V2 i {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
transform: translateY(1px) scale(0.6);
|
||||
color: #979797;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li:hover .name___dR5V2 span {
|
||||
color: #c5c5c5;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li:hover .dropDown___Cwaoa {
|
||||
display: block;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span {
|
||||
color: #c5c5c5;
|
||||
}
|
||||
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span::after {
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #c5c5c5;
|
||||
position: absolute;
|
||||
bottom: 12px;
|
||||
left: 0;
|
||||
border-radius: 1px;
|
||||
}
|
||||
.header___Wn4fJ .edu-menu___iWLK0 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 72px;
|
||||
width: 1200px;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.header___Wn4fJ .newslight___lSZjL {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 10px;
|
||||
background: #fb3226;
|
||||
}
|
||||
.header___Wn4fJ .classromediv___knFRv {
|
||||
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
||||
}
|
||||
.spandiv___Gm_hg {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
background: rgba(0, 255, 249, 0.2);
|
||||
width: 80px;
|
||||
}
|
||||
.header-iearning___LZfyg {
|
||||
min-width: 1200px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.8) !important;
|
||||
box-shadow: 0px 2px 10px 0px rgba(136, 136, 136, 0.5);
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 1000;
|
||||
}
|
||||
.header-iearning___LZfyg .logo___QnotM {
|
||||
height: 36px;
|
||||
}
|
||||
.header-iearning___LZfyg [class~='ant-layout-header'] {
|
||||
padding: 0;
|
||||
height: 60px;
|
||||
color: #000;
|
||||
color: initial;
|
||||
background: transparent;
|
||||
}
|
||||
.header-iearning___LZfyg .menu___twLGR {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
.header-iearning___LZfyg .menu___twLGR li {
|
||||
margin-right: 30px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.header-iearning___LZfyg .menu___twLGR li:hover a {
|
||||
color: #828383;
|
||||
}
|
||||
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks a {
|
||||
color: #196efd;
|
||||
}
|
||||
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks::after {
|
||||
content: '';
|
||||
width: 28px;
|
||||
height: 4px;
|
||||
background-color: #196efd;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.header-iearning___LZfyg .menu___twLGR li a {
|
||||
color: #434d6c;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
}
|
||||
.header-iearning___LZfyg .edu-menu___iWLK0 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 0 20px;
|
||||
height: 60px;
|
||||
min-width: 1200px;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.header-iearning___LZfyg .newslight___lSZjL {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 10px;
|
||||
background: #fb3226;
|
||||
}
|
||||
.header-iearning___LZfyg .classromediv___knFRv {
|
||||
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
||||
}
|
||||
.header-iearning___LZfyg .title___Ozzjk {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #196efd;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.headerFixed___QLwBd {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
z-index: 999;
|
||||
width: 100%;
|
||||
}
|
||||
.headerFixed___QLwBd + section {
|
||||
padding-top: 60px;
|
||||
}
|
||||
@keyframes glow___gzrPH {
|
||||
0% {
|
||||
border-color: #00fff9;
|
||||
background: rgba(0, 255, 249, 0.2);
|
||||
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
||||
}
|
||||
100% {
|
||||
border-color: #00fff9;
|
||||
background: rgba(0, 255, 249, 0.2);
|
||||
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
||||
}
|
||||
}
|
||||
|
||||
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/Header/search-input.less ***!
|
||||
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.search-input {
|
||||
width: 300px !important;
|
||||
background: #373e3f !important;
|
||||
border: 1px solid #373e3f !important;
|
||||
}
|
||||
.search-input [class~='ant-input'] {
|
||||
background: #373e3f !important;
|
||||
color: #fff;
|
||||
}
|
||||
.search-input .ant-input-search-icon::before {
|
||||
border-left: none;
|
||||
}
|
||||
.search-input .ant-input-search-icon {
|
||||
color: #999;
|
||||
}
|
||||
.search-bar {
|
||||
color: white;
|
||||
flex: 1 0 auto;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
.search-bar a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/DelayTip/index.less?modules ***!
|
||||
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.tip___a6MfI {
|
||||
width: 1200px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 12px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/PurchaseTip/index.less?modules ***!
|
||||
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.content___L4gl0 div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.content___L4gl0 img {
|
||||
width: 175px;
|
||||
height: 174px;
|
||||
}
|
||||
.content___L4gl0 span {
|
||||
color: #3061D0;
|
||||
}
|
||||
|
||||
@ -0,0 +1,64 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[11049],{
|
||||
|
||||
/***/ 85414:
|
||||
/*!*******************************************!*\
|
||||
!*** ./src/layouts/PathsLayout/index.tsx ***!
|
||||
\*******************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242);
|
||||
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ 59301);
|
||||
/* harmony import */ var umi__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! umi */ 48938);
|
||||
/* harmony import */ var antd__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! antd */ 44000);
|
||||
/* harmony import */ var _components_Header_NewIndex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Header/NewIndex */ 74906);
|
||||
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! react/jsx-runtime */ 37712);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var commonStyle = {
|
||||
backgroundColor: '#fff'
|
||||
};
|
||||
var Page = function Page(_ref) {
|
||||
var dispatch = _ref.dispatch,
|
||||
globalSetting = _ref.globalSetting,
|
||||
user = _ref.user;
|
||||
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)(antd__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
|
||||
className: "text-14px-rem",
|
||||
style: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, commonStyle), {}, {
|
||||
minHeight: "100vh"
|
||||
}),
|
||||
children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(antd__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z.Header, {
|
||||
style: {
|
||||
background: "rgba(0,0,0,0)",
|
||||
padding: "0rem",
|
||||
height: "auto"
|
||||
},
|
||||
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_components_Header_NewIndex__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z, {
|
||||
title: "实践课程",
|
||||
defaultBack: "/paths"
|
||||
})
|
||||
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(antd__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z.Content, {
|
||||
className: "bg-white",
|
||||
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(umi__WEBPACK_IMPORTED_MODULE_2__.Outlet, {})
|
||||
})]
|
||||
});
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["default"] = ((0,umi__WEBPACK_IMPORTED_MODULE_2__.connect)(function (_ref2) {
|
||||
var globalSetting = _ref2.globalSetting,
|
||||
user = _ref2.user;
|
||||
return {
|
||||
globalSetting: globalSetting,
|
||||
user: user
|
||||
};
|
||||
})(Page));
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue