drugSel.scss 333 B

12345678910111213141516171819202122
  1. .drug-sel{
  2. .search{
  3. position: fixed;
  4. top: 0;
  5. width: 100%;
  6. }
  7. .list{
  8. padding-top: 54px;
  9. }
  10. .btb-e1e1e1{
  11. border-top: solid 1px #e1e1e1;
  12. border-bottom: solid 1px #e1e1e1;
  13. }
  14. }
  15. .mainNobotHasTop{
  16. .drug-sel{
  17. .search{
  18. top: 46px;
  19. }
  20. }
  21. }