Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
71087b02
authored
2024-05-31 15:36:47 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
大师优化
1 parent
881212f1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
19 deletions
src/viewsPc/components/masterClass.vue
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/viewsPc/components/masterClass.vue
View file @
71087b0
...
...
@@ -23,8 +23,8 @@
Training Camp venue:Worldhotel Grand Juna Wuxi
<br/>
Address:No.111 Hefeng Road, Binhu District, Wuxi, Jiangsu
<br/>
Check-in:From 13:30 to 17:00 on July 14, 2024.
<br/>
Contact Person:
Oliver Zhu
<br/>
Tel: +86 1
0 67183764
<br/>
Contact Person:
Dean Ding
<br/>
Tel: +86 1
9951486130
<br/>
</div>
</div>
<div
class=
"text-center"
>
...
...
@@ -66,20 +66,20 @@
<image-upload
v-model=
"form.passportCopy"
:limit=
"1"
:is-show-tip=
"false"
:button-text=
"language==0?'上传':'Upload'"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'抵达日期':'Date of Arrival'"
required
prop=
"arrival"
>
<el-date-picker
v-model=
"form.arrival"
placeholder=
"YYYY-MM-DD"
style=
"width: 100%;"
type=
"date"
format=
"YYYY-MM-DD"
value-format=
"YYYY-MM-DD"
/
>
</el-form-item
>
<el-form-item
:label=
"language==0?'出发日期':'Date of Departure'"
required
prop=
"departure"
>
<el-date-picker
v-model=
"form.departure"
style=
"width: 100%;"
placeholder=
"YYYY-MM-DD"
type=
"date"
format=
"YYYY-MM-DD"
value-format=
"YYYY-MM-DD"
/
>
</el-form-item
>
<!--
<el-form-item
:label=
"language==0?'抵达日期':'Date of Arrival'"
required
prop=
"arrival"
>
--
>
<!--
<el-date-picker-->
<!-- v-model="form.arrival" placeholder="YYYY-MM-DD"-->
<!-- style="width: 100%;"-->
<!-- type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD"-->
<!-- />--
>
<!--
</el-form-item>
--
>
<!--
<el-form-item
:label=
"language==0?'出发日期':'Date of Departure'"
required
prop=
"departure"
>
--
>
<!--
<el-date-picker-->
<!-- v-model="form.departure"-->
<!-- style="width: 100%;" placeholder="YYYY-MM-DD"-->
<!-- type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD"-->
<!-- />--
>
<!--
</el-form-item>
--
>
<el-form-item
:label=
"language==0?'备注':'Remark '"
>
<el-input
type=
"textarea"
v-model=
"form.remark"
rows=
"3"
/>
</el-form-item>
...
...
src/viewsPc/index.vue
View file @
71087b0
...
...
@@ -93,7 +93,8 @@
<download/>
</el-icon>
</a>
<a
class=
"zn-btn ml20"
@
click=
"popMaster"
>
大师公益课报名
</a>
<!-- <el-button type="primary" @click="popMaster">青少年公益课</el-button>-->
<a
class=
"zn-btn ml20 btn-q"
@
click=
"popMaster"
>
青少年公益课
</a>
</div>
</el-col>
<el-col
:sm=
"24"
:lg=
"14"
>
...
...
@@ -941,4 +942,32 @@ const popMaster = () => {
}
}
}
:deep
(
.btn-q
)
{
//
background
:
#FFFFFF
;
//
font-size
:
18px
;
//
color
:
#453DEA
;
//
border-radius
:
23px
;
//
padding
:
10px
20px
;
//
display
:
inline-flex
;
//
align-items
:
center
;
padding
:
20px
40px
;
font-size
:
20px
;
align-items
:
center
;
overflow
:
hidden
;
background
:
url(/src/assets/dance/time_bg.png)
no-repeat
center
!important
;
background-size
:
100%
100%
;
bottom
:
40%
;
display
:
flex
;
flex-wrap
:
nowrap
;
color
:
#fff
!important
;
box-sizing
:
inherit
;
}
.btn-q
:hover
{
box-shadow
:
0
0
20px
#453DEA
;
border-radius
:
100px
;
background
:
linear-gradient
(
-90deg
,
#8623FC
,
#453DEA
)
!important
;
}
</
style
>
...
...
src/viewsPc/index_en.vue
View file @
71087b0
...
...
@@ -90,8 +90,7 @@
GUIDELINE
<el-icon><download
/></el-icon>
</a>
<a
class=
"zn-btn ml20"
@
click=
"popMaster"
>
Youth Training Camp
<el-icon><Edit
/></el-icon>
<a
class=
"zn-btn ml20"
@
click=
"popMaster"
>
Junior
&
Youth Camp
<el-icon><Edit
/></el-icon>
</a>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment