Browse Source

修改

master
j1ack 3 years ago
parent
commit
cf713d31f6
  1. 2
      src/components/row-search-home.vue
  2. 10
      src/pages/HomePage/index.vue
  3. BIN
      正式.zip

2
src/components/row-search-home.vue

@ -1,6 +1,6 @@
<template>
<!-- height: 535.5px; -->
<div class="mobile:hidden z-10 sticky top-0" style="margin-bottom: 535.5px;">
<div class="mobile:hidden z-10 sticky top-0">
<div class="flex flex-row mx-[120px] py-[20px] justify-between items-center bg-black">
<div class="flex flex-1 justify-start items-center cursor-pointer" @click="handleBackHomePage">
<img :src="iconList.label" class="w-[60px] h-[33px]" />

10
src/pages/HomePage/index.vue

@ -1,13 +1,14 @@
<template>
<div class="bg-black desktop:pt-[122px] mobile:pt-[39px]">
<div
class="bg-home-page bg-cover bg-center bg-no-repea w-full desktop:h-[535.5px] mobile:h-[219px] absolute left-0" />
class="bg-cover bg-center bg-no-repea w-full desktop:h-[535.5px] mobile:h-[219px] absolute left-0" :class="!isBg?'bg-home-page':''" style="pointer-events: none;"/>
<!-- <div
class="desktop:w-[1440px] desktop:h-[535.5px] desktop:pt-[70px] mobile:w-full mobile:h-[219px] mobile:pt-[25px]"
> -->
<search-input v-if="!isBg"/>
<row-search v-if="isBg"/>
<search-input v-if="!isBg"/>
<!-- </div> -->
<!-- 中间部分 -->
@ -28,9 +29,8 @@
</div>
</div>
</div>
<!-- Latest Transactions -->
<!-- Latest Transactions style="position:relative;z-index: 99;"-->
<div
class="flex flex-1 flex-row justify-between items-center desktop:pt-[56px] desktop:pb-[27px] mobile:pt-[37px] mobile:pb-[17px] latest-transactions">
<p class="text-white font-semibold desktop:text-[20px] mobile:text-[18px] desktop:pl-[34px]">
Latest Transactions

BIN
正式.zip

Binary file not shown.
Loading…
Cancel
Save