search-nav.scss 874 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. text-align: center;
  16. }
  17. .nav .el-tabs__header{
  18. margin: 0 !important;
  19. }
  20. .nav .el-tabs--card>.el-tabs__header{
  21. border-bottom: none !important;
  22. }
  23. .nav .el-tabs__nav-wrap::after{
  24. width: 0;
  25. height: 0;
  26. }
  27. /*.square-tab .el-tabs__item {*/
  28. /* font-size: 18px;*/
  29. /* margin-right: 35px;*/
  30. /*}*/
  31. .search-button{
  32. background-color: $--color-primary !important;
  33. border: none;
  34. border-radius: initial;
  35. padding: -1px;
  36. color: white !important;
  37. height: 39px;
  38. margin-right: -100px;
  39. }
  40. .search-block{
  41. width: 500px;
  42. }
  43. .releaseBtn{
  44. margin-top: 40px !important;
  45. }
  46. .tab-menu1 {
  47. border: 1px solid #ccc;
  48. width: 1px;
  49. }