1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/thebestweb-uni-app-style

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pos.scss 892 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
theBestXH Отправлено 06.10.2020 05:00 7a873b5
.pos {
position: relative;
&-fixed {
position: fixed !important;
}
&-sticky {
position: sticky !important;
}
&-lt {
position: absolute;
left: 0;
top: 0;
}
&-lc {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
&-lb {
position: absolute;
left: 0;
bottom: 0;
}
&-ct {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
&-cc {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
&-cb {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
&-rt {
position: absolute;
right: 0;
top: 0;
}
&-rc {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
&-rb {
position: absolute;
right: 0;
bottom: 0;
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/thebestweb-uni-app-style.git
git@api.gitlife.ru:oschina-mirror/thebestweb-uni-app-style.git
oschina-mirror
thebestweb-uni-app-style
thebestweb-uni-app-style
master