2025-04-28 09:21:04 +08:00
|
|
|
.head{
|
|
|
|
|
height: 100vh;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.head_a{
|
|
|
|
|
position: fixed;
|
2025-04-28 17:55:43 +08:00
|
|
|
top: 0px;
|
2025-04-28 09:21:04 +08:00
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2025-04-28 17:55:43 +08:00
|
|
|
height:44px;
|
2025-04-28 09:21:04 +08:00
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
}
|
|
|
|
|
.head_b{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2025-04-28 17:55:43 +08:00
|
|
|
/* .head_c{
|
2025-04-28 10:58:02 +08:00
|
|
|
position: relative;
|
|
|
|
|
bottom: 10px;
|
2025-04-28 09:21:04 +08:00
|
|
|
display: flex;
|
|
|
|
|
align-items:center;
|
2025-04-28 10:58:02 +08:00
|
|
|
justify-content:space-between;
|
2025-04-28 17:55:43 +08:00
|
|
|
} */
|
2025-04-28 10:58:02 +08:00
|
|
|
.van-search{
|
|
|
|
|
width: 360px;
|
|
|
|
|
}
|
|
|
|
|
.head_d{
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.head_shouhuo{
|
|
|
|
|
position: relative;
|
|
|
|
|
right: 85px;
|
2025-04-28 09:21:04 +08:00
|
|
|
}
|
|
|
|
|
.head_text{
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 40rpx;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.head_box{
|
2025-04-28 17:55:43 +08:00
|
|
|
margin-top: 60px;
|
2025-04-28 09:21:04 +08:00
|
|
|
padding: 10px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|