Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
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
baiguangyao
mr-julyedu
Commits
8281b5c9
Commit
8281b5c9
authored
Nov 13, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fanchang' into dev
parents
3e1606fb
f78e99fe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
16 deletions
+25
-16
src/components/blessingGetPrize/index.js
+3
-2
src/components/blessingGetPrize/index.scss
+21
-13
src/components/blessingPreheat/index.js
+1
-1
No files found.
src/components/blessingGetPrize/index.js
View file @
8281b5c9
...
...
@@ -135,8 +135,9 @@ class BlessingGetPrize extends Component {
{
(
!
prize_data
||
prize_data
.
length
===
0
)
&&
(
<
div
className
=
"active_over_container"
>
<
img
src
=
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/acitve__over.png'
alt
=
''
/>
<
p
>
七月在线双十一抽奖活动已结束,
感谢你的参与!
<
/p
>
<
p
>
AI
充电节返场已开启
<
/p
>
<
p
>
狂欢不能停
~<
/p
>
<
a
href
=
'/blessingPreheat'
className
=
'to_active'
>
立即查看
<
/a
>
<
/div
>
)
}
...
...
src/components/blessingGetPrize/index.scss
View file @
8281b5c9
...
...
@@ -199,22 +199,30 @@
.active_over_container
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
justify-content
:
center
;
align-items
:
center
;
margin-top
:
7
0px
;
img
{
width
:
170px
;
height
:
134px
;
}
width
:
34
0px
;
height
:
156px
;
margin
:
4px
auto
;
background
:
url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/active_over.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
p
{
width
:
238px
;
height
:
39px
;
font-size
:
16px
;
font-weight
:
400
;
font-size
:
18px
;
font-weight
:
500
;
color
:rgba
(
76
,
33
,
239
,
1
)
;
line-height
:
27px
;
}
.to_active
{
width
:
298px
;
height
:
44px
;
background
:linear-gradient
(
90deg
,
rgba
(
255
,
105
,
5
,
1
)
0
%
,
rgba
(
255
,
180
,
5
,
1
)
100
%
)
;
border-radius
:
5px
;
font-size
:
18px
;
font-weight
:
500
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
line-height
:
24p
x
;
text-align
:
center
;
text-align-last
:
center
;
display
:
fle
x
;
justify-content
:
center
;
align-items
:
center
;
margin-top
:
20px
;
}
}
...
...
src/components/blessingPreheat/index.js
View file @
8281b5c9
...
...
@@ -768,7 +768,7 @@ class BlessingPreheat extends Component {
/
>
<
input
type
=
"tel"
placeholder
=
{
'联系方式'
}
name
=
{
'
tel
'
}
name
=
{
'
phone
'
}
onChange
=
{
e
=>
{
this
.
setAddressState
(
e
)
}}
...
...
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