<>
/* Стили для иконок в стиле iPhone */
.app-icon {
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--color-text);
flex: 1;
}
/* Фиксируем цвет для всех состояний ссылки */
.app-icon:hover,
.app-icon:focus,
.app-icon:active,
.app-icon:visited {
color: var(--color-text);
text-decoration: none;
}
.app-icon-container {
position: relative;
border-radius: 22px;
overflow: hidden;
border: 1px solid rgba(0000.1);
transition: transform 0.2s ease;
aspect-ratio: 1;
width: 100%;
}
/* Базовое изображение всегда на фоне */
.app-icon-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Видео поверх изображения */
.app-icon-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.app-icon-label {
margin: 8px 2px 10px 2px;
font-size: 12px;
line-height: 1.2;
text-align: center;
color: var(--color-text);
font-weight: 500;
}
/* Стили для иконки типа */
.app-type-badge {
position: absolute;
top: 4px;
left: 4px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(0001);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: white;
font-size: 16px;
}
/* Стили для иконки Prime статуса */
.app-prime-badge {
position: absolute;
top: 4px;
left: 40px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(25521501);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: rgba(2552552551);
font-size: 16px;
}
/* Стили для бейджика "NEW" в правом верхнем углу */
.app-new-badge {
position: absolute;
top: 4px;
right: 4px;
height: 32px;
padding: 0 8px;
border-radius: 16px;
background-color: rgba(50183671);
color: white;
font-size: 12px;
font-weight: bold;
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
line-height: 1;
white-space: nowrap;
}
/* Увеличиваем размеры для больших экранов */
@media (min-width: 600px) {
.app-icon-label {
font-size: 16px;
margin: 8px 2px 20px 2px;
}
.app-type-badge {
width: 36px;
height: 36px;
border-radius: 26px;
font-size: 18px;
}
.app-prime-badge {
width: 36px;
height: 36px;
border-radius: 26px;
left: 44px;
font-size: 18px;
}
.app-new-badge {
height: 36px;
padding: 0 10px;
border-radius: 18px;
font-size: 14px;
}
}
/* Отключаем hover-эффекты на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
.app-icon-container:hover {
transform: none !important;
transition: none !important;
}
}
/* Для устройств с возможностью hover (десктопы) */
@media (hover: hover) and (pointer: fine) {
.app-icon:hover .app-icon-container {
transform: scale(1.05);
}
}
>
拍照搜题
<>
/* Стили для иконок в стиле iPhone */
.app-icon {
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--color-text);
flex: 1;
}
/* Фиксируем цвет для всех состояний ссылки */
.app-icon:hover,
.app-icon:focus,
.app-icon:active,
.app-icon:visited {
color: var(--color-text);
text-decoration: none;
}
.app-icon-container {
position: relative;
border-radius: 22px;
overflow: hidden;
border: 1px solid rgba(0000.1);
transition: transform 0.2s ease;
aspect-ratio: 1;
width: 100%;
}
/* Базовое изображение всегда на фоне */
.app-icon-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Видео поверх изображения */
.app-icon-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.app-icon-label {
margin: 8px 2px 10px 2px;
font-size: 12px;
line-height: 1.2;
text-align: center;
color: var(--color-text);
font-weight: 500;
}
/* Стили для иконки типа */
.app-type-badge {
position: absolute;
top: 4px;
left: 4px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(0001);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: white;
font-size: 16px;
}
/* Стили для иконки Prime статуса */
.app-prime-badge {
position: absolute;
top: 4px;
left: 40px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(25521501);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: rgba(2552552551);
font-size: 16px;
}
/* Стили для бейджика "NEW" в правом верхнем углу */
.app-new-badge {
position: absolute;
top: 4px;
right: 4px;
height: 32px;
padding: 0 8px;
border-radius: 16px;
background-color: rgba(50183671);
color: white;
font-size: 12px;
font-weight: bold;
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
line-height: 1;
white-space: nowrap;
}
/* Увеличиваем размеры для больших экранов */
@media (min-width: 600px) {
.app-icon-label {
font-size: 16px;
margin: 8px 2px 20px 2px;
}
.app-type-badge {
width: 36px;
height: 36px;
border-radius: 26px;
font-size: 18px;
}
.app-prime-badge {
width: 36px;
height: 36px;
border-radius: 26px;
left: 44px;
font-size: 18px;
}
.app-new-badge {
height: 36px;
padding: 0 10px;
border-radius: 18px;
font-size: 14px;
}
}
/* Отключаем hover-эффекты на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
.app-icon-container:hover {
transform: none !important;
transition: none !important;
}
}
/* Для устройств с возможностью hover (десктопы) */
@media (hover: hover) and (pointer: fine) {
.app-icon:hover .app-icon-container {
transform: scale(1.05);
}
}
>
文本生成器
<>
/* Стили для иконок в стиле iPhone */
.app-icon {
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--color-text);
flex: 1;
}
/* Фиксируем цвет для всех состояний ссылки */
.app-icon:hover,
.app-icon:focus,
.app-icon:active,
.app-icon:visited {
color: var(--color-text);
text-decoration: none;
}
.app-icon-container {
position: relative;
border-radius: 22px;
overflow: hidden;
border: 1px solid rgba(0000.1);
transition: transform 0.2s ease;
aspect-ratio: 1;
width: 100%;
}
/* Базовое изображение всегда на фоне */
.app-icon-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Видео поверх изображения */
.app-icon-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.app-icon-label {
margin: 8px 2px 10px 2px;
font-size: 12px;
line-height: 1.2;
text-align: center;
color: var(--color-text);
font-weight: 500;
}
/* Стили для иконки типа */
.app-type-badge {
position: absolute;
top: 4px;
left: 4px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(0001);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: white;
font-size: 16px;
}
/* Стили для иконки Prime статуса */
.app-prime-badge {
position: absolute;
top: 4px;
left: 40px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(25521501);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: rgba(2552552551);
font-size: 16px;
}
/* Стили для бейджика "NEW" в правом верхнем углу */
.app-new-badge {
position: absolute;
top: 4px;
right: 4px;
height: 32px;
padding: 0 8px;
border-radius: 16px;
background-color: rgba(50183671);
color: white;
font-size: 12px;
font-weight: bold;
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
line-height: 1;
white-space: nowrap;
}
/* Увеличиваем размеры для больших экранов */
@media (min-width: 600px) {
.app-icon-label {
font-size: 16px;
margin: 8px 2px 20px 2px;
}
.app-type-badge {
width: 36px;
height: 36px;
border-radius: 26px;
font-size: 18px;
}
.app-prime-badge {
width: 36px;
height: 36px;
border-radius: 26px;
left: 44px;
font-size: 18px;
}
.app-new-badge {
height: 36px;
padding: 0 10px;
border-radius: 18px;
font-size: 14px;
}
}
/* Отключаем hover-эффекты на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
.app-icon-container:hover {
transform: none !important;
transition: none !important;
}
}
/* Для устройств с возможностью hover (десктопы) */
@media (hover: hover) and (pointer: fine) {
.app-icon:hover .app-icon-container {
transform: scale(1.05);
}
}
>
语法检查器
<>
/* Стили для иконок в стиле iPhone */
.app-icon {
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--color-text);
flex: 1;
}
/* Фиксируем цвет для всех состояний ссылки */
.app-icon:hover,
.app-icon:focus,
.app-icon:active,
.app-icon:visited {
color: var(--color-text);
text-decoration: none;
}
.app-icon-container {
position: relative;
border-radius: 22px;
overflow: hidden;
border: 1px solid rgba(0000.1);
transition: transform 0.2s ease;
aspect-ratio: 1;
width: 100%;
}
/* Базовое изображение всегда на фоне */
.app-icon-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Видео поверх изображения */
.app-icon-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.app-icon-label {
margin: 8px 2px 10px 2px;
font-size: 12px;
line-height: 1.2;
text-align: center;
color: var(--color-text);
font-weight: 500;
}
/* Стили для иконки типа */
.app-type-badge {
position: absolute;
top: 4px;
left: 4px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(0001);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: white;
font-size: 16px;
}
/* Стили для иконки Prime статуса */
.app-prime-badge {
position: absolute;
top: 4px;
left: 40px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(25521501);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: rgba(2552552551);
font-size: 16px;
}
/* Стили для бейджика "NEW" в правом верхнем углу */
.app-new-badge {
position: absolute;
top: 4px;
right: 4px;
height: 32px;
padding: 0 8px;
border-radius: 16px;
background-color: rgba(50183671);
color: white;
font-size: 12px;
font-weight: bold;
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
line-height: 1;
white-space: nowrap;
}
/* Увеличиваем размеры для больших экранов */
@media (min-width: 600px) {
.app-icon-label {
font-size: 16px;
margin: 8px 2px 20px 2px;
}
.app-type-badge {
width: 36px;
height: 36px;
border-radius: 26px;
font-size: 18px;
}
.app-prime-badge {
width: 36px;
height: 36px;
border-radius: 26px;
left: 44px;
font-size: 18px;
}
.app-new-badge {
height: 36px;
padding: 0 10px;
border-radius: 18px;
font-size: 14px;
}
}
/* Отключаем hover-эффекты на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
.app-icon-container:hover {
transform: none !important;
transition: none !important;
}
}
/* Для устройств с возможностью hover (десктопы) */
@media (hover: hover) and (pointer: fine) {
.app-icon:hover .app-icon-container {
transform: scale(1.05);
}
}
>
数学解题器
<>
/* Стили для иконок в стиле iPhone */
.app-icon {
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--color-text);
flex: 1;
}
/* Фиксируем цвет для всех состояний ссылки */
.app-icon:hover,
.app-icon:focus,
.app-icon:active,
.app-icon:visited {
color: var(--color-text);
text-decoration: none;
}
.app-icon-container {
position: relative;
border-radius: 22px;
overflow: hidden;
border: 1px solid rgba(0000.1);
transition: transform 0.2s ease;
aspect-ratio: 1;
width: 100%;
}
/* Базовое изображение всегда на фоне */
.app-icon-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Видео поверх изображения */
.app-icon-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.app-icon-label {
margin: 8px 2px 10px 2px;
font-size: 12px;
line-height: 1.2;
text-align: center;
color: var(--color-text);
font-weight: 500;
}
/* Стили для иконки типа */
.app-type-badge {
position: absolute;
top: 4px;
left: 4px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(0001);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: white;
font-size: 16px;
}
/* Стили для иконки Prime статуса */
.app-prime-badge {
position: absolute;
top: 4px;
left: 40px;
width: 32px;
height: 32px;
border-radius: 20px;
padding: 4px;
background-color: rgba(25521501);
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
color: rgba(2552552551);
font-size: 16px;
}
/* Стили для бейджика "NEW" в правом верхнем углу */
.app-new-badge {
position: absolute;
top: 4px;
right: 4px;
height: 32px;
padding: 0 8px;
border-radius: 16px;
background-color: rgba(50183671);
color: white;
font-size: 12px;
font-weight: bold;
border: 1px solid rgba(2552552550.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
line-height: 1;
white-space: nowrap;
}
/* Увеличиваем размеры для больших экранов */
@media (min-width: 600px) {
.app-icon-label {
font-size: 16px;
margin: 8px 2px 20px 2px;
}
.app-type-badge {
width: 36px;
height: 36px;
border-radius: 26px;
font-size: 18px;
}
.app-prime-badge {
width: 36px;
height: 36px;
border-radius: 26px;
left: 44px;
font-size: 18px;
}
.app-new-badge {
height: 36px;
padding: 0 10px;
border-radius: 18px;
font-size: 14px;
}
}
/* Отключаем hover-эффекты на тач-устройствах */
@media (hover: none) and (pointer: coarse) {
.app-icon-container:hover {
transform: none !important;
transition: none !important;
}
}
/* Для устройств с возможностью hover (десктопы) */
@media (hover: hover) and (pointer: fine) {
.app-icon:hover .app-icon-container {
transform: scale(1.05);
}
}
>
导师