topNavtar.wxss 218 B

1234567891011
  1. /* components/topNavtar.wxss */
  2. .head{
  3. position: fixed;
  4. z-index:999;
  5. width: 100%;
  6. height: 30px;
  7. line-height: 30px;
  8. /* background: linear-gradient(to bottom, #D9E7FF, #e0eafa,#F6F6F6 ); */
  9. top: 0;
  10. left: 0;
  11. }