234 lines
5.0 KiB
CSS
Executable File
234 lines
5.0 KiB
CSS
Executable File
/*max*/
|
|
@media screen and (max-width: 280px) {
|
|
.d-none-max-xxs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 320px) {
|
|
.d-none-max-xs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
.d-none-max-s {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.text-center-max-md{
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.d-none-max-m {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
.d-none-max-l {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1200px) {
|
|
.d-none-max-xl {
|
|
display: none !important;
|
|
}
|
|
}
|
|
/*min*/
|
|
@media screen and (min-width: 281px) {
|
|
.d-none-min-xxs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 321px) {
|
|
.d-none-min-xs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 481px) {
|
|
.d-none-min-s {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 769px) {
|
|
.d-none-min-m {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1025px) {
|
|
.d-none-min-l {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1201px) {
|
|
.d-none-min-xl {
|
|
display: none !important;
|
|
}
|
|
}
|
|
/*min-max*/
|
|
@media screen and (min-width: 281px) and (max-width: 320px) {
|
|
.d-none-xxs-xs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 321px) and (max-width: 480px) {
|
|
.d-none-xs-s {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 481px) and (max-width: 768px) {
|
|
.d-none-s-m {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 769px) and (max-width: 1024px) {
|
|
.d-none-m-l {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1025px) and (max-width: 1200px) {
|
|
.d-none-l-xl {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
/*others*/
|
|
@media screen and (max-width: 280px) {
|
|
.navbar-block.block-1 img.wecuro-main-logo {
|
|
width: 135px !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 281px) and (max-width: 320px) {
|
|
.navbar-block.block-1 img.wecuro-main-logo {
|
|
width: 135px !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 321px) and (max-width: 480px) {
|
|
.navbar-block.block-1 img.wecuro-main-logo {
|
|
width: 135px !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 481px) and (max-width: 768px) {
|
|
.navbar-block.block-1 img.wecuro-main-logo {
|
|
width: 135px !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 769px) and (max-width: 1024px) {
|
|
.navbar-block.block-1 img.wecuro-main-logo {
|
|
width: 150px !important;
|
|
}
|
|
/*.wrapper-block-navbar {
|
|
height: var(--wrapper-block-navbar-height) !important;
|
|
}*/
|
|
.wrapper-block-navbar .card-ydchft {
|
|
width: 100% !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
.wrapper-block-whyus {
|
|
height: var(--wrapper-block-whyus-height);
|
|
}
|
|
.wrapper-block-about {
|
|
max-height: var(--wrapper-block-about-height);
|
|
}
|
|
.mrdym {
|
|
margin-top: 30px;
|
|
}
|
|
.heading-gdft {
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1025px) and (max-width: 1200px) {
|
|
.wrapper-block-navbar {
|
|
height: var(--wrapper-block-navbar-height) !important;
|
|
}
|
|
.wrapper-block-navbar .card-ydchft {
|
|
width: 95% !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
.wrapper-block-whyus {
|
|
height: var(--wrapper-block-whyus-height);
|
|
}
|
|
.wrapper-block-about {
|
|
max-height: var(--wrapper-block-about-height);
|
|
}
|
|
.wrapper-block-nurses{
|
|
padding: 50px 0px;
|
|
}
|
|
.wrapper-block-process{
|
|
padding: 40px 0px;
|
|
}
|
|
.mrdym {
|
|
margin-top: 40px !important;
|
|
}
|
|
.heading-gdft {
|
|
font-size: 45px !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1201px) {
|
|
.navbar-block.block-2 ul.ul-gxgfxtrhch li {
|
|
margin-right: 50px !important;
|
|
}
|
|
.wrapper-block-navbar {
|
|
height: var(--wrapper-block-navbar-height) !important;
|
|
}
|
|
.wrapper-block-navbar .card-ydchft {
|
|
width: 87% !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
.wrapper-block-whyus {
|
|
height: var(--wrapper-block-whyus-height);
|
|
}
|
|
.wrapper-block-about {
|
|
max-height: var(--wrapper-block-about-height);
|
|
}
|
|
.wrapper-block-nurses{
|
|
padding: 50px 0px;
|
|
}
|
|
.wrapper-block-process{
|
|
padding: 40px 0px;
|
|
}
|
|
.mrdym {
|
|
margin-top: 50px !important;
|
|
}
|
|
.heading-gdft {
|
|
font-size: 50px !important;
|
|
}
|
|
}
|
|
/*~~~~*/
|
|
|
|
@media screen and (max-width: 351px) {
|
|
.g-recaptcha {
|
|
transform:scale(0.60) !important;
|
|
transform-origin:0 0 !important;
|
|
height: 55px !important;
|
|
}
|
|
}
|
|
@media screen and (min-width: 352px) and (max-width: 576px) {
|
|
.g-recaptcha {
|
|
transform:scale(0.77) !important;
|
|
transform-origin:0 0 !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.card-about-ytrsfrtsdcf{
|
|
padding: 3rem 1rem !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1200px) {
|
|
.fcgysdg5tfsd{
|
|
justify-content: center !important;
|
|
}
|
|
.fcgysdg5tfsd .blocks {
|
|
width: 100px !important;
|
|
height: 100px !important;
|
|
font-size: 12px;
|
|
}
|
|
.fcgysdg5tfsd .blocks img{
|
|
width:30px !important;
|
|
}
|
|
.fcgysdg5tfsd .blocks label{
|
|
padding: 5px 10px !important;
|
|
}
|
|
}
|