search-nav.scss 899 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @import "../style/main";
  2. .nav{
  3. background:rgba(255,255,255,1);
  4. box-shadow:0px 4px 30px 0px rgba(8,5,6,0.08);
  5. padding: 0 10%;
  6. }
  7. .logo-img{
  8. width: 50px;
  9. height: 50px;
  10. margin: 2px 23px;
  11. display: block;
  12. }
  13. .logo-title{
  14. width: 100px;
  15. display: inline-block;
  16. text-align: center;
  17. }
  18. .nav .el-tabs__header{
  19. margin: 0 !important;
  20. }
  21. .nav .el-tabs--card>.el-tabs__header{
  22. border-bottom: none !important;
  23. }
  24. .nav .el-tabs__nav-wrap::after{
  25. width: 0;
  26. height: 0;
  27. }
  28. /*.square-tab .el-tabs__item {*/
  29. /* font-size: 18px;*/
  30. /* margin-right: 35px;*/
  31. /*}*/
  32. .search-button{
  33. background-color: $--color-primary !important;
  34. border: none;
  35. border-radius: initial;
  36. padding: -1px;
  37. color: white !important;
  38. height: 39px;
  39. margin-right: -100px;
  40. }
  41. .search-block{
  42. width: 500px;
  43. }
  44. .releaseBtn{
  45. margin-top: 40px !important;
  46. }
  47. .tab-menu1 {
  48. border: 1px solid #ccc;
  49. width: 1px;
  50. }