global.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. //导航条
  2. .breadcrumb {
  3. width: 100%;
  4. height: 22px;
  5. margin-bottom: 30px;
  6. font-family: Microsoft YaHei, Microsoft YaHei;
  7. font-weight: 400;
  8. font-size: 20px;
  9. color: #666666;
  10. line-height: 23px;
  11. text-align: left;
  12. font-style: normal;
  13. text-transform: none;
  14. :deep(.el-breadcrumb) {
  15. display: inline-block;
  16. vertical-align: -4px;
  17. }
  18. :deep(.el-breadcrumb__inner a),
  19. :deep(.el-breadcrumb__inner.is-link) {
  20. color: #666666;
  21. font-weight: 400;
  22. text-decoration: none;
  23. transition: var(--el-transition-color);
  24. }
  25. span {
  26. font-family: Microsoft YaHei, Microsoft YaHei;
  27. font-weight: 400;
  28. font-size: 20px;
  29. color: #666666;
  30. line-height: 23px;
  31. text-align: left;
  32. font-style: normal;
  33. text-transform: none;
  34. }
  35. span:hover {
  36. color: #666666;
  37. }
  38. .location {
  39. margin-right:5px;
  40. width: 100px;
  41. height: 22px;
  42. font-family: Microsoft YaHei, Microsoft YaHei;
  43. font-weight: 400;
  44. font-size: 20px;
  45. color: #666666;
  46. line-height: 23px;
  47. text-align: left;
  48. font-style: normal;
  49. text-transform: none;
  50. }
  51. }
  52. .search {
  53. width: 100%;
  54. height: 100px;
  55. margin-top: 40px;
  56. .inner {
  57. width: 1200px;
  58. height: 100px;
  59. padding-top: 10px;
  60. text-align: center;
  61. input {
  62. width: 582px;
  63. height: 46px;
  64. outline: none;
  65. border: 1px solid #E6E6E6;
  66. border-radius: 0;
  67. padding-left: 20px;
  68. vertical-align: 0px;
  69. font-size: 16px;
  70. color: #666666
  71. }
  72. button {
  73. width: 120px;
  74. height: 48px;
  75. background-color: #255590;
  76. font-size: 16px;
  77. letter-spacing: 4px;
  78. color: #fff;
  79. border: none;
  80. border-radius: 0;
  81. cursor: pointer;
  82. }
  83. }
  84. }