1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .top-bar {
- width: 100%;
- height: 35px;
- background-color: #f5f5f5;
- font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
- }
- .top-bar .top-bar-wrapper {
- width: 1190px;
- height: 35px;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- }
- .top-bar .top-bar-wrapper .top-bar-left,
- .top-bar .top-bar-wrapper .top-bar-right {
- display: flex;
- line-height: 35px;
- }
- .top-bar .top-bar-wrapper .top-bar-left a,
- .top-bar .top-bar-wrapper .top-bar-right a {
- text-decoration: none;
- color: #6C6C6C;
- }
- .top-bar .top-bar-wrapper .top-bar-left li,
- .top-bar .top-bar-wrapper .top-bar-right li {
- padding: 0 6px;
- }
- .top-bar .top-bar-wrapper .top-bar-left .font_hightlight {
- color: #f22e00;
- }
- .top-bar .top-bar-wrapper .top-bar-left ._arrow {
- width: 12px;
- height: 6px;
- }
- .top-bar .top-bar-wrapper .top-bar-left .region-item-list {
- display: none;
- width: 300px;
- height: 300px;
- }
- .top-bar .top-bar-wrapper .top-bar-left .region-list .region-ch:hover {
- display: block;
- }
- .top-bar .top-bar-wrapper .top-bar-right .icon_hightlight {
- color: #f40;
- }
- .top-bar .top-bar-wrapper .top-bar-right .ver {
- padding: 0 5px;
- color: #ddd;
- }
- .top-bar .top-bar-wrapper .top-bar-right ._arrow {
- font-size: 12px;
- }
- .region-list:hover .region-item-list {
- display: block;
- }
- /*# sourceMappingURL=./style.css.map */
|