@randall969

Медиазапрос применяется только для мобильных, а на другие разрешения почему-то не применяется?

Есть сайт https://соцаптека31.рф/ на нем сделал мигающую скидку , и написал к ней медиазапросы под разные разрешения но почему-то работает только на мобильной версии. Вот код запроса подскажите пожалуйста что не так
media screen and (max-width: 1901px) {
.discount-btn-wrapper {
right: unset;
left: 1700px;
top: 100px;
transform: scale(0.8, 0.8);
}
}

.discount-btn {
position: absolute;
animation: btn-movement 6s ease infinite;
top: 0;
left: 0;
}

.discount-btn__body {
width: 100px;
height: 100px;
background: #e70343;
text-align: center;
color: white;
border-radius: 100px;
transition: 0.3s all;
z-index: 1;
}

.discount-btn__text {
display: inline-block;
vertical-align: middle;
font-size: 50px;
font-weight: bold;
line-height: 1;
margin-top: 10px;
font-family: 'OfficinaSans', 'CuprumRegular';
}

.discount-btn__text span {
font-size: 20px;
font-weight: normal;
display: block;
font-family: 'CuprumRegular';
}

.discount-btn__active-popup {
position: absolute;
top: 140px;
left: -125px;
border: 10px solid #e70343;
border-radius: 10px;
background: white;
padding: 10px 30px;
line-height: 1.2;
font-size: 16px;
width: 330px;
color: #3A3086;
display: none;
}

.discount-btn:hover + .discount-btn__active-popup {
display: block;
}

.discount-img {
width: 100%;
height: auto;
}
media screen and (max-width: 1601px) {
.discount-btn-wrapper {
right: unset;
left: 1160px;
top: 100px;
transform: scale(0.8, 0.8);
}
}

.discount-btn {
position: absolute;
animation: btn-movement 6s ease infinite;
top: 0;
left: 0;
}

.discount-btn__body {
width: 100px;
height: 100px;
background: #e70343;
text-align: center;
color: white;
border-radius: 100px;
transition: 0.3s all;
z-index: 1;
}

.discount-btn__text {
display: inline-block;
vertical-align: middle;
font-size: 50px;
font-weight: bold;
line-height: 1;
margin-top: 10px;
font-family: 'OfficinaSans', 'CuprumRegular';
}

.discount-btn__text span {
font-size: 20px;
font-weight: normal;
display: block;
font-family: 'CuprumRegular';
}

.discount-btn__active-popup {
position: absolute;
top: 140px;
left: -125px;
border: 10px solid #e70343;
border-radius: 10px;
background: white;
padding: 10px 30px;
line-height: 1.2;
font-size: 16px;
width: 330px;
color: #3A3086;
display: none;
}

.discount-btn:hover + .discount-btn__active-popup {
display: block;
}

.discount-img {
width: 100%;
height: auto;
}
media screen and (max-width: 1370px) {
.discount-btn-wrapper {
right: unset;
left: 1160px;
top: 100px;
transform: scale(0.8, 0.8);
}
}

.discount-btn {
position: absolute;
animation: btn-movement 6s ease infinite;
top: 0;
left: 0;
}

.discount-btn__body {
width: 100px;
height: 100px;
background: #e70343;
text-align: center;
color: white;
border-radius: 100px;
transition: 0.3s all;
z-index: 1;
}

.discount-btn__text {
display: inline-block;
vertical-align: middle;
font-size: 50px;
font-weight: bold;
line-height: 1;
margin-top: 10px;
font-family: 'OfficinaSans', 'CuprumRegular';
}

.discount-btn__text span {
font-size: 20px;
font-weight: normal;
display: block;
font-family: 'CuprumRegular';
}

.discount-btn__active-popup {
position: absolute;
top: 140px;
left: -125px;
border: 10px solid #e70343;
border-radius: 10px;
background: white;
padding: 10px 30px;
line-height: 1.2;
font-size: 16px;
width: 330px;
color: #3A3086;
display: none;
}

.discount-btn:hover + .discount-btn__active-popup {
display: block;
}

.discount-img {
width: 100%;
height: auto;
}
media screen and (max-width: 1281px) and (min-width: 1023px) {
.discount-btn-wrapper {
right: unset;
left: 850px;
top: 100px;
transform: scale(0.8, 0.8);
}
}

.discount-btn {
position: absolute;
animation: btn-movement 6s ease infinite;
top: 0;
left: 0;
}

.discount-btn__body {
width: 100px;
height: 100px;
background: #e70343;
text-align: center;
color: white;
border-radius: 100px;
transition: 0.3s all;
z-index: 1;
}

.discount-btn__text {
display: inline-block;
vertical-align: middle;
font-size: 50px;
font-weight: bold;
line-height: 1;
margin-top: 10px;
font-family: 'OfficinaSans', 'CuprumRegular';
}

.discount-btn__text span {
font-size: 20px;
font-weight: normal;
display: block;
font-family: 'CuprumRegular';
}

.discount-btn__active-popup {
position: absolute;
top: 140px;
left: -145px;
border: 10px solid #e70343;
border-radius: 10px;
background: white;
padding: 10px 30px;
line-height: 1.2;
font-size: 16px;
width: 330px;
color: #3A3086;
display: none;
}

.discount-btn:hover + .discount-btn__active-popup {
display: block;
}

.discount-img {
width: 100%;
height: auto;
}
media screen and (max-width: 1022px) and (min-width: 800px) {
.discount-btn-wrapper {
right: unset;
left: 650px;
top: 50px;
transform: scale(0.8, 0.8);
}
}

.discount-btn {
position: absolute;
animation: btn-movement 6s ease infinite;
top: 0;
left: 0;
}

.discount-btn__body {
width: 80px;
height: 80px;
background: #e70343;
text-align: center;
color: white;
border-radius: 100px;
transition: 0.3s all;
z-index: 1;
}

.discount-btn__text {
display: inline-block;
vertical-align: middle;
font-size: 40px;
font-weight: bold;
line-height: 1;
margin-top: 10px;
font-family: 'OfficinaSans', 'CuprumRegular';
}

.discount-btn__text span {
font-size: 15px;
font-weight: normal;
display: block;
font-family: 'CuprumRegular';
}

.discount-btn__active-popup {
position: absolute;
top: 140px;
left: -145px;
border: 7px solid #e70343;
border-radius: 10px;
background: white;
padding: 10px 30px;
line-height: 1.2;
font-size: 16px;
width: 300px;
color: #3A3086;
display: none;
}

.discount-btn:hover + .discount-btn__active-popup {
display: block;
}

.discount-img {
width: 100%;
height: auto;
}

media screen and (max-width: 400px) and (min-width: 350px) {
.discount-btn-wrapper {
right: unset;
left: 238px;
top: 2px;
transform: scale(0.8, 0.8);
}
}

.discount-btn {
position: absolute;
animation: btn-movement 6s ease infinite;
top: 0;
left: 0;
}

.discount-btn__body {
width: 60px;
height: 60px;
background: #e70343;
text-align: center;
color: white;
border-radius: 100px;
transition: 0.3s all;
z-index: 1;
}

.discount-btn__text {
display: inline-block;
vertical-align: middle;
font-size: 30px;
font-weight: bold;
line-height: 1;
margin-top: 10px;
font-family: 'OfficinaSans', 'CuprumRegular';
}

.discount-btn__text span {
font-size: 10px;
font-weight: normal;
display: block;
font-family: 'CuprumRegular';
}

.discount-btn__active-popup {
position: absolute;
top: 40px;
left: -220px;
border: 7px solid #e70343;
border-radius: 10px;
background: white;
padding: 10px 30px;
line-height: 1.2;
font-size: 12px;
width: 200px;
color: #3A3086;
display: none;
}

.discount-btn:hover + .discount-btn__active-popup {
display: block;
}

.discount-img {
width: 100%;
height: auto;
}
  • Вопрос задан
  • 49 просмотров
Решения вопроса 1
Neobezatelno
@Neobezatelno
Дюшес
всё работает 60d185c123696056754341.png
Ответ написан
Пригласить эксперта
Ответы на вопрос 2
@randall969 Автор вопроса
Странно на компе стиль отображается другой
Ответ написан
@Hatvis
Укажите в html, внутри тега head, вот такую запись :

60d19c364f7dd014673545.png

Была похожая проблема, работал только один медиа-запрос, а остальные нет.
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы