@font-face { font-family: DIN-Medium; src: url("https://onlineimg.qianniao.vip/DIN-Medium-2.otf"); } @font-face { font-family: DINPro-Regular; src: url("https://onlineimg.qianniao.vip/DIN-Regular.otf"); } @font-face { font-family: jiangxikaiti; src: url("https://onlineimg.qianniao.vip/jiangxikaiti.ttf"); } page { background: #f7f8fa; color: #333333; font-weight: 400; } ol, ul { list-style: none; padding: 0; margin: 0; /*清除列表默认样式*/ } /* 骨架屏替代方案 */ .Skeleton { background: #f3f3f3; padding: 20upx 0; border-radius: 8upx; } .clamp { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; } /*边框*/ .b-b:after, .b-t:after { position: absolute; z-index: 3; left: 0; right: 0; height: 0; content: ''; transform: scaleY(0.5); border-bottom: 1px solid #f5f5f5; } .b-b:after { bottom: 0; } .b-t:after { top: 0; } /* 浮动样式 */ .clearfix:after { display: block; clear: both; content: ''; visibility: hidden; height: 0; } .clearfix { zoom: 1; } .float_left { float: left; } .float_right { float: right; } /* 加入购物车按钮 */ .add-cart-btn { display: block; width: 76upx; height: 76upx; } .price .icon-rmb { font-size: 20upx; font-weight: 400; margin-right: 4upx; } .nav-cont { transform: translateY(-220upx); height: 100%; } .nv-back { width: 48upx; height: 48upx; } /*每个页面公共css */ .ellipsis, .clamp2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .blanck-pop .u-mode-center-box { background: rgba(0, 0, 0, 0) !important; } .blanck-pop .u-drawer-bottom { background: rgba(0, 0, 0, 0) !important; } .showGoodsPrice { font-size: 24rpx !important; }