36 lines
677 B
CSS
36 lines
677 B
CSS
/* head_16.css */
|
|
|
|
.__PFX__-h16-wrap{
|
|
position:relative;
|
|
padding:18px 12px 34px;
|
|
background:linear-gradient(135deg,var(--grad-start),var(--grad-end));
|
|
}
|
|
|
|
.__PFX__-h16-logo{
|
|
text-align:center;
|
|
font-size:22px;
|
|
color:#fff;
|
|
font-weight:800;
|
|
}
|
|
|
|
.__PFX__-h16-searchBox{
|
|
position:absolute;
|
|
left:50%;
|
|
bottom:-18px;
|
|
transform:translateX(-50%);
|
|
width:80%;
|
|
backdrop-filter:blur(8px);
|
|
-webkit-backdrop-filter:blur(8px);
|
|
background:rgba(255,255,255,0.4);
|
|
border-radius:12px;
|
|
padding:6px 12px;
|
|
}
|
|
|
|
.__PFX__-h16-searchBox input{
|
|
width:100%;
|
|
border:none;
|
|
background:transparent;
|
|
color:#000;
|
|
padding:6px;
|
|
}
|