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

192 lines
6.4 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.3.18@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.18@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/IOT/ViewAppointment/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content____xFwD {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
background: #EFEFEF;
}
.content____xFwD .schedule___o3VOV {
width: calc(100% - 380px);
height: 100%;
margin: 20px;
background: #fff;
height: calc(100% - 40px);
border-radius: 3px;
}
.content____xFwD .item_detail___Qvgau {
width: 340px;
height: 100%;
background: #fff;
position: fixed;
right: 0;
top: 0;
}
.content____xFwD .item_detail___Qvgau .item_detail_warp___hPMSO {
width: 100%;
height: 100%;
padding: 20px;
position: relative;
}
.content____xFwD .item_detail___Qvgau .header_img___HzTSz {
width: 300px;
height: 156px;
border-radius: 5px;
}
.content____xFwD .item_detail___Qvgau .item_title___iUpmc {
font-weight: 600;
font-size: 30px;
color: #000F37;
text-align: left;
margin: 40px 0 30px 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.content____xFwD .item_detail___Qvgau .list_item___Diz3Q {
color: #000000;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.content____xFwD .item_detail___Qvgau .list_item_name___AUxW9 {
width: 70px;
font-size: 14px;
color: #999999;
display: flex;
justify-content: space-between;
margin-right: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.content____xFwD .goback_button___gGqG8 {
position: absolute;
bottom: 20px;
left: 20px;
width: 300px;
height: 38px;
line-height: 38px;
text-align: center;
background: #3061D0;
color: #fff;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
cursor: pointer;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.3.18@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.18@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/IOT/ViewAppointment/schedule/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.week___Rv_0n {
width: 100%;
height: 50px;
border: 1px solid #F1F1F1;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.week___Rv_0n .btn___a2OPL {
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___Rv_0n .weekCount___mG7X8 {
width: 190px;
text-align: center;
font-size: 14px;
}
.weekDay___ch7aL {
display: flex;
align-items: center;
height: 60px;
border: 1px solid #F1F1F1;
border-top: 0;
background: rgba(22, 93, 255, 0.04);
color: #333;
}
.weekDay___ch7aL .weekDay1___v2p75 {
position: relative;
width: 100%;
height: 100%;
}
.weekDay___ch7aL .weekDay1___v2p75 :nth-child(1) {
position: absolute;
top: 15%;
left: 71%;
}
.weekDay___ch7aL .weekDay1___v2p75 :nth-child(2) {
position: absolute;
top: 47%;
left: 12%;
}
.weekDay___ch7aL .weekDay1___v2p75::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___ch7aL .weekDay2___g0cHs {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
border-left: 1px solid #F1F1F1;
}
.timeSlotWarp___Guf0w {
display: flex;
}
.timeSlot___fsmG7 {
width: 101%;
height: 100%;
display: flex;
flex-wrap: wrap;
}
.timeSlot___fsmG7 .timeSlotItem___H7Giz {
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___fsmG7 .timeSlotItem___H7Giz :nth-child(1) {
width: 100%;
text-align: center;
color: #333;
font-size: 14px;
}
.timeSlot___fsmG7 .timeSlotItem___H7Giz :nth-child(2) {
color: #999999;
font-size: 12px;
}
.timeSlotItem2___LETaH {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #F1F1F1;
border-top: 0px;
border-left: 0px;
}