Commit 9dd76b23 authored by mxm-web-develop's avatar mxm-web-develop

321

parent e260ae1d
...@@ -54,7 +54,7 @@ const ServiceList = ()=>{ ...@@ -54,7 +54,7 @@ const ServiceList = ()=>{
<div className=' grid grid-cols-3 w-full -translate-y-[5vh]'> <div className=' grid grid-cols-3 w-full -translate-y-[5vh]'>
{ {
data.map((i,index)=>( data.map((i,index)=>(
<div key={index} className='relative w-[320px] py-[40px] px-[40px] bg-white/40 h-[460px] rounded-[2.5rem] '> <div key={index} onPointerDown={()=>goDetails(index)} className='relative cursor-pointer w-[290px] labtop:w-[340px] py-[40px] px-[40px] bg-white/40 h-[460px] rounded-[2.5rem] '>
<div className='sub-title-cn border-black py-5'>{i.title}</div> <div className='sub-title-cn border-black py-5'>{i.title}</div>
<div className='pt-2 des-cn'>{i.text}</div> <div className='pt-2 des-cn'>{i.text}</div>
<ul className='py-5 des-cn font-bold'> <ul className='py-5 des-cn font-bold'>
...@@ -71,8 +71,9 @@ const ServiceList = ()=>{ ...@@ -71,8 +71,9 @@ const ServiceList = ()=>{
} }
</ul> </ul>
<div className='w-full absolute bottom-10 px-10 left-0 flex justify-between align-bottom items-baseline'> <div className='w-full absolute bottom-10 px-10 left-0 flex justify-between align-bottom items-baseline'>
<div className='des-cn font-bold cursor-pointer' onPointerDown={()=>goDetails(index)}> <div className='des-cn font-bold cursor-pointer'>
介绍详情 <div>介绍详情</div>
</div> </div>
<div className='des-cn font-bold text-theme-blue'> <div className='des-cn font-bold text-theme-blue'>
<span className=' int-font-1 '>{i.price}</span> <span className=' int-font-1 '>{i.price}</span>
...@@ -93,10 +94,10 @@ export const Service = (props: ServiceType)=>{ ...@@ -93,10 +94,10 @@ export const Service = (props: ServiceType)=>{
<div className='center flex items-center h-full'> <div className='center flex items-center h-full'>
<ServiceList /> <ServiceList />
</div> </div>
<div className=" absolute top-0 right-0 z-[200000] pl-[3rem]"> <div className=" absolute top-0 right-0 z-[200] pl-[3rem]">
<div className='flex pt-16'> <div className='flex pt-16 translate-x-12'>
<VerticalText text='服务版本' containerStyle="sub-title-cn py-5 px-5"/> <VerticalText text='服务版本' containerStyle="sub-title-cn py-5 px-5"/>
<VerticalText text='service' containerStyle="hero-title mt-6" itemStyle=" rotate-90 -my-[2.7rem]"/> <VerticalText text='service' containerStyle="hero-title mt-6" itemStyle=" rotate-90 -my-[1.97rem]"/>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment