1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .navigationBar {
- width: 100%;
- height: 6.375rem;
- position: relative;
- box-shadow: 1px 3px 5px 0px #ddd;
- }
- .navigationBarBack {
- width: 100%;
- position: absolute;
- height: 100%;
- top: 0;
- left: 0;
- background: #fff;
- color: #595959 !important;
- }
- .navigationTitle {
- max-width: 81.25rem;
- height: 6.375rem;
- margin: auto;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between
- }
- .navigationTitle img {
- width: 8.125rem;
- height: 3.625rem;
- }
- .navigationUl {
- margin-left: 2.5rem;
- }
- .navigationUl a {
- color: #5e95f8 !important;
- }
- .navigationUl li {
- margin: 0 .625rem;
- }
- .navigationUl, .navigationUl li{
- display: inline-block;
- font-size: 1rem;
- }
- .inBlock {
- display: inline-block;
- }
- .flexs {
- display: flex;
- align-items: center;
- }
- .fonsColorBai, .fonsColorBai a{
- color: #595959 !important;
- width: 100%;
- height: 100%;
- display: inline-block;
- }
- .fonsColorHei, .fonsColorHei a{
- color: #333;
- }
- .til {
- height: 6.375rem;
- line-height: 6.375rem;
- position: relative;
- overflow: hidden;
- cursor: pointer;
- }
- .headers {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 9999999;
- }
- .ons a {
- border-bottom: 2px solid #5e95f8;
- }
- .til:hover a {
- border-bottom: 2px solid #5e95f8;
- }
|