Files

22 lines
374 B
Plaintext

.bg-gradual-pink{
vertical-align: middle;
font-size:18px;
background:-webkit-linear-gradient(315deg,rgba(45,201,235,1) 0%,rgba(20,210,184,1) 100%);
background:linear-gradient(135deg,rgba(45,201,235,1) 0%,rgba(20,210,184,1) 100%);
}
.cu{
height:89px;
}
.page {
width: 100vw;
height: 200Vh;
}
.page.show {
overflow: hidden;
}
.cuIcon-locationfill{
color:#2CC9EA;
}