12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085 |
- <template>
- <div class="paddy">
- <div class="bgImg">
- <img src="@/assets/images/home/bgImg.png" alt="" />
- </div>
- <div class="top">
- <!-- <img src="@/assets/images/home/paddy.png" alt="" /> -->
- <van-swipe
- class="my-swipe"
- :autoplay="3000"
- indicator-color="#DAAD71"
- @change="onChange"
- >
- <van-swipe-item style="width: 90vw">
- <img
- src="@/assets/images/home/swipper/swipper1.png"
- alt=""
- style="width: 100%"
- />
- </van-swipe-item>
- <van-swipe-item>
- <img src="@/assets/images/home/swipper/swipper2.png" alt="" />
- </van-swipe-item>
- <template #indicator>
- <ul class="oUl">
- <li
- :class="
- current == 0
- ? 'custom-indicator indicator-active'
- : 'custom-indicator'
- "
- ></li>
- <li
- :class="
- current == 1
- ? 'custom-indicator indicator-active'
- : 'custom-indicator'
- "
- ></li>
- </ul>
- </template>
- </van-swipe>
- </div>
- <div class="centerBtn">
- <li @click="goto('/referMenu', '五常大米')">
- <img src="@/assets/images/home/centerUl/rice.png" alt="" />
- <p>五常大米</p>
- </li>
- <li @click="goto('/referMenu', '金卡权益')">
- <img src="@/assets/images/home/centerUl/card.png" alt="" />
- <p>金卡权益</p>
- </li>
- <li @click="goto('/referMenu', '品牌简介')">
- <img src="@/assets/images/home/centerUl/infro.png" alt="" />
- <p>品牌简介</p>
- </li>
- </div>
- <div class="detail">
- <p>产品展示</p>
- <li @click="goto('/referMenu', '五常大米-实惠装')">
- <div class="riceBag">
- <p class="riceBag-title">实惠装</p>
- </div>
- <img src="@/assets/images/home/detail/bag.png" alt="" />
- </li>
- <li @click="goto('/referMenu', '五常大米-礼盒装')">
- <div class="riceBox">
- <p class="riceBox-title">礼盒装</p>
- </div>
- <img src="@/assets/images/home/detail/box.png" alt="" />
- </li>
- <!-- <img src="@/assets/images/home/paddy-title.png" alt="" /> -->
- <!-- <img src="@/assets/images/home/paddy-detail.png" alt="" /> -->
- </div>
- <div class="middle">
- <p>产品优势</p>
- <!-- 每个元素的两侧间隔相等 -->
- <van-row type="flex" justify="center">
- <van-col
- span="12"
- style="padding: 2px 0px 0px 0"
- @click="goto('/live', '实时监控')"
- >
- <div class="card">
- <img
- src="@/assets/images/home/middle/cardOne.png"
- alt=""
- style="width: 40vw"
- />
- <p class="first">实时监控</p>
- <p class="second">全程溯源信赖保证</p>
- <div class="lastP">
- <p>查看更多</p>
- </div>
- </div>
- <div class="camera">
- <img src="@/assets/images/home/middle/camera.png" alt="" />
- </div>
- </van-col>
- <van-col span="12" style="padding: 0px 0 0px 0px">
- <van-col span="24" style="padding: 0 0 5px 0">
- <div class="cardTwo" @click="goto('/referMenu', '恒温保鲜')">
- <img
- src="@/assets/images/home/middle/cardTwo.png"
- alt=""
- style="width: 41vw"
- />
- <p class="first">恒温保鲜</p>
- <p class="second">带壳归仓恒温仓储</p>
- <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: 0 0 0px 0">
- <div class="cardThree" @click="goto('/referMenu', '现磨鲜米')">
- <img
- src="@/assets/images/home/middle/cardTwo.png"
- alt=""
- style="width: 41vw"
- />
- <p class="first">现磨鲜米</p>
- <p class="second">现磨现发随享鲜香</p>
- <div class="freshRice">
- <img src="@/assets/images/home/middle/freshRice.png" alt="" />
- </div>
- </div>
- </van-col>
- </van-col>
- <van-col span="12" style="padding: 8px 0px 0px 0">
- <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 class="normalGrow">
- <img src="@/assets/images/home/middle/normalGrow.png" alt="" />
- </div>
- </div>
- </van-col>
- <van-col span="12" style="padding: 8px 0 0px 0px">
- <div class="cardFive" @click="goto('/referMenu', '生态有机')">
- <img
- src="@/assets/images/home/middle/cardTwo.png"
- alt=""
- style="width: 41vw"
- />
- <p class="first">生态有机</p>
- <p class="second">黄金纬度黑金厚土</p>
- <div class="organic">
- <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> -->
- </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>
- export default {
- data() {
- return {
- current: 0,
- };
- },
- methods: {
- onChange(index) {
- this.current = index;
- },
- goto(url, name) {
- window.vm.$router.push({
- path: url,
- query: {
- type: name,
- },
- });
- },
- },
- };
- </script>
- <style lang="scss" scoped>
- .paddy {
- overflow: scroll;
- position: relative;
- .bgImg {
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- // height: 948px;
- img {
- width: 100%;
- }
- }
- .top {
- width: 90vw;
- margin: 34.5px auto 0 auto;
- img {
- width: 90vw;
- }
- }
- .bottom {
- width: 90vw;
- height: 108px;
- overflow: hidden;
- margin: 0 auto;
- z-index: 99999;
- position: relative;
- left: 0;
- // display: flex;
- // position: relative;
- bottom: 0;
- img {
- width: 90vw;
- }
- }
- .oUl {
- position: absolute;
- // top: 23vh;
- // left: 48vw;\
- padding: 0 0 0 0;
- margin: -2vh 0 0 44vw;
- }
- .custom-indicator {
- right: 155px;
- bottom: 7.5px;
- float: left;
- margin: 1px 3px;
- width: 6px;
- height: 6px;
- background: #7c6d5b;
- border-radius: 50%;
- }
- .indicator-active {
- background: #daad71;
- border-radius: 2px;
- width: 16px;
- height: 4px;
- margin-top: 2px;
- }
- .centerBtn {
- z-index: 99;
- width: 300px;
- height: 65px;
- position: relative;
- // top: 209px;
- margin: 2vh auto 0 auto;
- li {
- width: 60px;
- height: 100%;
- margin: 0 20px;
- float: left;
- list-style: none;
- text-align: center;
- img {
- width: 45px;
- height: 45px;
- }
- p {
- margin: 0 auto;
- width: 48px;
- height: 12px;
- font-size: 12px;
- font-family: Source Han Sans CN;
- font-weight: 200;
- color: #dab082;
- line-height: 13px;
- background: linear-gradient(
- -4deg,
- #b8925c 0%,
- #936e40 28.80859375%,
- #f6c684 65.8203125%,
- #936e40 100%
- );
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- }
- }
- .detail {
- width: 90vw;
- height: 20vh;
- margin: 3vh auto 0;
- position: relative;
- // display: flex;
- // justify-content: center;
- p {
- width: 125px;
- height: 15.5px;
- font-size: 16px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #daad70;
- line-height: 15px;
- margin: 0px 0 10px 5px;
- }
- li {
- float: left;
- list-style: none;
- width: 42vw;
- height: 105px;
- margin: 0 0 0 9px;
- img {
- width: 100%;
- }
- .riceBag {
- width: 43px;
- height: 14px;
- background: #613c0c;
- border-radius: 10px 0;
- text-align: center;
- position: absolute;
- left: 8px;
- top: 25px;
- display: flex;
- justify-content: center;
- align-items: center;
- .riceBag-title {
- margin: 0;
- // width: 26.5px;
- transform: scale(0.8);
- width: 36.5px;
- height: 17.5px;
- font-size: 0.5rem;
- font-family: Source Han Sans CN;
- font-weight: 150;
- color: #f1cda9;
- line-height: 16.5px;
- }
- }
- .riceBox {
- width: 43px;
- height: 14px;
- background: #613c0c;
- border-radius: 10px 0;
- text-align: center;
- position: absolute;
- right: 120px;
- top: 25px;
- 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: 90vw;
- margin: 3vh auto 15px;
- position: relative;
- p {
- margin: 0 0 10px 5px;
- width: 126px;
- height: 15.5px;
- font-size: 16px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #daad70;
- line-height: 15px;
- }
- img {
- width: 100%;
- }
- .card {
- width: 45vw;
- // position: absolute;
- display: flex;
- justify-content: center;
- align-items: center;
- .first {
- position: absolute;
- width: 78.5px;
- height: 14px;
- font-size: 15px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #613c0c;
- line-height: 3px;
- left: 3vw;
- top: 10vh;
- }
- .second {
- // margin: -21vh 0 0 5vw;
- position: absolute;
- top: 9vh;
- left: 4vw;
- // margin: 1vh 0 0 6vw;
- width: 48px;
- height: 24px;
- font-size: 11px;
- font-family: Source Han Sans CN;
- font-weight: 300;
- color: #613c0c;
- line-height: 12px;
- }
- .lastP {
- width: 52px;
- height: 17px;
- background: #0f0b06;
- border-radius: 13px;
- position: absolute;
- top: 15vh;
- left: 4vw;
- display: flex;
- justify-content: center;
- align-items: center;
- p {
- margin: 0;
- transform: scale(0.8);
- width: 48px;
- height: 12px;
- line-height: 12px;
- font-size: 0.5rem;
- font-family: Source Han Sans CN;
- font-weight: 300;
- color: #c5a06b;
- line-height: 11.5px;
- background: linear-gradient(0deg, #a57d50 0%, #e3d097 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- }
- }
- .camera {
- width: 20vw;
- position: absolute;
- left: 22vw;
- top: 6vh;
- // margin: 4vh 0 0 12vh;
- }
- .cardTwo {
- width: 40vw;
- display: flex;
- justify-content: center;
- // align-items: center;
- .first {
- position: absolute;
- left: 44vw;
- top: 16vh;
- margin: -9vh 0 0 5vw;
- width: 60px;
- height: 14.5px;
- font-size: 15px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #613c0c;
- line-height: 6px;
- }
- .second {
- position: absolute;
- left: 47vw;
- top: 9vh;
- margin: 0 0 0 5vw;
- width: 48px;
- height: 24px;
- font-size: 11px;
- font-family: Source Han Sans CN;
- font-weight: 300;
- color: #613c0c;
- line-height: 15px;
- }
- img {
- width: 100%;
- }
- .keepAlive {
- width: 14vw;
- position: absolute;
- left: 70vw;
- top: 5vh;
- }
- }
- .cardThree {
- width: 40vw;
- display: flex;
- justify-content: center;
- position: relative;
- .first {
- position: absolute;
- left: 3vw;
- top: 3vh;
- width: 60px;
- height: 14.5px;
- font-size: 15px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #613c0c;
- line-height: 6px;
- }
- .second {
- position: absolute;
- left: 3vw;
- top: 5vh;
- width: 48px;
- height: 24px;
- font-size: 11px;
- font-family: Source Han Sans CN;
- font-weight: 300;
- color: #613c0c;
- line-height: 15px;
- }
- }
- .freshRice {
- width: 14vw;
- position: absolute;
- top: 1vh;
- left: 24vw;
- }
- .cardFour {
- width: 45vw;
- position: relative;
- // position: absolute;
- display: flex;
- justify-content: center;
- align-items: center;
- .first {
- position: absolute;
- width: 78.5px;
- height: 14px;
- font-size: 15px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #613c0c;
- line-height: 3px;
- left: 3vw;
- top: 10vh;
- }
- .second {
- // margin: -21vh 0 0 5vw;
- position: absolute;
- top: 9vh;
- left: 4vw;
- // margin: 1vh 0 0 6vw;
- width: 48px;
- height: 24px;
- font-size: 0.5rem;
- font-family: Source Han Sans CN;
- font-weight: 300;
- color: #613c0c;
- line-height: 12px;
- }
- .normalGrow {
- width: 14vw;
- position: absolute;
- left: 26vw;
- top: 31vh;
- // margin: 4vh 0 0 12vh;
- }
- }
- .cardFive {
- width: 40vw;
- display: flex;
- position: relative;
- justify-content: center;
- .first {
- position: absolute;
- left: 2vw;
- top: 16px;
- width: 60px;
- height: 14.5px;
- font-size: 15px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #613c0c;
- line-height: 6px;
- }
- .second {
- position: absolute;
- left: 45vw;
- top: 33vh;
- margin: 0 0 0 5vw;
- width: 48px;
- height: 24px;
- font-size: 11px;
- font-family: Source Han Sans CN;
- font-weight: 300;
- color: #613c0c;
- line-height: 12px;
- }
- img {
- width: 100%;
- }
- .organic {
- width: 14vw;
- position: absolute;
- left: 70vw;
- top: 30vh;
- }
- }
- }
- @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;
- }
- }
- .detail li .riceBox {
- right: 137px;
- }
- }
- @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;
- }
- }
- }
- .middle .cardTwo {
- .first {
- left: 44vw;
- top: 16vh;
- }
- .second {
- left: 44vw;
- top: 9vh;
- }
- .keepAlive {
- width: 12vw;
- 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;
- }
- }
- .detail li .riceBox {
- right: 120px;
- }
- }
- @media screen and (max-width: 360px) {
- .detail li .riceBox {
- right: 113px;
- }
- .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;
- }
- }
- .detail li .riceBox {
- right: 94px;
- }
- }
- @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>
|