/* pages/selectPersonnel/selectPersonnel.wxss */
|
|
.searchInput{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
box-shadow: 4px 4px 10px #eee;
|
|
}
|
|
.mTop{
|
|
margin-top: 140rpx;
|
|
}
|