tongyong.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .navigationBar {
  2. width: 100%;
  3. height: 6.375rem;
  4. position: relative;
  5. box-shadow: 1px 3px 5px 0px #ddd;
  6. }
  7. .navigationBarBack {
  8. width: 100%;
  9. position: absolute;
  10. height: 100%;
  11. top: 0;
  12. left: 0;
  13. background: #fff;
  14. color: #595959 !important;
  15. }
  16. .navigationTitle {
  17. max-width: 81.25rem;
  18. height: 6.375rem;
  19. margin: auto;
  20. position: relative;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between
  24. }
  25. .navigationTitle img {
  26. width: 8.125rem;
  27. height: 3.625rem;
  28. }
  29. .navigationUl {
  30. margin-left: 2.5rem;
  31. }
  32. .navigationUl a {
  33. color: #5e95f8 !important;
  34. }
  35. .navigationUl li {
  36. margin: 0 .625rem;
  37. }
  38. .navigationUl, .navigationUl li{
  39. display: inline-block;
  40. font-size: 1rem;
  41. }
  42. .inBlock {
  43. display: inline-block;
  44. }
  45. .flexs {
  46. display: flex;
  47. align-items: center;
  48. }
  49. .fonsColorBai, .fonsColorBai a{
  50. color: #595959 !important;
  51. width: 100%;
  52. height: 100%;
  53. display: inline-block;
  54. }
  55. .fonsColorHei, .fonsColorHei a{
  56. color: #333;
  57. }
  58. .til {
  59. height: 6.375rem;
  60. line-height: 6.375rem;
  61. position: relative;
  62. overflow: hidden;
  63. cursor: pointer;
  64. }
  65. .headers {
  66. position: fixed;
  67. top: 0;
  68. left: 0;
  69. width: 100%;
  70. z-index: 9999999;
  71. }
  72. .ons a {
  73. border-bottom: 2px solid #5e95f8;
  74. }
  75. .til:hover a {
  76. border-bottom: 2px solid #5e95f8;
  77. }