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__HttpStatus__HpcCourse.a2...

60 lines
2.0 KiB

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/pages/HttpStatus/hpccourse.css ***!
\****************************************************************************************************************************************************************************************************************************************************************************************/
.menuitem{
border: 1px solid #82C2FF;
height: 50px;
display: flex;
padding-left: 10px;
align-items: center;
border-radius: 2px;
margin-top: 7px;
width:300px;
font-size: 16px;
color: #228FF6;
background-image: linear-gradient(to right, #C5E9FF , #ffffff);
cursor: pointer;
}
.menuitemselect{
border: 1px solid #82C2FF;
height: 50px;
display: flex;
padding-left: 10px;
align-items: center;
width:300px;
border-radius: 2px;
margin-top: 7px;
font-size: 16px;
color: #ffffff;
background-image: linear-gradient(to right, #2985FF , #2EFDFF);
cursor: pointer;
}
.menuadd{
margin-top: 7px;
width:300px;
height:50px;
border-radius:2px;
border:1px dashed rgba(34,143,246,1);
cursor: pointer;
color: #228FF6;
display: flex;
align-items: center;
}
.rightcount{
background:#fff;
box-shadow:0px 2px 20px 3px rgba(232,232,232,1);
flex: 6 1;
padding: 20px;
margin-left: 30px;
margin-top: 24px;
}
.bannterdiv{
width: 100%;
height: 400px;
background-color: #081C4B;
background-position: center;
background-repeat: no-repeat;
}