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

OSCHINA-MIRROR/wendal-irtu-gps-miniapp

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
gps.wxss 835
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Wendal Chen Отправлено 6 лет назад 5c68254
/* pages/gps/gps.wxss */
.gpsmap {
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
width: 100%;
}
.controls {
position: relative;
top: 80%;
left: 25%;
height: 30px;
margin-top: 10px;
display: flex;
}
.infos {
text-align: center;
background-color: rgba(7, 18, 243, 0.5);
color: white;
line-height: 30px;
border-radius: 5px;
}
.vmodes {
position: relative;
top: 5%;
left: 25%;
height: 30px;
margin-top: 10px;
display: flex;
}
.modes_realtime {
text-align: center;
background-color: rgba(0, 255, 0, 0.5);
color: white;
line-height: 30px;
border-radius: 5px;
}
.modes_history {
text-align: center;
background-color: rgba(255, 0, 0, 0.5);
color: white;
line-height: 30px;
border-radius: 5px;
}

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

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

1
https://gitlife.ru/oschina-mirror/wendal-irtu-gps-miniapp.git
git@gitlife.ru:oschina-mirror/wendal-irtu-gps-miniapp.git
oschina-mirror
wendal-irtu-gps-miniapp
wendal-irtu-gps-miniapp
master