diff --git a/pages.json b/pages.json index b4b9e5b..450b1e2 100644 --- a/pages.json +++ b/pages.json @@ -74,6 +74,9 @@ }, { "path": "mine/help" + }, + { + "path": "home/journalism" } ] }], diff --git a/pages/index/index.vue b/pages/index/index.vue index f49fa65..4453d98 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -36,11 +36,11 @@ - + - Experience the product 体验产品 + Experience the product 体验产品 ___ _ @@ -60,6 +60,66 @@ + + + + + Experience the product + 常规产品 ___ _ + + + + + + 三只青蛙低GI大米 + 5斤每盒*3盒 + 225 + 原价375 + + + + + + + + + + + + + + Experience the product + 新闻动态 ___ _ + + + 更多 + + + + + + + + + 新闻标题 + 说明文字说明文字说明文字说明文字说明文字 + + + + + + + + 扫码关注公众号 + + + + + 保存公众号二维码图片 + 长按识别公众号 + + + @@ -239,6 +299,8 @@ .top { display: flex; border-left: 6rpx solid #A3D250; + align-items: center; + justify-content: space-between; .top-text { margin-left: 20rpx; @@ -254,6 +316,14 @@ font-weight: 600; } } + + .top1 { + font-size: 26rpx; + color: #fff; + padding: 10rpx 30rpx; + background-color: #F6CD59; + border-radius: 30rpx; + } } } @@ -267,6 +337,36 @@ .boxs { display: flex; width: 100%; + align-items: center; + + .images { + width: 180rpx; + height: 140rpx; + flex-shrink: 0; + border-radius: 8rpx; + overflow: hidden; + + image { + width: 100%; + height: 100%; + } + + } + + .box-fone { + margin-left: 20rpx; + + view:nth-child(1) { + font-size: 36rpx; + color: #474747; + } + + view:nth-child(2) { + margin-top: 10rpx; + font-size: 28rpx; + color: #A2A2A2; + } + } .box-text, .box-img { @@ -309,5 +409,41 @@ } } + + .qr { + margin-top: 40rpx; + + .scan { + text-align: center; + font-size: 28rpx; + color: #A2A2A2; + } + + .qr-scan { + margin: 20rpx auto; + width: 400rpx; + height: 400rpx; + + image { + height: 100%; + width: 100%; + } + } + + .qr-bottom { + display: flex; + font-size: 28rpx; + color: #A2A2A2; + justify-content: space-around; + + view { + border: 2rpx solid #A2A2A2; + padding: 20rpx; + border-radius: 45rpx; + } + } + + + } } \ No newline at end of file diff --git a/pages_order/home/journalism.vue b/pages_order/home/journalism.vue new file mode 100644 index 0000000..34eb1df --- /dev/null +++ b/pages_order/home/journalism.vue @@ -0,0 +1,67 @@ + + + + + \ No newline at end of file diff --git a/pages_order/static/home/1.png b/pages_order/static/home/1.png new file mode 100644 index 0000000..df8ae16 Binary files /dev/null and b/pages_order/static/home/1.png differ diff --git a/static/image/home/10.png b/static/image/home/10.png new file mode 100644 index 0000000..81445bc Binary files /dev/null and b/static/image/home/10.png differ diff --git a/static/image/home/9.png b/static/image/home/9.png new file mode 100644 index 0000000..c3e2fb2 Binary files /dev/null and b/static/image/home/9.png differ