1195 lines
19 KiB
Plaintext
1195 lines
19 KiB
Plaintext
./utils/iconfont.wxssrpx.container,wx-input {
|
|
-webkit-font-smoothing: antialiased;
|
|
font-family: PingFang-Medium,PingFangSC-Regular,Heiti,Heiti SC,DroidSans,DroidSansFallback,Microsoft YaHei,sans-serif;
|
|
}
|
|
|
|
.b-f {
|
|
background: #fff;
|
|
}
|
|
|
|
.tf-180 {
|
|
transform: rotate(-180deg);
|
|
}
|
|
|
|
.tf-90 {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.dis-block {
|
|
display: block;
|
|
}
|
|
|
|
.dis-flex {
|
|
display: flex!important;
|
|
}
|
|
|
|
.flex-box {
|
|
flex: 1;
|
|
}
|
|
|
|
.flex-dir-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.flex-dir-column {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-x-center {
|
|
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 {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex!important;
|
|
display: flex!important;
|
|
justify-content: 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-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 {
|
|
box-sizing: border-box;
|
|
padding: 0 24rpx;
|
|
}
|
|
|
|
.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 {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.onelist-hidden,.twolist-hidden {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.twolist-hidden {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
display: -webkit-box;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.b-r {
|
|
border-right: 1rpx solid #eee;
|
|
}
|
|
|
|
.b-b {
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
|
|
.b-t {
|
|
border-top: 1rpx solid #eee;
|
|
}
|
|
|
|
.ts-1 {
|
|
transition: all .1s;
|
|
}
|
|
|
|
.ts-2 {
|
|
transition: all .2s;
|
|
}
|
|
|
|
.ts-3 {
|
|
transition: all .3s;
|
|
}
|
|
|
|
.ts-5 {
|
|
transition: all .5s;
|
|
}
|
|
|
|
.btn-normal {
|
|
background: none;
|
|
border: none;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
display: block;
|
|
font-size: unset;
|
|
line-height: normal;
|
|
margin: 0;
|
|
overflow: visible;
|
|
padding: 0;
|
|
text-align: unset;
|
|
}
|
|
|
|
.btn-normal:after {
|
|
border: none;
|
|
}
|
|
|
|
.btn-normal.button-hover {
|
|
color: inherit;
|
|
}
|
|
|
|
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.common-header-xian {
|
|
border-top: 1rpx solid #eee;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 100;
|
|
}
|
|
|
|
.del {
|
|
color: #999;
|
|
padding-left: 10rpx;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.no-more {
|
|
color: #737373;
|
|
padding: 20rpx 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.yoshop-notcont {
|
|
margin: 130rpx 100rpx;
|
|
}
|
|
|
|
.yoshop-notcont .cont {
|
|
color: #999;
|
|
display: block;
|
|
font-size: 30rpx;
|
|
margin-top: 20rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.yoshop-notcont .iconfont {
|
|
color: #ccc;
|
|
display: block;
|
|
font-size: 150rpx;
|
|
margin-bottom: 24rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.yoshop-notcont .img {
|
|
height: 120px;
|
|
margin: 0 auto;
|
|
width: 200px;
|
|
}
|
|
|
|
.yoshop-notcont .img image {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.category-list {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.category-list .list {
|
|
box-sizing: border-box;
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.category-list .list:nth-child(2n) {
|
|
border-bottom: 4px solid #f7f7f7;
|
|
border-left: 2px solid #f7f7f7;
|
|
}
|
|
|
|
.category-list .list:nth-child(2n-1) {
|
|
border-bottom: 4px solid #f7f7f7;
|
|
border-right: 2px solid #f7f7f7;
|
|
}
|
|
|
|
.category-list .list .left,.category-list .right {
|
|
width: 100%;
|
|
}
|
|
|
|
.category-list .list .left .img image {
|
|
display: block;
|
|
height: 375rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.category-list .right .cont {
|
|
padding: 0 12rpx;
|
|
}
|
|
|
|
.category-list .right .cont .title {
|
|
height: 76rpx;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.category-list.arrange .list {
|
|
border-bottom: 1rpx solid #f7f7f7;
|
|
overflow: hidden;
|
|
padding: 15rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.category-list.arrange .list .left {
|
|
float: left;
|
|
width: 35%;
|
|
}
|
|
|
|
.category-list.arrange .list .right {
|
|
float: left;
|
|
width: 65%;
|
|
}
|
|
|
|
.category-list.arrange .list .left .img image {
|
|
height: 220rpx;
|
|
width: 220rpx;
|
|
}
|
|
|
|
.button-common button {
|
|
background: none;
|
|
border: 0;
|
|
border-radius: 0;
|
|
font-size: 30rpx;
|
|
line-height: inherit;
|
|
}
|
|
|
|
.button-common button[disabled]:not([type]) {
|
|
background-color: #ff495e;
|
|
color: #fff;
|
|
}
|
|
|
|
.button-common button::after {
|
|
border: none;
|
|
border-radius: 0;
|
|
box-sizing: border-box;
|
|
content: " ";
|
|
height: 0;
|
|
transform: scale(0);
|
|
transform-origin: 0 0;
|
|
width: 0;
|
|
}
|
|
|
|
.commont-fixed-footer {
|
|
background: #fff;
|
|
border-top: 1rpx solid #ddd;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 3px 0;
|
|
position: fixed;
|
|
right: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.commont-fixed-footer .li {
|
|
color: #666;
|
|
}
|
|
|
|
.commont-fixed-footer .li.active {
|
|
color: #ff495e;
|
|
}
|
|
|
|
.commont-fixed-footer .li image {
|
|
height: 50rpx;
|
|
width: 50rpx;
|
|
}
|
|
|
|
.bargain-mol {
|
|
background: #fff;
|
|
bottom: -100%;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
visibility: hidden;
|
|
z-index: 120;
|
|
}
|
|
|
|
.bargain-mol.active {
|
|
bottom: 0;
|
|
visibility: visible;
|
|
}
|
|
|
|
.bargain-mol .header {
|
|
background: #f1f1f5;
|
|
}
|
|
|
|
.bargain-mol .footer {
|
|
background: #ff495e;
|
|
color: #fff;
|
|
padding: 26rpx 0;
|
|
}
|
|
|
|
.bargain-mol .max-cont {
|
|
height: 600rpx;
|
|
}
|
|
|
|
.bargain-mol .icon-guanbi {
|
|
color: #999;
|
|
float: right;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.bargain-commont-bg {
|
|
background: rgba(0,0,0,.6);
|
|
bottom: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 20;
|
|
}
|
|
|
|
.selectNumber {
|
|
border: 1rpx solid #eee;
|
|
border-radius: 10rpx;
|
|
display: inline-block;
|
|
flex-direction: row;
|
|
height: 34px;
|
|
}
|
|
|
|
.selectNumber .default {
|
|
background: #fff;
|
|
color: #444;
|
|
float: left;
|
|
font-size: 48rpx;
|
|
height: 34px;
|
|
line-height: 32px;
|
|
padding: 0;
|
|
width: 34px;
|
|
}
|
|
|
|
.selectNumber .default-active {
|
|
background: #f7f7f7;
|
|
color: #ddd;
|
|
}
|
|
|
|
.selectNumber button:after {
|
|
border: none;
|
|
content: none;
|
|
}
|
|
|
|
.selectNumber input {
|
|
border-left: 1rpx solid #eee;
|
|
border-right: 1rpx solid #eee;
|
|
color: #444;
|
|
float: left;
|
|
font-size: 28rpx;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
width: 50px;
|
|
}
|
|
|
|
.widget-goTop {
|
|
background: hsla(0,0%,100%,.9);
|
|
border: 1rpx solid #eee;
|
|
border-radius: 76rpx;
|
|
bottom: 150rpx;
|
|
height: 76rpx;
|
|
position: fixed;
|
|
right: 12px;
|
|
width: 76rpx;
|
|
z-index: 20;
|
|
}
|
|
|
|
.widget-goTop .icon-fanhuidingbu {
|
|
color: #666;
|
|
display: block;
|
|
font-size: 32rpx;
|
|
line-height: 76rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.index-loading .loading {
|
|
animation-fill-mode: both;
|
|
animation: rotate .75s linear 0s infinite;
|
|
background: transparent!important;
|
|
border: 2px solid #ff495e;
|
|
border-bottom-color: transparent;
|
|
border-radius: 100%;
|
|
height: 25px;
|
|
margin: 150rpx auto 0;
|
|
width: 25px;
|
|
}
|
|
|
|
@-webkit-keyframes rotate {
|
|
0% {
|
|
transform: rotate(0deg) scale(1);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(1turn) scale(1);
|
|
}
|
|
}
|
|
|
|
@keyframes rotate {
|
|
0% {
|
|
transform: rotate(0deg) scale(1);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(1turn) scale(1);
|
|
}
|
|
}
|
|
|
|
.title-header {
|
|
font-weight: 700;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
margin-left: -10rpx;
|
|
}
|
|
|
|
.title-footer {
|
|
color: #888;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
margin: 0 18rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
text-align: center;
|
|
z-index: 1;
|
|
}
|
|
|
|
.title-footer .cont {
|
|
background: #f7f7f7;
|
|
font-size: 28rpx;
|
|
padding: 0 12rpx;
|
|
z-index: 10;
|
|
}
|
|
|
|
.title-footer .hr {
|
|
background: #eee;
|
|
border: 0;
|
|
height: 1rpx;
|
|
left: 10%;
|
|
margin-top: 1px;
|
|
position: absolute;
|
|
right: 10%;
|
|
top: 50%;
|
|
z-index: -1;
|
|
}
|
|
|
|
.slide-image {
|
|
display: block;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.index_sale {
|
|
background: #fff;
|
|
padding: 0 12px 12px;
|
|
}
|
|
|
|
.index-list .nav_img,.index_sale .nav_img {
|
|
height: 30rpx;
|
|
padding: 30rpx 0 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.index_sale scroll-view {
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
|
|
.index_sale .sale_img {
|
|
border: 1rpx solid #f2f2f2;
|
|
border-radius: 4px;
|
|
height: 159rpx;
|
|
overflow: hidden;
|
|
width: 159rpx;
|
|
}
|
|
|
|
.index_sale .sale_img image {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.index_sale .price {
|
|
display: block;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.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%;
|
|
}
|
|
|
|
.goods-comment-box .admin {
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
padding-right: 10rpx;
|
|
}
|
|
|
|
.goods-comment-cont {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.footer-fixed {
|
|
background: #fff;
|
|
bottom: 0;
|
|
box-shadow: 1px 5px 15px rgba(50,50,50,.3);
|
|
display: flex;
|
|
height: 46px;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
z-index: 18;
|
|
}
|
|
|
|
.order-bt {
|
|
background-color: #ff495e;
|
|
color: #fff;
|
|
line-height: 46px;
|
|
text-align: center;
|
|
width: 50%;
|
|
}
|
|
|
|
.goods_comment_box .comment_btn {
|
|
margin: 0 auto;
|
|
padding: 20rpx 0;
|
|
width: 220rpx;
|
|
}
|
|
|
|
.goods_comment_box .comment_btn text {
|
|
border: 1px solid #ff495e;
|
|
border-radius: 30rpx;
|
|
color: #ff495e;
|
|
display: block;
|
|
font-size: 26rpx;
|
|
padding: 5rpx 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.goods-detail-box {
|
|
min-height: 150px;
|
|
padding: 0;
|
|
}
|
|
|
|
.com_xing .icon-shoucang1 {
|
|
color: #ccc;
|
|
font-size: 26rpx;
|
|
padding-right: 6rpx;
|
|
}
|
|
|
|
.com_xing .icon-shoucang1.active {
|
|
color: #f4a213;
|
|
}
|
|
|
|
.goods-comment-box .left {
|
|
flex: 3;
|
|
position: relative;
|
|
}
|
|
|
|
.goods-comment-box .right {
|
|
flex: 3;
|
|
}
|
|
|
|
.bright789-text {
|
|
color: red;
|
|
font-size: 40rpx;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.bright789_view_hide {
|
|
display: none;
|
|
}
|
|
|
|
.bright789_view_show,.show {
|
|
display: block;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.com_xing {
|
|
display: inline-block;
|
|
}
|
|
|
|
.flow-checkout-header {
|
|
background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAAANCAYAAADVGpDCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3Yjk4M2ExYy1jMDhkLTQ1OTktYTI0Ny1kZjNjYzdiYTQ5ZTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDQwNkY3RkU5N0NGMTFFNUI3N0M4NTU4MzM2RjlFODIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDQwNkY3RkQ5N0NGMTFFNUI3N0M4NTU4MzM2RjlFODIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNzgwZWI1NS03OGFhLTQzOTUtODQ4OC1lOWI5YmVlYTY1ZDciIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1OTRiYzUyMy1jMzc3LTExNzgtYTdkZS04NGY3YmM1ZGIxMDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz556PLxAAACBElEQVR42tyaSyhEYRTHP48imlKibDQeSSlkSlEWLCRFsZNH5FE2FqQ8ErIRC9lIkTwXSpMkWWChhEJCSnlkoUZGSsr78f98n43CMFPu/Z/6NZuZ2zn33/+cb869XkmLx8IDEQaGQJbgiytQDSY3MyL+LYnL/HxPXSoHDIJQQq2WQQk4Dbbb/yUB29LJ+6e3B66VB3ZITbUIEqSpCGoJBP1ghtBUD6ARpEtTGSEhXzd+awE9oJzQUPegWdf3QlBPMhgDMYRa7YNisGWkpP5qrBQtVBShUHugUE9hs4fUtwG0utlEjRivoA/Ug1sj3vjffr8FNJEK1auPFHcE9UTq5pdK2PwcoAzMG7mjuRrRYEIfK9jiDJSCBZJ6ynSTsBBqNQ0qgdPISbq6vJCFbJOaagrEk5gqWNczRGiqG1Ah1LLMafRkf5pYIUKtZnMJDXUNasAIST2ZYFioRx9ssQaKwJFZEv5uYmWDXVJTrYBEElP562PfPKGpnkAbSDOTqb6aWAGgW6iHol5kQj2CdtAJngnqkc1hHMQRNr9DPaXWzZj8Z2PZtFCxhEIdaKE2CGqRJ4060AH8CLUaALX6f5VpBZLhI9SaeZXQVHKNLt84SCIxVbhQi5YuQlNd6OVElZlN9TGxrGBUn2PZ4lyoTdIsST0FQj0UDSLUak6ot3gcBLVY3wQYAJoVXxmNERajAAAAAElFTkSuQmCC") 0 100% repeat-x;
|
|
background-size: 120rpx auto;
|
|
padding: 28rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.flow-header-left {
|
|
flex: 14;
|
|
}
|
|
|
|
.flow-header-right {
|
|
flex: 1;
|
|
}
|
|
|
|
.flow-header-right image {
|
|
float: right;
|
|
height: 34rpx;
|
|
margin-top: 20rpx;
|
|
width: 34rpx;
|
|
}
|
|
|
|
.flow-checkout-header .flow-checkout-address {
|
|
color: #777;
|
|
font-size: 26rpx;
|
|
margin-top: 6rpx;
|
|
}
|
|
|
|
.flow-shopList {
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.flow-shopList .flow-list-left {
|
|
flex: 2;
|
|
}
|
|
|
|
.flow-shopList .flow-list-left image {
|
|
background: #fff;
|
|
border: 1rpx solid #eee;
|
|
height: 200rpx;
|
|
width: 200rpx;
|
|
}
|
|
|
|
.flow-shopList .flow-list-right {
|
|
flex: 4;
|
|
}
|
|
|
|
.flow-shopList .flow-list-right .h4 {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.flow-shopList .flow-list-right .flow-cont {
|
|
color: #ff495e;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.flow-shopList .flow-list-right .small {
|
|
color: #777;
|
|
float: right;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.flow-shopList .flow-list-right .flow-list-cont {
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.flow-fixed-footer {
|
|
background: #fff;
|
|
border-top: 1px solid #eee;
|
|
bottom: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 11;
|
|
}
|
|
|
|
.flow-num-box {
|
|
color: #777;
|
|
font-size: 30rpx;
|
|
padding: 15rpx 12px;
|
|
text-align: right;
|
|
}
|
|
|
|
.flow-all-money {
|
|
color: #444;
|
|
padding: 8px 12px;
|
|
}
|
|
|
|
.flow-all-money .flow-all-list {
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
font-size: 30rpx;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.flow-all-money .flow-all-list:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.flow-all-money .flow-all-list-cont {
|
|
font-size: 28rpx;
|
|
padding: 6rpx 0;
|
|
}
|
|
|
|
.flow-all-money .flow-arrow {
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.flow-fixed-footer .chackout-left {
|
|
color: #777;
|
|
flex: 4;
|
|
font-size: 32rpx;
|
|
line-height: 46px;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.flow-fixed-footer .chackout-right {
|
|
flex: 2;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.flow-btn {
|
|
background-color: #ff495e;
|
|
color: #fff;
|
|
display: block;
|
|
line-height: 46px;
|
|
text-align: center;
|
|
}
|
|
|
|
.flow-list .header .shop_name {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
padding-left: 10rpx;
|
|
}
|
|
|
|
.flow-list .header .icon-dianpu2 {
|
|
color: #ff495e;
|
|
font-size: 32rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.flow-list .header image {
|
|
height: 37rpx;
|
|
left: 15px;
|
|
margin-top: -18rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 34rpx;
|
|
}
|
|
|
|
.flow-list .header {
|
|
background: #fdf9f9;
|
|
border-bottom: 1rpx solid #eee;
|
|
border-top: 1rpx solid #eee;
|
|
font-size: 30rpx;
|
|
padding: 24rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.addres-list custom-li,.flow-list custom-li {
|
|
display: block;
|
|
margin-top: 25rpx;
|
|
}
|
|
|
|
.addres-list custom-li:first-child,.flow-list custom-li:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.flow-distribution-right .icon-xiangyoujiantou {
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
margin-top: -16rpx;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
}
|
|
|
|
.flow-checkout-address text {
|
|
padding-right: 5rpx;
|
|
}
|
|
|
|
.flow-header-right .icon-xiangyoujiantou {
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
margin-top: -13rpx;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
}
|
|
|
|
.WxEmojiView,.wxParse-em {
|
|
color: #333;
|
|
display: inline-block;
|
|
}
|
|
|
|
.flow-shopList .flow-list-left image {
|
|
height: 180rpx;
|
|
width: 180rpx;
|
|
}
|
|
|
|
.profile-btn button {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.flow-checkout-header .icon-dingwei1 {
|
|
color: #777;
|
|
font-size: 40rpx;
|
|
left: 15px;
|
|
margin-top: -20rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
}
|
|
|
|
.index-cont-search {
|
|
background: #f1f1f1;
|
|
font-size: 28rpx;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.index-cont-search icon {
|
|
left: 50%;
|
|
margin-left: -70rpx;
|
|
margin-top: -15rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
}
|
|
|
|
.index-cont-search text {
|
|
margin-left: 72rpx;
|
|
}
|
|
|
|
@-webkit-keyframes shop {
|
|
0% {
|
|
transform: translateY(-80px);
|
|
}
|
|
|
|
50% {
|
|
transform: translateY(0);
|
|
}
|
|
|
|
100% {
|
|
transform: translateY(-80px);
|
|
}
|
|
}
|
|
|
|
@keyframes shop {
|
|
0% {
|
|
transform: translateY(-80px);
|
|
}
|
|
|
|
50% {
|
|
transform: translateY(0);
|
|
}
|
|
|
|
100% {
|
|
transform: translateY(-80px);
|
|
}
|
|
}
|
|
|
|
.user-order {
|
|
background: #fff;
|
|
}
|
|
|
|
.user-orderIcon {
|
|
height: 46rpx;
|
|
margin-top: 15rpx;
|
|
padding-left: 15rpx;
|
|
width: 46rpx;
|
|
}
|
|
|
|
.user-orderName {
|
|
color: #444;
|
|
font-size: 30rpx;
|
|
left: 90rpx;
|
|
margin-top: -21rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
}
|
|
|
|
.user-orderJtou {
|
|
color: #777;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.user-orderCont {
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.user-orderContBox {
|
|
float: right;
|
|
padding: 15rpx;
|
|
}
|
|
|
|
.userinfo {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.address-box .left-name {
|
|
width: 95px;
|
|
}
|
|
|
|
.address-box .right-cont {
|
|
color: #444;
|
|
font-size: 30rpx;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.address-box .right-cont input {
|
|
color: #444;
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.address-cont-box picker {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
width: 100%;
|
|
}
|
|
|
|
.button {
|
|
border: 1px solid #1aad19;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.picker {
|
|
background-color: #fff;
|
|
padding: 13px;
|
|
}
|
|
|
|
.profile-list {
|
|
border-bottom: 1px solid #f6f6f9;
|
|
padding: 24rpx 0;
|
|
}
|
|
|
|
.profile-list .admin {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.profile-btn button {
|
|
background: #ff495e;
|
|
color: #fff;
|
|
}
|
|
|
|
.profile-btn button[disabled] {
|
|
background: #f16474;
|
|
color: #fff;
|
|
}
|
|
|
|
.search-box .left {
|
|
width: 28px;
|
|
}
|
|
|
|
.search-box .left icon {
|
|
padding: 18rpx;
|
|
}
|
|
|
|
.search-box .right {
|
|
flex: 1;
|
|
}
|
|
|
|
.wxParse-img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.wxParse-inline {
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.wxParse-div {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wxParse-div .kd_pic {
|
|
float: left;
|
|
margin: 0 auto;
|
|
width: 50%;
|
|
}
|
|
|
|
.xEmojiView {
|
|
margin: 15rpx 0;
|
|
} |