style.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .top-bar {
  2. width: 100%;
  3. height: 35px;
  4. background-color: #f5f5f5;
  5. font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  6. }
  7. .top-bar .top-bar-wrapper {
  8. width: 1190px;
  9. height: 35px;
  10. margin: 0 auto;
  11. display: flex;
  12. justify-content: space-between;
  13. }
  14. .top-bar .top-bar-wrapper .top-bar-left,
  15. .top-bar .top-bar-wrapper .top-bar-right {
  16. display: flex;
  17. line-height: 35px;
  18. }
  19. .top-bar .top-bar-wrapper .top-bar-left a,
  20. .top-bar .top-bar-wrapper .top-bar-right a {
  21. text-decoration: none;
  22. color: #6C6C6C;
  23. }
  24. .top-bar .top-bar-wrapper .top-bar-left li,
  25. .top-bar .top-bar-wrapper .top-bar-right li {
  26. padding: 0 6px;
  27. }
  28. .top-bar .top-bar-wrapper .top-bar-left .font_hightlight {
  29. color: #f22e00;
  30. }
  31. .top-bar .top-bar-wrapper .top-bar-left ._arrow {
  32. width: 12px;
  33. height: 6px;
  34. }
  35. .top-bar .top-bar-wrapper .top-bar-left .region-item-list {
  36. display: none;
  37. width: 300px;
  38. height: 300px;
  39. }
  40. .top-bar .top-bar-wrapper .top-bar-left .region-list .region-ch:hover {
  41. display: block;
  42. }
  43. .top-bar .top-bar-wrapper .top-bar-right .icon_hightlight {
  44. color: #f40;
  45. }
  46. .top-bar .top-bar-wrapper .top-bar-right .ver {
  47. padding: 0 5px;
  48. color: #ddd;
  49. }
  50. .top-bar .top-bar-wrapper .top-bar-right ._arrow {
  51. font-size: 12px;
  52. }
  53. .region-list:hover .region-item-list {
  54. display: block;
  55. }
  56. /*# sourceMappingURL=./style.css.map */