84 lines
1.1 KiB
CSS
84 lines
1.1 KiB
CSS
.divLowerLeft {
|
|
position: absolute;
|
|
z-index: 100;
|
|
left: 10px;
|
|
bottom: 30vh;
|
|
}
|
|
|
|
.divBtn {
|
|
background-color: white;
|
|
font-size: 12px;
|
|
border-radius: 5px;
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
border: 1px solid #80808061;
|
|
padding: 0px 5px;
|
|
}
|
|
|
|
.divBtnTitle {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.lbWorn {
|
|
color: red;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.divBottom {
|
|
position: absolute;
|
|
z-index: 100;
|
|
bottom: 0px;
|
|
background: white;
|
|
width: 100vw;
|
|
padding: 15px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.divSiteInfo {
|
|
z-index: 100;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
background: white;
|
|
width: 100vw;
|
|
padding: 10px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.divClose {
|
|
position: absolute;
|
|
right: 3px;
|
|
top: -10px;
|
|
}
|
|
|
|
.divName {
|
|
display: flex;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.divAdrress {
|
|
margin-top: 5px;
|
|
font-size: 12px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.divCountRow {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.divCountRow .divCount {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.divCountRow .divTitle {
|
|
font-size: 14px;
|
|
font-weight: 300;
|
|
}
|