phpvms/public/assets/frontend/css/styles.css

105 lines
1.4 KiB
CSS
Raw Normal View History

2017-08-10 13:08:38 +08:00
/**
*
*/
2018-04-07 06:10:45 +08:00
.select2-container {
margin-top: 2px;
}
2017-08-10 13:08:38 +08:00
.map-info-box {
display: none;
position: absolute;
bottom: 0;
padding: 20px;
height: 100px;
z-index: 9999;
background-color: rgba(232, 232, 232, 0.9);
}
2018-04-04 01:06:06 +08:00
.dashboard-box {
background: #067ec1;
color: #FFF;
}
.dashboard-box .header {
left: 0;
right: 0;
height: 100px;
line-height: 100px;
white-space: nowrap;
}
.dashboard-box .icon-background {
float: left;
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
font-size: 125px;
}
.dashboard-box .icon {
opacity: .1;
}
.dashboard-box .description {
position: absolute;
color: white;
bottom: 0;
left: 0;
right: 0;
font-size: 1.3em;
}
.mini-splash {
padding: 30px 0;
text-align: center;
color: #9A9A9A;
font-weight: 300;
}
.font-large {
font-size: 20px;
}
.font-medium {
font-size: 18px;
}
2017-08-10 14:00:08 +08:00
.card-bg {
float: left;
position: absolute;
display:block;
bottom: 10px;
width:100%;
height:100%;
font-size: 275px;
text-align: center;
}
.blue-bg {
background: #067ec1;
}
2017-08-10 13:08:38 +08:00
.border-blue-bottom {
border-bottom: 3px solid #067ec1;
}
.full-height {
height: 50vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.m-b-md {
margin-bottom: 30px;
}