|
@@ -11,11 +11,15 @@
|
|
|
<img
|
|
|
src="@/assets/images/home/swipper/swipper1.png"
|
|
|
alt=""
|
|
|
- style="width:100%;"
|
|
|
+ style="width: 100%"
|
|
|
/>
|
|
|
</van-swipe-item>
|
|
|
<van-swipe-item>
|
|
|
- <img src="@/assets/images/home/swipper/swipper2.png" alt="" style="width:100%;"/>
|
|
|
+ <img
|
|
|
+ src="@/assets/images/home/swipper/swipper2.png"
|
|
|
+ alt=""
|
|
|
+ style="width: 100%"
|
|
|
+ />
|
|
|
</van-swipe-item>
|
|
|
<template #indicator>
|
|
|
<ul class="oUl">
|
|
@@ -38,147 +42,66 @@
|
|
|
</van-swipe>
|
|
|
</div>
|
|
|
<div class="centerBtn">
|
|
|
- <li @click="goto('/referMenu', '五常大米')">
|
|
|
+ <li @click="goto('/introduce', 1)">
|
|
|
<img src="@/assets/images/home/centerUl/rice.png" alt="" />
|
|
|
<p>五常大米</p>
|
|
|
</li>
|
|
|
- <li @click="goto('/referMenu', '金卡权益')">
|
|
|
+ <li @click="goto('/introduce', 2)">
|
|
|
<img src="@/assets/images/home/centerUl/card.png" alt="" />
|
|
|
<p>金卡权益</p>
|
|
|
</li>
|
|
|
- <li @click="goto('/referMenu', '品牌简介')">
|
|
|
+ <li @click="goto('/introduce', 3)">
|
|
|
<img src="@/assets/images/home/centerUl/infro.png" alt="" />
|
|
|
<p>品牌简介</p>
|
|
|
</li>
|
|
|
</div>
|
|
|
<div class="detail">
|
|
|
<p>产品展示</p>
|
|
|
- <div class="baozhuangBox">
|
|
|
+ <ul class="baozhuangBox clear">
|
|
|
<li @click="goto('/referMenu', '五常大米-实惠装')">
|
|
|
<div class="riceBag">
|
|
|
-<!-- <p class="riceBag-title">实惠装</p>-->
|
|
|
<img src="@/assets/images/home/detail/bag.png" alt="" />
|
|
|
+ <div class="fd">实惠装</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li @click="goto('/referMenu', '五常大米-礼盒装')">
|
|
|
<div class="riceBag riceBox">
|
|
|
-<!-- <p class="riceBag-title">礼盒装</p>-->
|
|
|
<img src="@/assets/images/home/detail/box.png" alt="" />
|
|
|
+ <div class="fd">礼盒装</div>
|
|
|
</div>
|
|
|
-
|
|
|
</li>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- <img src="@/assets/images/home/paddy-title.png" alt="" /> -->
|
|
|
- <!-- <img src="@/assets/images/home/paddy-detail.png" alt="" /> -->
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
<div class="middle">
|
|
|
- <p>产品优势</p>
|
|
|
- <!-- 每个元素的两侧间隔相等 -->
|
|
|
- <van-row type="flex" justify="space-between">
|
|
|
- <van-col
|
|
|
- span="12"
|
|
|
- @click="goto('/live', '实时监控')"
|
|
|
- style="padding-right: 5px"
|
|
|
- >
|
|
|
- <div class="card">
|
|
|
- <div class="card-text">
|
|
|
- <p class="first">实时监控</p>
|
|
|
- <p class="second">全程溯源<br/>信赖保证</p>
|
|
|
- <div class="lastP">
|
|
|
- <p>查看更多</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="camera">
|
|
|
- <img src="@/assets/images/home/middle/camera.png" alt="" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </van-col>
|
|
|
- <van-col span="12" style="padding-left: 5px">
|
|
|
- <van-col span="24" >
|
|
|
- <div class="cardTwo" @click="goto('/referMenu', '恒温保鲜')">
|
|
|
- <div class="cardTwo-text">
|
|
|
- <p class="first">恒温保鲜</p>
|
|
|
- <p class="second">带壳归仓<br/>恒温仓储</p>
|
|
|
- </div>
|
|
|
- <div class="keepAlive">
|
|
|
- <img src="@/assets/images/home/middle/keepAlive.png" alt="" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!-- <img src="@/assets/images/home/middle/keepAlive.png" alt="" /> -->
|
|
|
- </van-col>
|
|
|
- <van-col span="24" style="padding-top: 5px">
|
|
|
- <div class="cardTwo cardThree" @click="goto('/referMenu', '现磨鲜米')">
|
|
|
- <div class="cardTwo-text">
|
|
|
- <p class="first">现磨鲜米</p>
|
|
|
- <p class="second">现磨现发<br/>随享鲜香</p>
|
|
|
- </div>
|
|
|
+ <p class="middle-title">产品优势</p>
|
|
|
|
|
|
- <div class="freshRice keepAlive">
|
|
|
- <img src="@/assets/images/home/middle/freshRice.png" alt="" />
|
|
|
+ <div class="middle-div clear">
|
|
|
+ <ul>
|
|
|
+ <li
|
|
|
+ v-for="(item, index) in list"
|
|
|
+ :key="item.title + index"
|
|
|
+ @click="goto(index === 0 ? '/live' : '/introduce', index + 3)"
|
|
|
+ :class="{ left: index === 0 || index === 3, he: index === 0 }"
|
|
|
+ >
|
|
|
+ <div class="first">
|
|
|
+ <div class="title">{{ item.title }}</div>
|
|
|
+ <div class="desc" v-for="test in item.desc" :key="test + index">
|
|
|
+ {{ test }}
|
|
|
+ </div>
|
|
|
+ <div class="lastP" v-if="index === 0">
|
|
|
+ <img :src="more" alt="" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- </van-col>
|
|
|
- </van-col>
|
|
|
- </van-row>
|
|
|
- <van-row style="margin-top: 5px">
|
|
|
- <van-col span="12" style="padding-right: 5px">
|
|
|
- <div class="cardFour cardTwo" @click="goto('/referMenu', '自然耕种')">
|
|
|
- <div class="cardTwo-text">
|
|
|
- <p class="first">自然耕种</p>
|
|
|
- <p class="second">农耕记忆<br/>山水乡愁</p>
|
|
|
- </div>
|
|
|
- <div class="normalGrow keepAlive">
|
|
|
- <img src="@/assets/images/home/middle/normalGrow.png" alt="" />
|
|
|
+ <div class="second">
|
|
|
+ <img :src="item.img" alt="" />
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </van-col>
|
|
|
- <van-col span="12" style="padding-left: 5px">
|
|
|
- <div class="cardFive cardTwo" @click="goto('/referMenu', '生态有机')">
|
|
|
- <div class="cardTwo-text">
|
|
|
- <p class="first">生态有机</p>
|
|
|
- <p class="second">黄金纬度<br/>黑金厚土</p>
|
|
|
- </div>
|
|
|
- <div class="organic keepAlive">
|
|
|
- <img src="@/assets/images/home/middle/organic.png" alt="" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- <img src="@/assets/images/home/middle/keepAlive.png" alt="" /> -->
|
|
|
- </van-col>
|
|
|
- </van-row>
|
|
|
-
|
|
|
- <!-- <van-row type="flex" justify="center" style="margin: 5px 0 0 0">
|
|
|
- <van-col span="12">
|
|
|
- <div class="cardFour" @click="goto('/referMenu', '自然耕种')">
|
|
|
- <img
|
|
|
- src="@/assets/images/home/middle/cardTwo.png"
|
|
|
- alt=""
|
|
|
- style="width: 40vw"
|
|
|
- />
|
|
|
- <p class="first">自然耕种</p>
|
|
|
- <p class="second">农耕记忆 山水乡愁</p>
|
|
|
- </div>
|
|
|
- <div class="normalGrow">
|
|
|
- </div>
|
|
|
- </van-col>
|
|
|
- <van-col span="12" style="padding: 0 0 0 5px">
|
|
|
- <div class="cardFive" @click="goto('/referMenu', '生态有机')">
|
|
|
- <img src="@/assets/images/home/middle/cardTwo.png" alt="" />
|
|
|
- <p class="first">生态有机</p>
|
|
|
- <p class="second">黄金纬度 黑金厚土</p>
|
|
|
- </div>
|
|
|
- <div class="organic">
|
|
|
- </div>
|
|
|
- </van-col>
|
|
|
- </van-row> -->
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="bottom">
|
|
|
<img src="@/assets/img/footer.png" alt="" />
|
|
|
</div>
|
|
|
- <!-- <div class="bottom">
|
|
|
- <img src="@/assets/img/footer.png" alt="" />
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -186,17 +109,45 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
current: 0,
|
|
|
+ more: require("@/assets/images/home/more.png"),
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ title: "实时监控",
|
|
|
+ desc: ["全程溯源", "信赖保证"],
|
|
|
+ img: require("@/assets/images/home/middle/camera.png"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "恒温保鲜",
|
|
|
+ desc: ["带壳归仓", "恒温仓储"],
|
|
|
+ img: require("@/assets/images/home/middle/keepAlive.png"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "现磨鲜米",
|
|
|
+ desc: ["现磨现发", "随享鲜香"],
|
|
|
+ img: require("@/assets/images/home/middle/freshRice.png"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "自然耕种",
|
|
|
+ desc: ["农耕记忆", "山水乡愁"],
|
|
|
+ img: require("@/assets/images/home/middle/normalGrow.png"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "生态有机",
|
|
|
+ desc: ["黄金纬度", "黑金厚土"],
|
|
|
+ img: require("@/assets/images/home/middle/organic.png"),
|
|
|
+ },
|
|
|
+ ],
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
onChange(index) {
|
|
|
this.current = index;
|
|
|
},
|
|
|
- goto(url, name) {
|
|
|
+ goto(url, index) {
|
|
|
window.vm.$router.push({
|
|
|
path: url,
|
|
|
query: {
|
|
|
- type: name,
|
|
|
+ index: index,
|
|
|
},
|
|
|
});
|
|
|
},
|
|
@@ -206,18 +157,21 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.paddy {
|
|
|
overflow: scroll;
|
|
|
- background: url("../../assets/images/home/bgImg.png") no-repeat center!important;
|
|
|
- background-size: 100% 100%!important;
|
|
|
+ background: url("../../assets/images/home/bgImg.png") no-repeat center !important;
|
|
|
+ background-size: 100% 100% !important;
|
|
|
+ padding: 0 16px !important;
|
|
|
+ width: 100% !important;
|
|
|
+ box-sizing: border-box !important;
|
|
|
.top {
|
|
|
- width: 90%;
|
|
|
- margin:10px auto 0;
|
|
|
- height: 150px;
|
|
|
- img{
|
|
|
- height: 150px;
|
|
|
- };
|
|
|
+ width: 100%;
|
|
|
+ margin: 10px auto 0;
|
|
|
+ img {
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
.bottom {
|
|
|
- width: 90%;
|
|
|
+ width: 100%;
|
|
|
margin: 20px auto 50px;
|
|
|
|
|
|
img {
|
|
@@ -226,8 +180,6 @@ export default {
|
|
|
}
|
|
|
.oUl {
|
|
|
position: absolute;
|
|
|
- // top: 23vh;
|
|
|
- // left: 48vw;\
|
|
|
padding: 0 0 0 0;
|
|
|
margin: -2vh 0 0 44vw;
|
|
|
}
|
|
@@ -249,25 +201,23 @@ export default {
|
|
|
margin-top: 2px;
|
|
|
}
|
|
|
.centerBtn {
|
|
|
- width: 90%;
|
|
|
+ width: calc(100% + 32px);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- margin: 30px auto;
|
|
|
+ margin: 25px auto 18px -16px;
|
|
|
li {
|
|
|
height: 100%;
|
|
|
margin: 0 auto;
|
|
|
list-style: none;
|
|
|
text-align: center;
|
|
|
img {
|
|
|
- width: calc(100% - 60px);;
|
|
|
+ width: calc(100% - 60px);
|
|
|
}
|
|
|
p {
|
|
|
- margin: 10px auto 0;
|
|
|
- font-size: 1.2em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
+ margin: 5px 0 15px 0;
|
|
|
font-weight: 200;
|
|
|
color: #dab082;
|
|
|
- line-height: 3vh;
|
|
|
+ font-size: 17px;
|
|
|
background: linear-gradient(
|
|
|
-4deg,
|
|
|
#b8925c 0%,
|
|
@@ -281,647 +231,306 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.detail {
|
|
|
- width: 90%;
|
|
|
- margin:0 auto 40px;
|
|
|
- .baozhuangBox {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- }
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 0 0 0;
|
|
|
p {
|
|
|
font-size: 1.4em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
font-weight: 500;
|
|
|
color: #daad70;
|
|
|
line-height: 15px;
|
|
|
}
|
|
|
- li {
|
|
|
- list-style: none;
|
|
|
- width: 45%;
|
|
|
- .riceBag {
|
|
|
- display: inline-block;
|
|
|
- //background: #613c0c;
|
|
|
- text-align: center;
|
|
|
- position: relative;
|
|
|
- img {
|
|
|
+ .baozhuangBox {
|
|
|
+ width: 100%;
|
|
|
+ li {
|
|
|
+ width: calc(50% - 6px);
|
|
|
+ &:first-child {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ &:last-child {
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .riceBag {
|
|
|
+ position: relative;
|
|
|
width: 100%;
|
|
|
+ img {
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .fd {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ z-index: 9;
|
|
|
+ border-bottom-right-radius: 10px;
|
|
|
+ font-weight: 150;
|
|
|
+ font-size: 12px;
|
|
|
+ height: 26px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 26px;
|
|
|
+ width: 55px;
|
|
|
+ color: #f1cda9;
|
|
|
+ background: #613c0c;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .riceBag:before {
|
|
|
- content: "实惠装";
|
|
|
- display: inline-block;
|
|
|
- transform: scale(0.8);
|
|
|
- width: 50px;
|
|
|
- height: 20px;
|
|
|
- line-height: 20px;
|
|
|
- font-size: 0.5rem;
|
|
|
- border-radius: 10px 0;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 150;
|
|
|
- color: #f1cda9;
|
|
|
- top:-2px;
|
|
|
- left:-5px;
|
|
|
- background: #613c0c;
|
|
|
- position: absolute;
|
|
|
- }
|
|
|
- .riceBox:before {
|
|
|
- content: "礼盒装";
|
|
|
- }
|
|
|
- //.riceBox {
|
|
|
- // width: 43px;
|
|
|
- // height: 14px;
|
|
|
- // background: #613c0c;
|
|
|
- // border-radius: 10px 0;
|
|
|
- // text-align: center;
|
|
|
- // position: absolute;
|
|
|
- //
|
|
|
- // display: flex;
|
|
|
- // justify-content: center;
|
|
|
- // align-items: center;
|
|
|
- // .riceBox-title {
|
|
|
- // margin: 0;
|
|
|
- // // width: 26.5px;
|
|
|
- // transform: scale(0.8);
|
|
|
- // width: 36.5px;
|
|
|
- // height: 17.5px;
|
|
|
- // font-size: 0.75rem;
|
|
|
- // font-family: Source Han Sans CN;
|
|
|
- // font-weight: 150;
|
|
|
- // color: #f1cda9;
|
|
|
- // }
|
|
|
- //}
|
|
|
}
|
|
|
}
|
|
|
.middle {
|
|
|
- width: 90%;
|
|
|
- margin:auto;
|
|
|
- p {
|
|
|
+ width: 100%;
|
|
|
+ margin: auto;
|
|
|
+ p.middle-title {
|
|
|
font-size: 1.4em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
font-weight: 500;
|
|
|
color: #daad70;
|
|
|
}
|
|
|
- img {
|
|
|
+ .middle-div {
|
|
|
width: 100%;
|
|
|
- }
|
|
|
- .card {
|
|
|
- width: 100%;
|
|
|
- height: 185px;
|
|
|
- background:linear-gradient(0deg, #A2794D, #BA9363, #CBA66F, #D7B27A, #E3C48A, #E3D097);
|
|
|
- border-radius: 10px;
|
|
|
- padding: 10px 0;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- .card-text{
|
|
|
- display: inline-block;
|
|
|
- width:calc(100% - 16vw);
|
|
|
- padding-top: 40px;
|
|
|
- padding-left: 10px;
|
|
|
- }
|
|
|
- .first {
|
|
|
- font-size: 1em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 500;
|
|
|
- color: #613c0c;
|
|
|
- margin-left: calc(50% - 30px);
|
|
|
- }
|
|
|
- .second {
|
|
|
- // margin: 1vh 0 0 6vw;
|
|
|
- font-size: .8em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 300;
|
|
|
- color: #613c0c;
|
|
|
- margin-left: calc(50% - 30px);
|
|
|
- }
|
|
|
- .lastP {
|
|
|
- background: #0f0b06;
|
|
|
- border-radius: 13px;
|
|
|
- width: 50px;
|
|
|
- text-align: center;
|
|
|
- margin-left: calc(50% - 30px);
|
|
|
- p {
|
|
|
- margin:auto;
|
|
|
- transform: scale(0.8);
|
|
|
- line-height: 12px;
|
|
|
- font-size: 0.5rem;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 300;
|
|
|
- color: #c5a06b;
|
|
|
- background: linear-gradient(0deg, #a57d50 0%, #e3d097 100%);
|
|
|
- -webkit-background-clip: text;
|
|
|
- -webkit-text-fill-color: transparent;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .camera {
|
|
|
- width: 16vw;
|
|
|
- display: inline-block;
|
|
|
- text-align: center;
|
|
|
- margin-right: 10px;
|
|
|
- padding-top: 40px;
|
|
|
- img{
|
|
|
- display: inline-block;
|
|
|
- width: 16vw;
|
|
|
- min-width: 40px;
|
|
|
- }
|
|
|
- // margin: 4vh 0 0 12vh;
|
|
|
- }
|
|
|
- .cardTwo {
|
|
|
- display: flex;
|
|
|
- height: 100px;
|
|
|
- background:linear-gradient(0deg, #A2794D, #BA9363, #CBA66F, #D7B27A, #E3C48A, #E3D097);
|
|
|
- border-radius: 10px;
|
|
|
- justify-content: space-around;
|
|
|
- .cardTwo-text{
|
|
|
- width: 60%;
|
|
|
- padding-top: 10px;
|
|
|
- }
|
|
|
- .first {
|
|
|
- font-size:1em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 500;
|
|
|
- color: #613c0c;
|
|
|
- padding-left: 30%;
|
|
|
- }
|
|
|
- .second {
|
|
|
- font-size: .8em;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 300;
|
|
|
- color: #613c0c;
|
|
|
- padding-left: 30%;
|
|
|
- }
|
|
|
- .keepAlive {
|
|
|
- width: 40%;
|
|
|
- height: 100px;
|
|
|
- text-align: center;
|
|
|
- margin: auto;
|
|
|
- line-height: 100px;
|
|
|
- img{
|
|
|
- display: inline-block;
|
|
|
- padding: 30px 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .cardThree {
|
|
|
-
|
|
|
- // justify-content: center;
|
|
|
- .first {
|
|
|
-
|
|
|
- }
|
|
|
- .second {
|
|
|
- }
|
|
|
- }
|
|
|
- .freshRice {
|
|
|
- img{
|
|
|
- width: 100%;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
- }
|
|
|
- .cardFour {
|
|
|
- display: flex;
|
|
|
- .first {
|
|
|
- }
|
|
|
- .second {
|
|
|
- }
|
|
|
- .normalGrow {
|
|
|
- // margin: 4vh 0 0 12vh;
|
|
|
- }
|
|
|
- }
|
|
|
- .cardFive {
|
|
|
-
|
|
|
- .first {
|
|
|
+ ul {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ li {
|
|
|
+ width: calc(50% - 6px);
|
|
|
+ float: right;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 8px;
|
|
|
+ overflow: hidden;
|
|
|
+ background: linear-gradient(
|
|
|
+ 0deg,
|
|
|
+ #a2794d,
|
|
|
+ #ba9363,
|
|
|
+ #cba66f,
|
|
|
+ #d7b27a,
|
|
|
+ #e3c48a,
|
|
|
+ #e3d097
|
|
|
+ );
|
|
|
+ &.left {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
|
|
|
- }
|
|
|
- .second {
|
|
|
-
|
|
|
- }
|
|
|
- .organic {
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- //@media screen and (max-width: 414px) {
|
|
|
- // .middle .card {
|
|
|
- // .first {
|
|
|
- // // margin-top: 27px;
|
|
|
- // font-size: 18px;
|
|
|
- // left: 4vw;
|
|
|
- // top: 7vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // font-size: 11px;
|
|
|
- // }
|
|
|
- // .lastP {
|
|
|
- // left: 18px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // .middle .cardTwo {
|
|
|
- // .first {
|
|
|
- // left: 44vw;
|
|
|
- // top: 15vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 44vw;
|
|
|
- // top: 8vh;
|
|
|
- // }
|
|
|
- // .keepAlive {
|
|
|
- // width: 11.5vw;
|
|
|
- // left: 70vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // //
|
|
|
- // .middle .freshRice {
|
|
|
- // top: 1vh;
|
|
|
- // left: 24vw;
|
|
|
- // }
|
|
|
- // .middle .cardThree {
|
|
|
- // .first {
|
|
|
- // left: 3vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 3vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .cardFour {
|
|
|
- // .first {
|
|
|
- // left: 4vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 4vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // .normalGrow {
|
|
|
- // left: 24vw;
|
|
|
- // top: 2vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .cardFive {
|
|
|
- // .first {
|
|
|
- // left: 2vw;
|
|
|
- // top: 19px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: -2vw;
|
|
|
- // top: 34px;
|
|
|
- // }
|
|
|
- // .organic {
|
|
|
- // left: 22vw;
|
|
|
- // top: 13px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //}
|
|
|
- @media screen and (max-width: 375px) {
|
|
|
- .middle .card {
|
|
|
- .first {
|
|
|
- // margin-top: 27px;
|
|
|
- font-size: 16px;
|
|
|
- left: 4vw;
|
|
|
- top: 9vh;
|
|
|
- }
|
|
|
- .second {
|
|
|
- top: 12vh;
|
|
|
- left: 4vw;
|
|
|
- }
|
|
|
- .lastP {
|
|
|
- top: 17vh;
|
|
|
- left: 5vw;
|
|
|
- span {
|
|
|
- font-size: 0.6rem;
|
|
|
+ .first {
|
|
|
+ float: left;
|
|
|
+ width: 48%;
|
|
|
+ height: 100%;
|
|
|
+ .title {
|
|
|
+ color: #613c0c;
|
|
|
+ font-weight: bolder;
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ color: #613c0c;
|
|
|
+ }
|
|
|
+ .lastP {
|
|
|
+ background: #0f0b06;
|
|
|
+ text-align: center;
|
|
|
+ overflow: hidden;
|
|
|
+ border-radius: 10px;
|
|
|
+ padding: 2px 0 0 3px;
|
|
|
+ margin: 15px 0 0 0;
|
|
|
+ width: 46px;
|
|
|
+ height: 13px;
|
|
|
+ img {
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .second {
|
|
|
+ width: 52%;
|
|
|
+ float: left;
|
|
|
+ img {
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .middle .cardTwo {
|
|
|
- .first {
|
|
|
- font-size: .8em;
|
|
|
- }
|
|
|
- .second {
|
|
|
- left: 44vw;
|
|
|
- top: 9vh;
|
|
|
- }
|
|
|
- .keepAlive {
|
|
|
- width:40px
|
|
|
+ @media screen and (min-width: 0px) {
|
|
|
+ .middle-div {
|
|
|
+ ul {
|
|
|
+ li {
|
|
|
+ height: 90px;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+ padding: 9px 15px;
|
|
|
+ &.he {
|
|
|
+ height: 190px;
|
|
|
+ }
|
|
|
+ .first {
|
|
|
+ padding: 4px 0 0 0;
|
|
|
+ .title {
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 28px;
|
|
|
+ height: 28px;
|
|
|
+ margin: 0 0 1px 0;
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.he {
|
|
|
+ .first {
|
|
|
+ padding: 42px 0 0 0;
|
|
|
+ }
|
|
|
+ .second img {
|
|
|
+ width: 120%;
|
|
|
+ margin: 35px 0 0 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(4) {
|
|
|
+ .second img {
|
|
|
+ margin: 14px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(5) {
|
|
|
+ .second img {
|
|
|
+ margin: 12px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- //
|
|
|
- .middle .freshRice {
|
|
|
- top: 1vh;
|
|
|
- left: 24vw;
|
|
|
- }
|
|
|
- .middle .cardThree {
|
|
|
- .first {
|
|
|
- left: 3vw;
|
|
|
- top: 3vh;
|
|
|
- }
|
|
|
- .second {
|
|
|
- left: 3vw;
|
|
|
- top: 5vh;
|
|
|
+ @media screen and (min-width: 359px) {
|
|
|
+ .middle-div {
|
|
|
+ ul {
|
|
|
+ li {
|
|
|
+ height: 105px;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+ padding: 9px 15px;
|
|
|
+ &.he {
|
|
|
+ height: 220px;
|
|
|
+ }
|
|
|
+ .first {
|
|
|
+ padding: 7px 0 0 0;
|
|
|
+ .title {
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 30px;
|
|
|
+ height: 30px;
|
|
|
+ margin: 0 0 5px 0;
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.he {
|
|
|
+ .first {
|
|
|
+ padding: 42px 0 0 0;
|
|
|
+ }
|
|
|
+ .second img {
|
|
|
+ width: 120%;
|
|
|
+ margin: 35px 0 0 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(4) {
|
|
|
+ .second img {
|
|
|
+ margin: 14px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(5) {
|
|
|
+ .second img {
|
|
|
+ margin: 12px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .middle .cardFour {
|
|
|
- .first {
|
|
|
- left: 4vw;
|
|
|
- top: 3vh;
|
|
|
- }
|
|
|
- .second {
|
|
|
- left: 4vw;
|
|
|
- top: 5vh;
|
|
|
- }
|
|
|
- .normalGrow {
|
|
|
- left: 24vw;
|
|
|
- top: 2vh;
|
|
|
+ @media screen and (min-width: 374px) {
|
|
|
+ .middle-div {
|
|
|
+ ul {
|
|
|
+ li {
|
|
|
+ height: 108px;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+ padding: 9px 15px;
|
|
|
+ &.he {
|
|
|
+ height: 226px;
|
|
|
+ }
|
|
|
+ .first {
|
|
|
+ padding: 8px 0 0 0;
|
|
|
+ .title {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 30px;
|
|
|
+ height: 30px;
|
|
|
+ margin: 0 0 5px 0;
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.he {
|
|
|
+ .first {
|
|
|
+ padding: 50px 0 0 0;
|
|
|
+ }
|
|
|
+ .second img {
|
|
|
+ width: 120%;
|
|
|
+ margin: 40px 0 0 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(4) {
|
|
|
+ .second img {
|
|
|
+ margin: 14px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(5) {
|
|
|
+ .second img {
|
|
|
+ margin: 12px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .middle .cardFive {
|
|
|
- .first {
|
|
|
- left: 2vw;
|
|
|
- top: 19px;
|
|
|
- }
|
|
|
- .second {
|
|
|
- left: -2vw;
|
|
|
- top: 34px;
|
|
|
- }
|
|
|
- .organic {
|
|
|
- left: 22vw;
|
|
|
- top: 13px;
|
|
|
+ @media screen and (min-width: 413px) {
|
|
|
+ .middle-div {
|
|
|
+ ul {
|
|
|
+ li {
|
|
|
+ height: 120px;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+ padding: 9px 15px;
|
|
|
+ &.he {
|
|
|
+ height: 250px;
|
|
|
+ }
|
|
|
+ .first {
|
|
|
+ padding: 15px 0 0 0;
|
|
|
+ .title {
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 30px;
|
|
|
+ height: 30px;
|
|
|
+ margin: 0 0 5px 0;
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.he {
|
|
|
+ .first {
|
|
|
+ padding: 70px 0 0 0;
|
|
|
+ }
|
|
|
+ .second img {
|
|
|
+ width: 120%;
|
|
|
+ margin: 50px 0 0 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(4) {
|
|
|
+ .second img {
|
|
|
+ margin: 14px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:nth-child(5) {
|
|
|
+ .second img {
|
|
|
+ margin: 12px 0 0 7px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- //@media screen and (max-width: 360px) {
|
|
|
- // .middle .card {
|
|
|
- // .first {
|
|
|
- // // margin-top: 27px;
|
|
|
- // font-size: 15px;
|
|
|
- // left: 14px;
|
|
|
- // top: 47px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 14px;
|
|
|
- // top: 62px;
|
|
|
- // }
|
|
|
- // .lastP {
|
|
|
- // top: 17vh;
|
|
|
- // left: 5vw;
|
|
|
- // span {
|
|
|
- // font-size: 0.6rem;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .cardTwo {
|
|
|
- // .first {
|
|
|
- // left: 157px;
|
|
|
- // top: 99px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 157px;
|
|
|
- // top: 55px;
|
|
|
- // }
|
|
|
- // .keepAlive {
|
|
|
- // width: 13vw;
|
|
|
- // left: 243px;
|
|
|
- // top: 32px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .cardThree {
|
|
|
- // .first {
|
|
|
- // left: 3vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 3vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .freshRice {
|
|
|
- // top: 1vh;
|
|
|
- // left: 23vw;
|
|
|
- // }
|
|
|
- // .middle .cardFour {
|
|
|
- // .first {
|
|
|
- // left: 4vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 4vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // .normalGrow {
|
|
|
- // left: 24vw;
|
|
|
- // top: 2vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .cardFive {
|
|
|
- // .first {
|
|
|
- // left: 2vw;
|
|
|
- // top: 16px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: -2vw;
|
|
|
- // top: 30px;
|
|
|
- // }
|
|
|
- // .organic {
|
|
|
- // left: 22vw;
|
|
|
- // top: 13px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //}
|
|
|
- //@media screen and (max-width: 320px) {
|
|
|
- // .productPack .box {
|
|
|
- // p {
|
|
|
- // margin: 7.5px 0 7px 4px;
|
|
|
- // }
|
|
|
- // span {
|
|
|
- // margin: 12.5px 0 0px 8px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .card {
|
|
|
- // .first {
|
|
|
- // font-size: 0.9rem;
|
|
|
- // left: 12px;
|
|
|
- // top: 9vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // top: 64px;
|
|
|
- // left: 7px;
|
|
|
- // font-size: 0.7rem;
|
|
|
- // transform: scale(0.8);
|
|
|
- // }
|
|
|
- // .lastP {
|
|
|
- // top: 18vh;
|
|
|
- // left: 4vw;
|
|
|
- // span {
|
|
|
- // font-size: 0.6rem;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // .middle .camera {
|
|
|
- // left: 22vw;
|
|
|
- // top: 8vh;
|
|
|
- // }
|
|
|
- //
|
|
|
- // .middle .cardTwo {
|
|
|
- // .first {
|
|
|
- // left: 138px;
|
|
|
- // top: 90px;
|
|
|
- // font-size: 14px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // transform: scale(0.8);
|
|
|
- //
|
|
|
- // left: 134px;
|
|
|
- // top: 51px;
|
|
|
- // font-size: 0.7rem;
|
|
|
- // }
|
|
|
- // .keepAlive {
|
|
|
- // width: 13vw;
|
|
|
- // left: 223px;
|
|
|
- // top: 32px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // .middle .keepAlive {
|
|
|
- // width: 11.5vw;
|
|
|
- // left: 70vw;
|
|
|
- // top: 6vh;
|
|
|
- // }
|
|
|
- // .middle .cardFour {
|
|
|
- // .first {
|
|
|
- // left: 4vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // transform: scale(0.8);
|
|
|
- // left: 3vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // .normalGrow {
|
|
|
- // left: 26vw;
|
|
|
- // top: 2vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // //
|
|
|
- // .middle .freshRice {
|
|
|
- // top: 1vh;
|
|
|
- // left: 24vw;
|
|
|
- // }
|
|
|
- // .middle .cardThree {
|
|
|
- // .first {
|
|
|
- // font-size: 14px;
|
|
|
- // left: 3vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 2vw;
|
|
|
- // top: 5vh;
|
|
|
- // transform: scale(0.8);
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // .middle .cardFive {
|
|
|
- // .first {
|
|
|
- // left: 2vw;
|
|
|
- // top: 17px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // transform: scale(0.8);
|
|
|
- //
|
|
|
- // left: -3vw;
|
|
|
- // top: 30px;
|
|
|
- // }
|
|
|
- // .organic {
|
|
|
- // left: 25vw;
|
|
|
- // top: 13px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- //}
|
|
|
- //
|
|
|
- //@media screen and (min-height: 812px) {
|
|
|
- // .middle .card .first {
|
|
|
- // // margin-top: 27px;
|
|
|
- // font-size: 16px;
|
|
|
- //
|
|
|
- // left: 4vw;
|
|
|
- // top: 7vh;
|
|
|
- // }
|
|
|
- // .middle .card .second {
|
|
|
- // top: 9vh;
|
|
|
- // left: 4vw;
|
|
|
- // }
|
|
|
- // .middle .camera {
|
|
|
- // left: 22vw;
|
|
|
- // top: 6vh;
|
|
|
- // }
|
|
|
- // .middle .card .lastP {
|
|
|
- // top: 13vh;
|
|
|
- // left: 5vw;
|
|
|
- // span {
|
|
|
- // font-size: 12px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .middle .cardTwo .first {
|
|
|
- // left: 44vw;
|
|
|
- // top: 14vh;
|
|
|
- // }
|
|
|
- // .middle .cardTwo .keepAlive {
|
|
|
- // width: 11.5vw;
|
|
|
- // left: 70vw;
|
|
|
- // top: 4vh;
|
|
|
- // }
|
|
|
- // .middle .cardTwo .second {
|
|
|
- // left: 44vw;
|
|
|
- // top: 7vh;
|
|
|
- // }
|
|
|
- // //
|
|
|
- // .middle .freshRice {
|
|
|
- // top: 2vh;
|
|
|
- // left: 25vw;
|
|
|
- // }
|
|
|
- // .middle .cardThree .first {
|
|
|
- // left: 3vw;
|
|
|
- // top: 2vh;
|
|
|
- // }
|
|
|
- // .middle .cardThree .second {
|
|
|
- // left: 3vw;
|
|
|
- // top: 4vh;
|
|
|
- // }
|
|
|
- // .middle .cardFour {
|
|
|
- // .first {
|
|
|
- // left: 4vw;
|
|
|
- // top: 3vh;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: 4vw;
|
|
|
- // top: 5vh;
|
|
|
- // }
|
|
|
- // .normalGrow {
|
|
|
- // left: 24vw;
|
|
|
- // top: 2vh;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //
|
|
|
- // .middle .cardFive {
|
|
|
- // .first {
|
|
|
- // left: 2vw;
|
|
|
- // top: 19px;
|
|
|
- // }
|
|
|
- // .second {
|
|
|
- // left: -2vw;
|
|
|
- // top: 34px;
|
|
|
- // }
|
|
|
- // .organic {
|
|
|
- // left: 24vw;
|
|
|
- // top: 21px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- //}
|
|
|
}
|
|
|
</style>
|