Commit f9bc81d9 by Jason Zhou

initial commit

parents
require('./commons');wx.webpackJsonp([40],[],[229]);
\ No newline at end of file
{
"pages": [
"pages/index/index",
"pages/blog/blog",
"pages/more/storePhoto",
"pages/comment/storeComments",
"pages/comment/writeComments",
"pages/service/imagePreview",
"pages/service/membership",
"pages/payment/payOrder",
"pages/payment/paySuccess",
"pages/recharge/getMembershipCard",
"pages/recharge/selectAmount",
"pages/recharge/rechargeSuccess",
"pages/mine/mine",
"pages/sxl/sxl",
"pages/coupon/coupon",
"pages/coupon/couponCode",
"pages/member/becomeMember",
"pages/multi/storefrontList",
"pages/tip/getUserInfo",
"pages/recharge/records",
"pages/points/points",
"pages/announcement/announcement",
"pages/ranking/ranking",
"pages/ranking/prerogativeList",
"pages/groupBuy/list",
"pages/groupBuy/center",
"pages/groupBuy/detail",
"pages/groupBuy/storeList",
"pages/groupBuy/graphicDetail",
"pages/groupBuy/share",
"pages/groupBuy/payOrder",
"pages/groupBuy/payOrderSuccess",
"pages/groupBuy/afterSale",
"pages/referrals/referralsIndex/referralsIndex",
"pages/referrals/introduction/introduction",
"pages/referrals/qrcode/qrcode",
"pages/referrals/referralsList/referralsList",
"pages/payment/preferentialRule",
"pages/luckyWheel/luckyWheel",
"pages/coupon/couponCheck",
"pages/common/refreshPage/refreshPage"
],
"window": {
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#344590",
"navigationBarTextStyle": "#000000",
"backgroundColor": "#ffffff"
},
"style": {
"mainBackground": "#344590"
},
"tabBar": {
"selectedColor": "#222222",
"backgroundColor": "#ffffff",
"list": [{
"iconPath": "assets/icons/iconset-home.png",
"selectedIconPath": "assets/icons/iconset-home-selected_1.png",
"pagePath": "pages/index/index",
"text": "主页"
},
{
"iconPath": "assets/icons/iconset-reading.png",
"selectedIconPath": "assets/icons/iconset-reading-selected_1.png",
"pagePath": "pages/blog/blog",
"text": "文章"
},
{
"iconPath": "assets/icons/icon-mine.png",
"selectedIconPath": "assets/icons/iconset-mine-selected_1.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"plugins": {
"blogPlugin": {
"version": "dev",
"provider": "wx08a306210cff4868"
}
}
}
.like-btn {
z-index: 997;
}
button {
font-size: 32rpx;
}
view {
word-break: break-all;
}
form#formIdGetter {
position: relative;
z-index: -1;
}
form#formIdGetter button.form_button {
padding: 0;
margin: 0;
height: inherit;
display: block;
position: static;
border: 0;
padding-left: 0;
padding-right: 0;
text-align: left;
margin-left: 0;
margin-right: 0;
box-sizing: content-box;
overflow: auto;
border-radius: 0;
line-height: inherit;
-webkit-tap-highlight-color: none;
background-color: transparent;
}
.form_button::after {
content: "";
width: 0;
height: 0;
-webkit-transform: scale(1);
transform: scale(1);
display: none;
background-color: transparent;
}
.flex-row {
display: flex;
flex-direction: row;
align-items: center;
}
.flex-row.flex-start {
align-items: flex-start;
}
.flex-row.space-between {
justify-content: space-between;
}
.flex-row.center-item {
align-items: center;
}
.flex-row.top-align-item {
align-items: flex-start;
}
.flex-row.center-x {
justify-content: center;
}
.flex-col {
display: flex;
flex-direction: column;
}
.flex-col.top-align-item {
align-items: flex-start;
}
.flex-col.flex-end {
align-items: flex-end;
}
.center-align {
text-align: center;
}
.left-align {
text-align: left;
}
.right-align {
text-align: right;
}
.auto-flex {
flex: 0 0 auto;
}
.normal-flex {
flex: 1 1 0%;
}
.gray-text {
color: #666;
}
.light-text {
color: #999;
}
.lighter-text {
color: #c1c1c1;
}
.price {
color: #f14b7d !important;
font-size: 32rpx;
}
.main-button {
color: #fff;
border-radius: 0;
padding: 0;
height: 100rpx;
line-height: 100rpx;
border: none;
}
.main-button:after {
display: none;
}
.main-button.reverse {
color: #f14b7d;
background: #fff;
border: 2rpx solid #f14b7d;
box-sizing: border-box;
}
text,
view {
font-size: 32rpx;
color: #333;
}
scroll-view {
overflow: scroll;
}
page {
background: #ffffff;
line-height: 1.2;
}
page text,
page view,
page input,
page textarea {
font-family: -apple-system-font, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
}
scroll-view::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.loader {
font-size: 20rpx;
margin: 0;
text-indent: -9999em;
width: 40rpx;
height: 40rpx;
display: inline-block;
border-radius: 50%;
background: #797979;
background: -moz-linear-gradient(left, #797979 10%, rgba(121, 121, 121, 0) 42%);
background: -webkit-linear-gradient(left, #797979 10%, rgba(121, 121, 121, 0) 42%);
background: -o-linear-gradient(left, #797979 10%, rgba(121, 121, 121, 0) 42%);
background: -ms-linear-gradient(left, #797979 10%, rgba(121, 121, 121, 0) 42%);
background: linear-gradient(to right, #797979 10%, rgba(121, 121, 121, 0) 42%);
position: relative;
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.loader:before {
width: 50%;
height: 50%;
background: #797979;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}
.loader:after {
background: #fff;
width: 75%;
height: 75%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
@-webkit-keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.error-message {
position: fixed;
top: 0;
left: 0;
padding: 24rpx;
width: 100vw;
text-align: center;
background: rgba(235, 83, 95, 0.94);
color: #fff;
z-index: 999;
box-sizing: border-box;
justify-content: center;
align-items: center;
}
.error-message icon,
.error-message text {
color: #fff;
}
.error-message icon {
margin-right: 10rpx;
}
/* store boss replay*/
.replay-panel {
border-top: 2rpx solid #f3f3f3;
margin-top: 4rpx;
padding-top: 8rpx;
}
.replay-panel .store-boss {
font-size: 30rpx !important;
line-height: 1.93;
color: #757575 !important;
word-break: break-word;
}
.replay-panel .store-boss text {
font-size: 30rpx !important;
color: #6D8697 !important;
}
/* backToTop */
.backToTop {
padding: 30rpx;
bottom: 0;
position: fixed;
right: 0;
bottom: 86rpx;
}
.backToTop .backToTopContent {
padding: 17rpx 19rpx 10rpx;
border-radius: 50%;
background: rgba(0, 0, 0, 0.92);
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.18);
}
.backToTop image {
width: 32rpx;
height: 32rpx;
}
text.s-title {
font-size: 38rpx;
color: #222;
}
text.s-text {
color: #666;
font-size: 28rpx;
}
.recharge-page {
padding: 40rpx 40rpx 0;
box-sizing: border-box;
}
/* group buy box */
.group-buy-box {
width: 100%;
height: 128rpx;
display: flex;
}
.group-buy-box.wireless-layout {
margin: 32rpx 0;
}
.group-buy-box.wire-layout {
padding: 32rpx 0;
box-sizing: content-box;
border-bottom: 2rpx solid #F0F0F0;
}
.group-buy-box image {
width: 128rpx;
height: 128rpx;
margin-right: 24rpx;
}
.group-buy-box .description {
width: calc(100% - 152rpx);
}
.group-buy-box .description .des-top {
display: block;
font-size: 32rpx;
overflow: hidden;
color: #444444;
line-height: 80rpx;
white-space: nowrap;
text-overflow: ellipsis;
}
.group-buy-box .description .des-bottom {
display: flex;
align-items: center;
justify-content: space-between;
}
.group-buy-box .description .des-bottom .cell {
font-size: 28rpx;
color: #A9AEB2;
}
.group-buy-box .description .price {
display: flex;
align-items: center;
}
.group-buy-box .description .price .current {
font-size: 32rpx;
color: #E64D4F;
font-weight: 500;
margin-right: 18rpx;
}
.group-buy-box .description .price .origin {
font-size: 28rpx;
color: #A9AEB2;
font-weight: 500;
text-decoration: line-through;
}
/* group buy store list */
.group-buy-store-list-box {
height: 132rpx;
background-color: #ffffff;
border-bottom: 2rpx solid #ebebeb;
display: flex;
align-items: center;
justify-content: space-between;
}
.group-buy-store-list-box .address {
width: calc(100% - 98rpx);
}
.group-buy-store-list-box .address text {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.group-buy-store-list-box .address text:first-child {
font-size: 30rpx;
color: #3a3a3a;
}
.group-buy-store-list-box .address text:last-child {
font-size: 28rpx;
color: #999999;
margin: 14rpx 0 36rpx 0;
}
.group-buy-store-list-box .phone {
height: 74rpx;
width: 90rpx;
display: flex;
align-items: center;
justify-content: center;
border-left: 2rpx solid #f2f2f2;
}
.group-buy-store-list-box .phone image {
height: 36rpx;
width: 36rpx;
}
/* masking */
.mask-variation {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.29);
}
.image-banner-wrapper {
width: 100%;
height: 180rpx;
border-top: 8rpx solid #f6f6f6;
overflow: hidden;
}
.image-banner-wrapper image {
width: 100%;
height: 100%;
}
.luckywheel-banner-afterpay-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 180rpx;
overflow: hidden;
}
.luckywheel-banner-afterpay-wrapper image {
width: 100%;
height: 100%;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment