Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web2022
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
web2022
Commits
9dd76b23
Commit
9dd76b23
authored
Aug 01, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
321
parent
e260ae1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
index.tsx
src/views/Baas33/Service/index.tsx
+7
-6
No files found.
src/views/Baas33/Service/index.tsx
View file @
9dd76b23
...
@@ -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-[32
0px] 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-[34
0px] 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-[200
000
] 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.9
7rem]"
/>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment