diff --git a/app.json b/app.json index ed771f4..4a9212f 100644 --- a/app.json +++ b/app.json @@ -41,12 +41,15 @@ }, { "pagePath": "pages/classify/classify", "text": "分类" + }, { "pagePath": "pages/shopping/shopping", "text": "购物车" + }, { "pagePath": "pages/personal/personal", "text": "我的" + }] }, "style": "v2", diff --git a/components/yue/share/share.scss b/components/yue/share/share.scss index 2678f55..4232de1 100644 --- a/components/yue/share/share.scss +++ b/components/yue/share/share.scss @@ -6,7 +6,7 @@ .img { width: 40rpx; height: 39rpx; - background-color: #999999; + // background-color: #999999; float: right; } .yongjintop { diff --git a/components/yue/share/share.wxml b/components/yue/share/share.wxml index e76217c..dc2410c 100644 --- a/components/yue/share/share.wxml +++ b/components/yue/share/share.wxml @@ -1,5 +1,5 @@ - + diff --git a/components/yue/share/share.wxss b/components/yue/share/share.wxss index 45135f7..b948443 100644 --- a/components/yue/share/share.wxss +++ b/components/yue/share/share.wxss @@ -1 +1 @@ -.box{width:690rpx;margin:0 auto;padding-bottom:41rpx;border-bottom:2rpx solid #EEEEEE}.box .img{width:40rpx;height:39rpx;background-color:#999999;float:right}.box .yongjintop{width:317rpx;margin-top:71rpx;margin-left:30rpx;display:flex}.box .yongjintop .photo{width:130rpx;height:130rpx;background-color:gold;margin-bottom:52rpx;border-radius:90%}.box .yongjintop .tel{color:#333333;font-size:28rpx;margin-top:33rpx;margin-left:35rpx}.box .yongjintop .tel .mingpian{font-size:24rpx;color:#999999;margin-top:18rpx}.mid{width:100%;height:175rpx;border-bottom:20rpx solid #FBFBFB;color:#333333;font-size:28rpx;text-align:center}.mid .midbox{width:590rpx;height:175rpx;display:flex;justify-content:space-between;margin:0 auto}.mid .way{margin-top:46rpx;margin-bottom:14rpx}.mid .money{font-size:24rpx}.mid .money1{color:#F81F1F;font-size:24rpx}.mid .line{width:2rpx;height:60rpx;margin:auto 0;background-color:#EEEEEE} +.box{width:690rpx;margin:0 auto;padding-bottom:41rpx;border-bottom:2rpx solid #EEEEEE}.box .img{width:40rpx;height:39rpx;float:right}.box .yongjintop{width:317rpx;margin-top:71rpx;margin-left:30rpx;display:flex}.box .yongjintop .photo{width:130rpx;height:130rpx;background-color:gold;margin-bottom:52rpx;border-radius:90%}.box .yongjintop .tel{color:#333333;font-size:28rpx;margin-top:33rpx;margin-left:35rpx}.box .yongjintop .tel .mingpian{font-size:24rpx;color:#999999;margin-top:18rpx}.mid{width:100%;height:175rpx;border-bottom:20rpx solid #FBFBFB;color:#333333;font-size:28rpx;text-align:center}.mid .midbox{width:590rpx;height:175rpx;display:flex;justify-content:space-between;margin:0 auto}.mid .way{margin-top:46rpx;margin-bottom:14rpx}.mid .money{font-size:24rpx}.mid .money1{color:#F81F1F;font-size:24rpx}.mid .line{width:2rpx;height:60rpx;margin:auto 0;background-color:#EEEEEE} diff --git a/utils/img/classify.png b/utils/img/classify.png new file mode 100644 index 0000000..b3a8ebd Binary files /dev/null and b/utils/img/classify.png differ diff --git a/utils/img/img.jpg b/utils/img/img.jpg deleted file mode 100644 index 16d2d83..0000000 Binary files a/utils/img/img.jpg and /dev/null differ diff --git a/utils/img/index.png b/utils/img/index.png new file mode 100644 index 0000000..1b671ea Binary files /dev/null and b/utils/img/index.png differ diff --git a/utils/img/personal.png b/utils/img/personal.png new file mode 100644 index 0000000..060b011 Binary files /dev/null and b/utils/img/personal.png differ diff --git a/utils/img/share.png b/utils/img/share.png new file mode 100644 index 0000000..7867258 Binary files /dev/null and b/utils/img/share.png differ diff --git a/utils/img/shopping.png b/utils/img/shopping.png new file mode 100644 index 0000000..82cca8a Binary files /dev/null and b/utils/img/shopping.png differ