parent
a5469d6d2e
commit
0a63a63235
@ -0,0 +1,240 @@
|
||||
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Materials/MyReceive/Report/index.less?modules ***!
|
||||
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.flex_box_center___a7sjl {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___APKgt {
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___Zh3FL {
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___Zz7YG {
|
||||
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___IODVN {
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
button {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 1px solid transparent;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
button:active {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.flex-col___PcFoo {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.flex-row___oldkd {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.justify-start___lBnpn {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.justify-center___DVejW {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-end___DEq1x {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.justify-evenly___kNPqD {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.justify-around___vAjNp {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.justify-between___v12Fh {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.align-start___y2bQ2 {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.align-center___JL_DN {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.align-end___zPktK {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.title___f3oUb {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.export___ujoag {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.title___f3oUb {
|
||||
font-size: 16px;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
padding-left: 30px;
|
||||
margin-bottom: 0;
|
||||
display: box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.title___f3oUb h1 {
|
||||
flex: 1 1;
|
||||
}
|
||||
.title1_right___U6_dE {
|
||||
display: box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.title1_right___U6_dE button {
|
||||
display: box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.userPic___VJmp1 {
|
||||
width: 91px;
|
||||
height: 91px;
|
||||
border-radius: 91px;
|
||||
}
|
||||
.userInfo___znHCs {
|
||||
list-style: none;
|
||||
}
|
||||
.userInfo___znHCs li {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
min-width: 200px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.listItem___vWp5V {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
list-style: none;
|
||||
font-size: 0;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
}
|
||||
.listItem___vWp5V li {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
padding: 16px 0;
|
||||
}
|
||||
.rightInfo___FzI9g ul {
|
||||
list-style: none;
|
||||
background: #e6f3ff;
|
||||
border: 1px solid #eee;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.rightInfo___FzI9g ul li span:nth-child(1) {
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
display: inline-block;
|
||||
color: #999;
|
||||
}
|
||||
.rightInfo___FzI9g p {
|
||||
margin-top: 60px;
|
||||
color: #999;
|
||||
}
|
||||
.shixunTitle___ZnoQO {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.shixunTitle___ZnoQO [class~='fa'] {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 22px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
background: #0152d9;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.shixunWrp___Es0Ux {
|
||||
border: 1px solid #eee;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.shixunWrp___Es0Ux h2 {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
padding: 6px 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.footerBar___dlHjj {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
z-index: 5;
|
||||
}
|
||||
.footerBar___dlHjj [class='edu-container'] {
|
||||
padding: 0 20px;
|
||||
background: #fff;
|
||||
height: 60px;
|
||||
box-shadow: 0 -10px 10px rgba(97, 97, 97, 0.08);
|
||||
}
|
||||
.footerBar___dlHjj [class='edu-container'] > div {
|
||||
height: 100%;
|
||||
}
|
||||
.footerBarStatic___Up8zw {
|
||||
position: static;
|
||||
}
|
||||
.exitComment___eEq0h {
|
||||
background-color: white;
|
||||
border: 1px solid #eee;
|
||||
height: 32px;
|
||||
padding: 5px 20px;
|
||||
color: #666;
|
||||
}
|
||||
.nextComment___lpIAn {
|
||||
background-color: #0152d9;
|
||||
height: 32px;
|
||||
padding: 5px 20px;
|
||||
color: white;
|
||||
}
|
||||
.nextComment___lpIAn:hover {
|
||||
color: white;
|
||||
background-color: #0152d9;
|
||||
}
|
||||
.modal___pYDkY [class~='ant-btn'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
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