You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
183 B

1 year ago
  1. /* pages/selectPersonnel/selectPersonnel.wxss */
  2. .searchInput{
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. box-shadow: 4px 4px 10px #eee;
  8. }
  9. .mTop{
  10. margin-top: 140rpx;
  11. }