@charset "utf-8"; @import "base"; $imgUrlDev: '../img/'; $imgUrl: '../images/'; #app { height: 100%; } .navigator { order: 1; width: 100%; height: 2rem; position: fixed; bottom: 0; left: 0; right: 0; z-index: 2019; ul { @include dispFlex(); height: 100%; background-color: #ffffff; box-shadow: 0rem 0rem 0.12rem 0rem rgba(196, 196, 196, 0.87); justify-content: center; align-items: center; li { position: relative; @include boxFlex(); text-align: center; a { display: block; .cart { position: absolute; left: 50%; top: -8px; margin-left: -2px; color: #fff; font-size: 12px; font-weight: 500; text-align: center; padding: 0 3px; min-width: 16px; line-height: 14px; border: 1px solid #fff; border-radius: 16px; background-color: #f44; transform: translateX(50%); transform-origin: 100%; } i { width: 26px; height: 26px; display: block; margin: 0 auto; color: #d5d5d5; font-size: 25px; text-align: center; } .ico-1 { background: url("#{$imgUrl}home/i1.png") no-repeat center center; background-size: cover; } .ico-2 { background: url("#{$imgUrl}home/i2.png") no-repeat center center; background-size: cover; } .ico-3 { background: url("#{$imgUrl}home/i3.png") no-repeat center center; background-size: cover; } .ico-4 { background: url("#{$imgUrl}home/i4.png") no-repeat center center; background-size: cover; } .ico-5 { background: url("#{$imgUrl}home/i5.png") no-repeat center center; background-size: cover; } p { margin-top: 0.133rem; font-size: 10px; color: #adadad; } } &.curr { i { color: #57a1f4; } .ico-1 { background: url("#{$imgUrl}home/i1_s.png") no-repeat center center; background-size: cover; } .ico-2 { background: url("#{$imgUrl}home/i2_s.png") no-repeat center center; background-size: cover; } .ico-3 { background: url("#{$imgUrl}home/i3_s.png") no-repeat center center; background-size: cover; } .ico-4 { background: url("#{$imgUrl}home/i4_s.png") no-repeat center center; background-size: cover; } .ico-5 { background: url("#{$imgUrl}home/i5_s.png") no-repeat center center; background-size: cover; } p { color: #4e8eee; } } } } } .loading-background { background: transparent; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; flex-direction: column; z-index: 99; } .slide-bar { position: fixed; right: 0; bottom: 23%; z-index: 3000; .customer-service { width: 1.053rem; height: 1.053rem; border-radius: 4px; background: rgba(78, 142, 238, 0.8); display: flex; align-items: center; justify-content: center; .icon-kefu { color: #fff; font-size: 25px; } } .backtop { margin-top: 16px; width: 1.053rem; height: 1.053rem; border-radius: 4px; background: rgba(78, 142, 238, 0.8); display: flex; align-items: center; justify-content: center; .icon-xiangshang1 { color: #fff; font-size: 28px; } } } .kefu { .t0 { text-align: center; height: 100px; line-height: 100px; .icon-kefu { font-size: 60px; color: #1080d0; } } .t1 { padding: 0 10%; margin-bottom: 20px; a { display: block; height: 33px; line-height: 33px; font-size: 14px; background: #1080d0; color: #fff; text-decoration: none; text-align: center; border: none; } } .t2 { padding: 0 10%; margin-bottom: 20px; a { border-color: #e5e5e5; color: #1080d0; border: 1px solid #1080d0; text-decoration: none; text-align: center; display: block; height: 33px; line-height: 33px; font-size: 13px; .icon-qq { font-size: 13px; margin-right: 10px; } } } }