@@ -82,7 +82,7 @@ export const JoinButton = ({ textColor = "white" }) => {
8282 </ div >
8383 ) ;
8484} ;
85- const restDay = getDiffDay ( "2024-08 -30" , Date . now ( ) ) ;
85+ const restDay = getDiffDay ( "2024-09 -30" , Date . now ( ) ) ;
8686const Home = ( ) => {
8787 return (
8888 < div className = "flex flex-col items-center" >
@@ -91,54 +91,15 @@ const Home = () => {
9191 < img src = { huoshanIntel } />
9292 </ div >
9393 < img src = { openTitle } width = { "60%" } />
94- { /* <div className="mt-[20px] mb-[50px]">
95- <JoinButton />
96- </div> */ }
97- { /* <img width={"60%"} src={require("../../images/logoGroup.svg")} /> */ }
98- { /* <div className="flex flex-col justify-between">
99- <div className="flex items-center">
100- <div className="text-[18px] font-bold">指导单位:</div>
101- <img
102- className="h-[26px] mr-[8px]"
103- src={require("../../images/logo/ccf.png")}
104- ></img>
105- <img
106- className="h-[30px]"
107- src={require("../../images/logo/guangshi.png")}
108- ></img>
109- </div>
110- <div className="flex items-center">
111- <div className="text-[18px] font-bold">主办单位:</div>
112- <img
113- className="h-[24px] mr-[16px]"
114- src={require("../../images/logo/volc.png")}
115- ></img>
116- <img
117- className="h-[22px]"
118- src={require("../../images/logo/intelIcon.png")}
119- ></img>
120- </div>
121- <div className="flex items-center">
122- <div className="text-[18px] font-bold">协办单位:</div>
123- <img
124- className="h-[26px] mr-[16px]"
125- src={require("../../images/logo/ccfWeiyuan.png")}
126- ></img>
127- </div>
128- <div className="flex items-center">
129- <div className="text-[18px] font-bold">
130- 合作单位:
131- 中国生物信息学学会(筹)、上海生物信息学会、广东省生物信息学学会、南方医科大学、…(持续更新中)
132- </div>
133- </div>
134- </div> */ }
13594 < img className = "timer-divider" src = { timerDivider } />
136- < img className = "timer-cover" src = { timerCover } />
137- < img className = "timer" src = { timer } />
138- < div className = "timer-text" > 距离报名截止还剩</ div >
139- < div className = "timer-day" >
140- { restDay }
141- < span className = "text-[20px]" > 天</ span >
95+ < div className = "timer" >
96+ < img src = { timer } width = { "100%" } />
97+ < img className = "timer-cover" src = { timerCover } />
98+ < div className = "timer-text" > 距离报名截止还剩</ div >
99+ < div className = "timer-day" >
100+ { restDay }
101+ < span className = "text-[20px]" > 天</ span >
102+ </ div >
142103 </ div >
143104 </ div >
144105 < div className = "flex items-center justify-between w-[1100px]" >
0 commit comments