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.
NewEduCoderBuild/p__Shixuns__Detail__Reposit...

432 lines
12 KiB

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/Shixuns/Detail/Repository/Commit/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.bg___GqpQF {
width: 1200px;
margin: 0 auto;
margin-bottom: 80px;
margin-top: 30px;
display: flex;
justify-content: space-between;
}
.wrap___DbTSK {
width: 65%;
}
.commitWrap___amrYc {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #ffffff;
padding: 20px;
margin-bottom: 10px;
font-size: 16px;
}
.colorGray___Cz49B {
color: #999999;
}
.content___AIRyv {
display: flex;
flex-direction: column;
margin-bottom: 10px;
background-color: #ffffff;
padding: 20px;
font-size: 16px;
}
.item___AxLEf {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.itemContent___zj1HZ {
display: flex;
flex-direction: row;
align-items: center;
}
.itemEmail___IqeJO {
width: 120px;
margin-right: 10px;
color: #666;
}
.itemTitle___lQYBA {
display: block;
margin-left: 10px;
max-width: 640px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.itemTime___OFq07 {
color: #0152d9;
margin-right: 15px;
}
/* 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/progress/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-progress {
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;
}
.ant-progress-line {
position: relative;
width: 100%;
font-size: 12px;
}
.ant-progress-steps {
display: inline-block;
}
.ant-progress-steps-outer {
display: flex;
flex-direction: row;
align-items: center;
}
.ant-progress-steps-item {
flex-shrink: 0;
min-width: 2px;
margin-right: 2px;
background: #f3f3f3;
transition: all 0.3s;
}
.ant-progress-steps-item-active {
background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
font-size: 12px;
}
.ant-progress-outer {
display: inline-block;
width: 100%;
margin-right: 0;
padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
margin-right: calc(-2em - 8px);
padding-right: calc(2em + 8px);
}
.ant-progress-inner {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
vertical-align: middle;
background-color: #f5f5f5;
border-radius: 100px;
}
.ant-progress-circle-trail {
stroke: #f5f5f5;
}
.ant-progress-circle-path {
animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
position: relative;
background-color: #1890ff;
border-radius: 100px;
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
position: absolute;
top: 0;
left: 0;
background-color: #52c41a;
}
.ant-progress-text {
display: inline-block;
width: 2em;
margin-left: 8px;
color: rgba(0, 0, 0, 0.85);
font-size: 1em;
line-height: 1;
white-space: nowrap;
text-align: left;
vertical-align: middle;
word-break: normal;
}
.ant-progress-text .anticon {
font-size: 12px;
}
.ant-progress-status-active .ant-progress-bg::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
border-radius: 10px;
opacity: 0;
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
content: '';
}
.ant-progress-status-exception .ant-progress-bg {
background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
position: relative;
line-height: 1;
background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 0.833333em;
line-height: 1;
white-space: normal;
text-align: center;
transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
color: #52c41a;
}
@keyframes ant-progress-active {
0% {
transform: translateX(-100%) scaleX(0);
opacity: 0.1;
}
20% {
transform: translateX(-100%) scaleX(0);
opacity: 0.5;
}
100% {
transform: translateX(0) scaleX(1);
opacity: 0;
}
}
.ant-progress-rtl {
direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
margin-right: 0;
margin-left: calc(-2em - 8px);
padding-right: 0;
padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
right: 0;
left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
margin-right: 8px;
margin-left: 0;
text-align: right;
}
/* 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/Shixuns/Detail/components/Right/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___PT9hL {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___n2Hu5 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___dwn6D {
align-items: center;
box-align: center;
}
.flex_box_center_end___TwHBO {
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___eAUqU {
flex-direction: column;
box-orient: block-axis;
}
.rightWrap___Y_2WO {
width: 35%;
padding-left: 20px;
}
.learnWrap___mca1k {
overflow: hidden;
border-radius: 4px;
padding: 25px 20px 15px;
margin-bottom: 20px;
background-color: #fff;
}
.learnTopWrap___cn6Tj {
display: box;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
margin-bottom: 14px;
}
.courseWrap___N3Z6X {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 4px;
}
.pathWrap___QSdXs {
display: box;
display: flex;
margin-bottom: 20px;
}
.pathImg___VjPqu {
border-radius: 4px;
width: 100px;
height: 60px;
}
.pathContentItem___sxOSQ {
display: flex;
flex-direction: row;
flex: 1 1;
margin-bottom: 20px;
}
.pathContentWrap___WttwX {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
flex: 1 1;
margin-left: 10px;
margin-bottom: -6px;
}
.pathContentName___evsEv {
display: block;
max-width: 222px;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 6px;
}
.pathContent___fz4ds {
color: #b4b4b4;
margin-top: 8px;
font-size: 12px;
margin: 0px;
}
.pathContentCount___Jlv3G {
line-height: 25px;
margin-right: 10px;
}
.recommandTrainingWrap___F1gpg {
padding: 20px;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 4px;
}
.recommandContent___JZYAA {
display: box;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
margin-top: 5px;
}
.recommandLevel___McDUw {
color: #999999;
padding-right: 10px;
}
.color0152d9___JWNjt {
color: #0152d9;
}
.color0152d9___JWNjt {
color: #0152d9;
}
.color999___npg2L {
color: #999;
}
.color888___l_1AP {
color: #888888;
}
.color333___ec_mY {
color: #333333;
}
.iconDeleteColor___aZjDG {
color: #ff5555;
}
.iconMoveColor___z4k0w {
color: #33bd8c;
}
.iconEditColor___wxNTY {
color: #5091ff;
}
.skillWrap___j6j3B {
padding: 25px 20px 15px;
margin-bottom: 10px;
background-color: #fff;
}
.skillTopWrap___kIJbE {
display: box;
display: flex;
align-items: center;
justify-content: space-between;
}
.time___dTwAe {
border-top: 1px solid hsla(0, 0%, 93.3%, 0.93);
margin-top: 20px;
}
.titleImg___I8kT9 {
vertical-align: sub;
margin-right: 4px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */