/* iconfont */ @import "/fontIcon/iconfont.wxss"; .b-f { background: #fff; } .tf-180 { -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .tf-90 { -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .dis-block { display: block; } .dis-flex { display: flex !important; /* flex-wrap: wrap; */ } .flex-box { flex: 1; } .flex-dir-row { flex-direction: row; } .flex-dir-column { flex-direction: column; } .flex-x-center { /* display: flex; */ justify-content: center; } .flex-x-between { justify-content: space-between; } .flex-x-around { justify-content: space-around; } .flex-x-end { justify-content: flex-end; } .flex-y-center { align-items: center; } .flex-y-end { align-items: flex-end; } .flex-five { box-sizing: border-box; flex: 0 0 50%; } .flex-three { float: left; width: 33.3%; } .flex-four { box-sizing: border-box; flex: 0 0 25%; } .t-l { text-align: left; } .t-c { text-align: center; } .t-r { text-align: right; } .p-a { position: absolute; } .p-r { position: relative; } .fl { float: left; } .fr { float: right; } .clear::after { clear: both; content: " "; display: table; } .oh { overflow: hidden; } .tb-lr-center { display: -webkit-box; display: -ms-flexbox; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .f-34 { font-size: 34rpx; } .f-32 { font-size: 32rpx; } .f-31 { font-size: 31rpx; } .f-30 { font-size: 30rpx; } .f-29 { font-size: 29rpx; } .f-28 { font-size: 28rpx; } .f-26 { font-size: 26rpx; } .f-25 { font-size: 25rpx; } .f-24 { font-size: 24rpx; } .f-22 { font-size: 22rpx; } .f-20 { font-size: 20rpx; } .f-16 { font-size: 16rpx; } .f-w { font-weight: 700; } .f-n { font-weight: 400; } .col-f { color: #fff; } .col-3 { color: #333; } .col-6 { color: #666; } .col-7 { color: #777; } .col-8 { color: #888; } .col-9 { color: #999; } .col-m { color: #ff495e !important; } .col-s { color: #be0117 !important; } .col-green { color: #0ed339 !important; } .cont-box { padding: 20rpx; } .cont-bot { margin-bottom: 120rpx; } .padding-box { padding: 0 24rpx; box-sizing: border-box; } .pl-12 { padding-left: 12px; } .pr-12 { padding-right: 12px; } .pr-6 { padding-right: 6px; } .m-top4 { margin-top: 4rpx; } .m-top10 { margin-top: 10rpx; } .m-top20 { margin-top: 25rpx; } .p-bottom { padding-bottom: 112rpx; } .onelist-hidden { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .twolist-hidden { display: -webkit-box; word-break: break-all; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .b-r { border-right: 1rpx solid #eee; } .b-b { border-bottom: 1rpx solid #eee; } .b-t { border-top: 1rpx solid #eee; } .ts-1 { -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; } .ts-2 { -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .ts-3 { -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .ts-5 { -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } /* 无样式button (用于伪submit) */ .btn-normal { display: block; margin: 0; padding: 0; line-height: normal; background: none; border-radius: 0; box-shadow: none; border: none; font-size: unset; text-align: unset; overflow: visible; } .btn-normal:after { border: none; } .btn-normal.button-hover { color: inherit; } .title-header { height: 100rpx; line-height: 100rpx; font-weight: 700; margin-left: -10rpx; } .title-footer { position: relative; z-index: 1; height: 80rpx; line-height: 80rpx; overflow: hidden; color: #888; text-align: center; margin: 0 18rpx 0; } .title-footer .cont { background: #f7f7f7; padding: 0 12rpx; font-size: 28rpx; z-index: 10; } .title-footer .hr { background: #eee; height: 1rpx; border: 0; position: absolute; left: 10%; right: 10%; top: 50%; margin-top: 1px; z-index: -1; } .slide-image { width: 100%; height: 100%; margin: 0 auto; display: block; } .index_sale { background: #fff; padding: 0 12px 12px 12px; } .index_sale .nav_img, .index-list .nav_img { padding: 30rpx 0 0 0; width: 100%; height: 30rpx; } .index_sale scroll-view { width: 100%; white-space: nowrap; } .index_sale .sale_img { border: 1rpx solid #f2f2f2; border-radius: 4px; overflow: hidden; width: 159rpx; height: 159rpx; } .index_sale .sale_img image { width: 100%; height: 100%; } .index_sale .price { margin-top: 10rpx; display: block; } .index_sale .page-column { padding: 0 11rpx 11rpx 0; } .index_sale .content { width: 170rpx; } .index_sale .content text { font-size: 26rpx; margin: 5rpx 10rpx; width: 100%; } .widget-shopcar { text-align: center; position: fixed; bottom: 230rpx; z-index: 20; right: 12px; background: rgba(255, 255, 255, 0.9); width: 76rpx; height: 76rpx; line-height: 76rpx; border-radius: 76rpx; border: 1rpx solid #eee; } .widget-goTop { text-align: center; position: fixed; bottom: 150rpx; z-index: 20; right: 12px; background: rgba(255, 255, 255, 0.9); width: 76rpx; height: 76rpx; line-height: 76rpx; border-radius: 76rpx; border: 1rpx solid #eee; } .widget-goTop .icon-fanhuidingbu { color: #666; display: block; text-align: center; line-height: 76rpx; font-size: 32rpx; }