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__CounsellingCopy__DutySet...

129 lines
3.8 KiB

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/CounsellingCopy/DutySetting/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header_div___Po0QC {
height: 60px;
display: flex;
}
.header_div___Po0QC .header_title___B0Evw {
height: 38px;
font-size: 16px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
color: #000000;
line-height: 38px;
}
.week___TTg3X {
width: 100%;
height: 50px;
border: 1px solid #F1F1F1;
display: flex;
align-items: center;
justify-content: center;
}
.week___TTg3X .btn___YlXGk {
width: 28px;
height: 28px;
background: #F8F9FC;
border-radius: 2px;
border: 1px solid #C3CFE0;
opacity: 0.5;
display: flex;
align-items: center;
justify-content: center;
}
.week___TTg3X .weekCount___Ip09a {
width: 190px;
text-align: center;
font-size: 14px;
}
.weekDay___GnbTR {
display: flex;
align-items: center;
height: 60px;
border: 1px solid #F1F1F1;
border-top: 0;
background: rgba(22, 93, 255, 0.04);
color: #333;
}
.weekDay___GnbTR .weekDay1___CxcIO {
position: relative;
width: 100%;
height: 100%;
}
.weekDay___GnbTR .weekDay1___CxcIO :nth-child(1) {
position: absolute;
top: 15%;
left: 71%;
}
.weekDay___GnbTR .weekDay1___CxcIO :nth-child(2) {
position: absolute;
top: 47%;
left: 12%;
}
.weekDay___GnbTR .weekDay1___CxcIO::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
box-sizing: border-box;
background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
}
.weekDay___GnbTR .weekDay2___aEos_ {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
border-left: 1px solid #F1F1F1;
}
.timeSlotWarp___HaOdO {
display: flex;
height: 600px;
overflow-y: auto;
}
.timeSlot___uUDjJ {
width: 101%;
height: 100%;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.timeSlot___uUDjJ .timeSlotItem___dTx5P {
width: calc(100%);
height: 60px;
background: rgba(22, 93, 255, 0.04);
border: 1px solid #F1F1F1;
border-top: 0px;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
.timeSlot___uUDjJ .timeSlotItem___dTx5P :nth-child(1) {
width: 100%;
text-align: center;
color: #333;
font-size: 14px;
}
.timeSlot___uUDjJ .timeSlotItem___dTx5P :nth-child(2) {
color: #999999;
font-size: 12px;
}
.timeSlotItem2___XnlXq {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #F1F1F1;
border-top: 0px;
border-left: 0px;
}
.timeSlotItem2___XnlXq:hover {
background-color: #E7EFF9;
}