/* utils.scss */ @import "/utils/utils.scss"; page { background: #fff; } @-webkit-keyframes rotate { 0% { transform: rotate(0deg) scale(1); } 100% { transform: rotate(360deg) scale(1); } } @keyframes rotate { 0% { transform: rotate(0deg) scale(1); } 100% { transform: rotate(360deg) scale(1); } } /* #ifdef H5*/ uni-page { box-shadow: 0 1px 22px rgb(169, 169, 169, .3); } .footer-fixed { left: var(--window-left) !important; right: var(--window-right) !important; } .u-mask,.u-drawer { left: var(--window-left) !important; right: var(--window-right) !important; } .nav-bar_1 { height: 93rpx; display: flex; width: 750rpx; margin: 0 auto 0 auto; color: rgba(230, 0, 18, 1); font-size: 40rpx; padding: 0 30rpx; font-family: FZQKBYSJW--GB1-0; font-weight: normal; position: relative; } .nav-bar_1 .arr-right { margin-right: 180rpx; z-index: 2; height:93rpx; line-height: 93rpx; } .nav-bar_1 .arr-left { position: absolute; top:0; left:0; text-align: center; width: 100%; height:93rpx; line-height: 93rpx; } .nav-bar_1>view { display: inline-block; } // @font-face { // font-family: "FZLTHK--GBK1-0"; // src: url('~@/static/font/FZLTHK--GBK1-0.TTF'); // } // @font-face { // font-family: "FZQKBYSJW--GB1-0"; // src: url('~@/static/font/FZQKBYSJW--GB1-0.TTF'); // } // @font-face { // font-family: "FZHLJW--GB1-0"; // src: url('~@/static/font/FZHLJW--GB1-0.TTF'); // } // @font-face { // font-family: "SFProText-Semibold"; // src: url('~@/static/font/sf-pro-text-semibold.ttf'); // } // @font-face { // font-family: "MyriadPro-Regular"; // src: url('~@/static/font/MyriadPro-Regular.otf'); // } // @font-face { // font-family: "AlibabaPuHuiTi-Regular"; // src: url('~@/static/font/Alibaba-PuHuiTi-Regular.ttf'); // } // @font-face { // font-family: "HYb2gj"; // src: url('~@/static/font/HYb2gj.ttf'); // } /* #endif */