diff --git a/App.vue b/App.vue index e896560..7fd165e 100644 --- a/App.vue +++ b/App.vue @@ -20,8 +20,8 @@ }) setTimeout(() => { - plus.navigator.closeSplashscreen(); - }, 5000); + plus.navigator.closeSplashscreen(); + }, 2400); }, onShow: function() { console.log('App Show') diff --git a/common/common.scss b/common/common.scss index a165e26..6b5bd3e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -4,6 +4,101 @@ height: 50rpx; // background-color: #000000; } +.addCard{ + font-size: 26rpx !important; + line-height: 34rpx; +} +.hotmaxW{ + + // height:300rpx !important; + padding:60rpx 60rpx !important; + transition: margin-right 2s .5s; + transform:scale(1.2); +} +.hotmaxW :hover { + transform:scale(1.2); + } +.hotmaxmin{ + padding:40rpx 40rpx !important; + transition: margin-right 2s .5s; + transform:scale(0.8); +} +.empty_item{ + + height: 500rpx; + padding: 20rpx 100rpx; + margin:50rpx auto; + color:#000; + font-size: 24rpx; + text-align: center; + .empty_item_img{ + height: 180rpx; + width: 180rpx; + margin: 0 auto; + margin-bottom: 30rpx; + image{ + height: 100%; + width: 100%; + + } + } + button { + font-size: 24.33rpx; + font-weight: 500; + background-color: black; + color: white; + width: 160rpx; + height: 65.67rpx; + border-radius: 20rpx !important; + line-height: 65.67rpx; + border-radius: 0; + margin-top: 33.33rpx; + } + .uni-button{ + border-radius: 20rpx !important; + } + } +.one{ + display: flex; + height:100rpx; + padding-top: 50rpx; + width: 100%; + top:0; + line-height: 100rpx; + z-index: 99; + background-color: #000; + position: fixed; + text-align: center; + padding-left:20rpx; + color:#fff; + image{ + float: left; + padding-top: 30rpx; + padding-right:20rpx; + height: 40rpx; + width: 40rpx; + } + .one_text{ + width: 60%; + text-align: center; + margin-left: 10%; + } + + } + // .left image, + // .right image .imgallb{ + // border-radius: 10rpx !important; + // } + + .text_white{ + color:#fff; + font-weight: bold; + margin-left: 5rpx; + } +.uni-countdown__splitor{ + color:#fff !important; +} + .uni-bg-black{ background-color: #000000; @@ -64,7 +159,7 @@ // 评价 .reviews_item{ padding: 34rpx 0; - border-bottom: 0.1rpx solid #3b3b3b; + border-bottom: 0.1rpx solid #1b1b1b; opacity: 0.7; &:last-child{ border-bottom: none; @@ -75,8 +170,8 @@ // justify-content: space-around; .reviews_item_img{ - height: 100rpx; - width: 100rpx; + height: 60rpx; + width: 60rpx; // border-radius: 50%; // margin-right: 2rpx; @@ -146,6 +241,9 @@ font-size: 26.67rpx; font-weight: 400; margin-bottom: 34.67rpx; + padding-left: 20rpx; + padding-right: 20rpx; + overflow: hidden; } .reviews_item_image{ display: flex; @@ -155,7 +253,7 @@ width: 233.33rpx; height: 233.33rpx; margin-left: 16.67rpx; - // background-color: #999999; + background-color: #999999; background-size: 100% !important; image{ height: 100%; @@ -167,7 +265,28 @@ } } } - +.order_popup_title{ + position: relative; + font-size: 32rpx; + font-weight: bold; + border-bottom: 1px solid #E2E2E2; + display: flex; + color:#000; + align-items: center; + justify-content: center; + // padding-top: 44.67rpx; + padding-bottom: 20.67rpx; + text-align: center; + image{ + width: 21.33rpx; + height: 21.33rpx; + position: absolute; + right: 26rpx; + } + } + .img_border{ + border-radius: 10rpx; + } // 谈判细节 .order_popup{ position: fixed; @@ -290,7 +409,14 @@ left: 0; } .wishlist_body{ + padding-top:60rpx; + // margin-top: 40rpx; position: relative; + height: 100%; + width: 100%; + // padding-bottom: 50rpx; + background-color: #000; + color:#fff !important; } .wishlist{ @@ -393,7 +519,8 @@ .recommend{ padding: 0 26.67rpx; padding-top: 54rpx; - + // background-color: #; + color:white; .recommend_title{ position: relative; text-align: center; @@ -413,27 +540,45 @@ } .recommend_content{ display: flex; + // background-color: #f4f3f8 !important; justify-content: space-between; flex-wrap: wrap; - font-size: 29.33rpx; - font-weight: 400; + line-height: 34rpx; + + font-size: 26.33rpx; + // font-weight: 400; .recommend_content_item{ width: 340rpx; - margin-bottom: 16.67rpx; + border-radius: 10rpx; + background-color: #1e1e1e; + border-radius: 10rpx; + margin-bottom: 24rpx; + + padding-bottom:20rpx; .recommend_content_name{ height: 80rpx; line-height: 40rpx; overflow: hidden; - font-size: 25rpx; + font-size: 20rpx; } .recommend_content_item_image{ width: 100%; height:340rpx ; - background-color: #999999; + border-top-left-radius: 10rpx; + border-top-right-radius: 10rpx; + background-color: #141414; margin-bottom: 11.33rpx; + image{ + border-top-left-radius: 10rpx; + border-top-right-radius: 10rpx; + } .recommend_content_item_image_name{ + height: 80rpx; + // padding: 20rpx 20rpx; + background-color: #630102 !important; + line-height: 40rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -446,6 +591,7 @@ .recommend_content_item_pric{ font-size: 32rpx; // font-weight: bold; + // padding-left:20rpx; margin-top: 6rpx; } } @@ -599,13 +745,19 @@ margin-bottom: 56rpx; } .tips{ - color: #630201; - font-size: 18.67rpx; - font-weight: bold; + color: #fff; + font-size: 26rpx; + display: flex; + image{ + height: 32rpx; + width: 32rpx; + margin: 0 10rpx; + } + // font-weight: bold; } .forgot{ - font-size: 22.67rpx; - color: #666666; + font-size: 25.67rpx; + color: #fff; margin-top: 29.33rpx; text-align: right; margin-bottom: 34.67rpx; @@ -636,8 +788,8 @@ font-weight: bold; .agreement_image{ - width: 24rpx; - height: 24rpx; + width: 34rpx; + height: 34rpx; margin-right: 13.33rpx; padding-top: 4rpx; } diff --git a/common/scss/order.scss b/common/scss/order.scss index cb7bcb1..e404333 100644 --- a/common/scss/order.scss +++ b/common/scss/order.scss @@ -1,6 +1,7 @@ .order_popup_commodity{ padding:0 26rpx; - + bottom: 0; + z-index: 99; } @@ -97,6 +98,9 @@ } .order_popup_commodity{ border-bottom: 14.67rpx solid #F6F5FA; + // background-color: #B22234; + // height: 100rpx; + // width: 100%; } .summary{ border-bottom: 14.67rpx solid #F6F5FA; diff --git a/config.js b/config.js index 685bee4..41cda38 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ - // var weburl='en.meixx.com'; - var weburl = 'lilbeattranapismits.dopeplus.com'; + //var weburl='en.meixx.com'; + var weburl = 'lilbeattranapismits.dopeplus.com'; export default { apiUri: 'https://'+weburl+'/', imgUri: 'http://'+weburl+'/', diff --git a/manifest.json b/manifest.json index 0846883..8d4c838 100644 --- a/manifest.json +++ b/manifest.json @@ -10,18 +10,18 @@ "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, + // "splashscreen" : { + // "alwaysShowBeforeRender" : false, + // "waiting" : false, + // "autoclose" : true, + // "delay" : 0 + // }, "splashscreen" : { "alwaysShowBeforeRender" : false, + "autoclose" : false, "waiting" : false, - "autoclose" : true, "delay" : 0 }, - // "splashscreen" : { - // "alwaysShowBeforeRender" : false, - // "autoclose" : false, - // "waiting" : false, - // "delay" : 0 - // }, "safearea" : { "bottom" : { "offset" : "none" diff --git a/pages.json b/pages.json index fb4bfed..33c0ce4 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,17 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "uni-app", + "enablePullDownRefresh":true, + "app-plus":{ + "titleNView":false + }, + "navigationBarTextStyle":"white" + } + }, { "path": "pages/index/first", "style": { @@ -14,17 +26,6 @@ } } }, - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "uni-app", - "enablePullDownRefresh":true, - "app-plus":{ - "titleNView":false - }, - "navigationBarTextStyle":"white" - } - }, { "path": "pages/index/search", "style": { @@ -138,10 +139,8 @@ { "path": "pages/login/index", "style": { - "navigationStyle":"custom", - "enablePullDownRefresh": false - // "navigationBarTitleText": " ", - // "navigationBarBackgroundColor":"#000000" + "navigationStyle":"custom" + // "navigationBarTextStyle":"white" } }, { diff --git a/pages/account/addAddress.vue b/pages/account/addAddress.vue index c70595b..066835c 100644 --- a/pages/account/addAddress.vue +++ b/pages/account/addAddress.vue @@ -413,6 +413,9 @@ } }, + onShow() { + this.getCountry() + }, onLoad(e) { if(e.type==1){ diff --git a/pages/account/address.vue b/pages/account/address.vue index e13798d..adf981a 100644 --- a/pages/account/address.vue +++ b/pages/account/address.vue @@ -25,7 +25,16 @@ - + + + + + No harvest address! + + + + + @@ -38,7 +47,7 @@ - - + \ No newline at end of file diff --git a/pages/account/index.vue b/pages/account/index.vue index c212e59..0bc1fe7 100644 --- a/pages/account/index.vue +++ b/pages/account/index.vue @@ -1,10 +1,13 @@