Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
f134a17c
Commit
f134a17c
authored
Jan 16, 2020
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间样式修改
parent
6cc962ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
38 deletions
+48
-38
createActive.vue
ybf_wx/src/views/active/createActive.vue
+19
-17
createBigWheelActive.vue
ybf_wx/src/views/active/createBigWheelActive.vue
+29
-21
No files found.
ybf_wx/src/views/active/createActive.vue
View file @
f134a17c
...
@@ -115,22 +115,24 @@
...
@@ -115,22 +115,24 @@
</van-cell>
</van-cell>
<van-cell
title=
"活动结束时间"
style=
"font-size:14px;"
>
<van-cell
title=
"活动结束时间"
style=
"font-size:14px;"
>
<
template
slot=
"default"
>
<
template
slot=
"default"
>
<van-field
<div
class=
"npbr"
>
class=
"right"
<van-field
v-model=
"endTime1"
class=
"right"
placeholder=
"选择活动结束时间"
v-model=
"endTime1"
readonly=
"readonly"
placeholder=
"选择活动结束时间"
@
click=
"endShow = true"
readonly=
"readonly"
/>
@
click=
"endShow = true"
<van-popup
v-model=
"endShow"
position=
"bottom"
:overlay=
"true"
>
<van-datetime-picker
v-model=
"endTime"
type=
"datetime"
@
cancel=
"endShow = false"
@
confirm=
"endShow = false"
@
change=
"endTimeChange"
/>
/>
</van-popup>
<van-popup
v-model=
"endShow"
position=
"bottom"
:overlay=
"true"
>
<van-datetime-picker
v-model=
"endTime"
type=
"datetime"
@
cancel=
"endShow = false"
@
confirm=
"endShow = false"
@
change=
"endTimeChange"
/>
</van-popup>
</div>
</
template
>
</
template
>
</van-cell>
</van-cell>
<div
class=
"des"
>
描述
</div>
<div
class=
"des"
>
描述
</div>
...
@@ -193,7 +195,7 @@ export default {
...
@@ -193,7 +195,7 @@ export default {
align-items
:
center
;
align-items
:
center
;
}
}
.phone
{
.phone
{
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.all
>>>
input
{
.all
>>>
input
{
text-align
:
right
;
text-align
:
right
;
...
@@ -230,7 +232,7 @@ export default {
...
@@ -230,7 +232,7 @@ export default {
padding
:
12px
;
padding
:
12px
;
}
}
.des
{
.des
{
padding
:
6px
16
px
;
padding
:
5px
18px
0
px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#2d476a
;
color
:
#2d476a
;
}
}
...
...
ybf_wx/src/views/active/createBigWheelActive.vue
View file @
f134a17c
...
@@ -40,26 +40,28 @@
...
@@ -40,26 +40,28 @@
</van-cell>
</van-cell>
<van-cell
title=
"活动结束时间"
style=
"font-size:14px;"
>
<van-cell
title=
"活动结束时间"
style=
"font-size:14px;"
>
<
template
slot=
"default"
>
<
template
slot=
"default"
>
<van-field
<div
class=
"jpsl"
>
class=
"right"
<van-field
v-model=
"basicInfo.endTime1"
class=
"right"
placeholder=
"选择活动结束时间"
v-model=
"basicInfo.endTime1"
readonly=
"readonly"
placeholder=
"选择活动结束时间"
@
click=
"basicInfo.endShow = true"
readonly=
"readonly"
/>
@
click=
"basicInfo.endShow = true"
<van-popup
v-model=
"basicInfo.endShow"
position=
"bottom"
:overlay=
"true"
>
<van-datetime-picker
v-model=
"basicInfo.endTime"
type=
"date"
@
cancel=
"basicInfo.endShow = false"
@
confirm=
"basicInfo.endShow = false"
@
change=
"endTimeChange"
/>
/>
</van-popup>
<van-popup
v-model=
"basicInfo.endShow"
position=
"bottom"
:overlay=
"true"
>
<van-datetime-picker
v-model=
"basicInfo.endTime"
type=
"date"
@
cancel=
"basicInfo.endShow = false"
@
confirm=
"basicInfo.endShow = false"
@
change=
"endTimeChange"
/>
</van-popup>
</div>
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
"领券条件"
style=
"font-size:14px;"
>
<van-cell
title=
"领券条件"
style=
"font-size:14px;"
>
...
@@ -206,7 +208,9 @@
...
@@ -206,7 +208,9 @@
<div
class=
"top"
>
<div
class=
"top"
>
<span
style=
"color:#2d476a;"
>
优惠券类型
</span>
<span
style=
"color:#2d476a;"
>
优惠券类型
</span>
<van-radio-group
v-model=
"prizeList[index].type"
class=
"right"
>
<van-radio-group
v-model=
"prizeList[index].type"
class=
"right"
>
<van-radio
name=
"1"
style=
"float:left;margin-right:10px;"
>
代金券
</van-radio>
<van-radio
name=
"1"
style=
"float:left;margin-right:10px;"
>
代金券
</van-radio
>
<van-radio
name=
"2"
style=
"float:right;"
>
折扣券
</van-radio>
<van-radio
name=
"2"
style=
"float:right;"
>
折扣券
</van-radio>
</van-radio-group>
</van-radio-group>
</div>
</div>
...
@@ -251,6 +255,7 @@
...
@@ -251,6 +255,7 @@
<van-cell
title=
"开始时间"
style=
"font-size:14px;"
>
<van-cell
title=
"开始时间"
style=
"font-size:14px;"
>
<
template
slot=
"default"
>
<
template
slot=
"default"
>
<div
class=
"jpsl"
>
<van-field
<van-field
class=
"right"
class=
"right"
v-model=
"prizeList[index].startTime1"
v-model=
"prizeList[index].startTime1"
...
@@ -271,10 +276,12 @@
...
@@ -271,10 +276,12 @@
@
change=
"startTimeChange2(prizeList[index].startTime, index)"
@
change=
"startTimeChange2(prizeList[index].startTime, index)"
/>
/>
</van-popup>
</van-popup>
</div>
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
"结束时间"
style=
"font-size:14px;"
>
<van-cell
title=
"结束时间"
style=
"font-size:14px;"
>
<
template
slot=
"default"
>
<
template
slot=
"default"
>
<div
class=
"jpsl"
>
<van-field
<van-field
class=
"right"
class=
"right"
v-model=
"prizeList[index].endTime1"
v-model=
"prizeList[index].endTime1"
...
@@ -295,6 +302,7 @@
...
@@ -295,6 +302,7 @@
@
change=
"endTimeChange2(prizeList[index].endTime, index)"
@
change=
"endTimeChange2(prizeList[index].endTime, index)"
/>
/>
</van-popup>
</van-popup>
</div>
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
"奖品数量"
style=
"font-size:14px;"
>
<van-cell
title=
"奖品数量"
style=
"font-size:14px;"
>
...
@@ -704,6 +712,6 @@ export default {
...
@@ -704,6 +712,6 @@ export default {
.top
{
.top
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
}
}
</
style
>
</
style
>
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