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
d65e40c9
Commit
d65e40c9
authored
May 06, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单集购买
parent
0c6ca738
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
14 deletions
+22
-14
src/components/classify/index.js
+2
-2
src/components/detail/index.js
+2
-2
src/components/detail/index.scss
+18
-10
No files found.
src/components/classify/index.js
View file @
d65e40c9
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
{
WithTab
}
from
'@/HOCs'
import
'./index.scss'
;
import
'./index.scss'
;
class
Classify
extends
Component
{
class
Classify
extends
Component
{
...
@@ -118,4 +119,4 @@ class Classify extends Component {
...
@@ -118,4 +119,4 @@ class Classify extends Component {
}
}
export
default
Classify
;
export
default
WithTab
(
Classify
);
\ No newline at end of file
src/components/detail/index.js
View file @
d65e40c9
...
@@ -794,7 +794,7 @@ class Detail extends Component {
...
@@ -794,7 +794,7 @@ class Detail extends Component {
<
p
>
<
p
>
<
i
className
=
'iconfont iconzhifubaox-'
><
/i
>
<
i
className
=
'iconfont iconzhifubaox-'
><
/i
>
<
span
>
支付宝
<
/span
>
<
span
>
支付宝
<
/span
>
<
i
className
=
'iconfont icondanseshixintubiao-5 redio'
><
/i
>
<
i
className
=
'iconfont icondanseshixintubiao-5 redio
ed
'
><
/i
>
<
/p
>
<
/p
>
<
p
>
<
p
>
<
i
className
=
'iconfont iconweixinzhifu buy'
><
/i
>
<
i
className
=
'iconfont iconweixinzhifu buy'
><
/i
>
...
@@ -840,7 +840,7 @@ class Detail extends Component {
...
@@ -840,7 +840,7 @@ class Detail extends Component {
<
div
className
=
'btn btn-FF4000'
>
0
元购
<
/div
>
<
div
className
=
'btn btn-FF4000'
>
0
元购
<
/div
>
<
/div
>
<
/div
>
}
}
{
/*<i onClick={this.colse.bind(this)} className={'iconfont iconiconfront-2 close'}></i>*/
}
<
i
onClick
=
{
this
.
colse
.
bind
(
this
)}
className
=
{
'iconfont iconiconfront-2 close'
}
><
/i
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
}
}
...
...
src/components/detail/index.scss
View file @
d65e40c9
...
@@ -334,18 +334,15 @@
...
@@ -334,18 +334,15 @@
.content
{
.content
{
width
:
300px
;
width
:
300px
;
position
:
relative
;
position
:
relative
;
margin-left
:
-150px
;
background-color
:
$white
;
background-color
:
$white
;
left
:
50%
;
padding-top
:
20px
;
padding-top
:
20px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
.close
{
.close
{
position
:
absolute
;
top
:
380px
;
color
:
#fff
;
color
:
#fff
;
font-size
:
22px
;
font-size
:
22px
;
position
:
relative
;
left
:
50%
;
left
:
50%
;
margin-left
:
-11px
;
margin-left
:
-11px
;
}
}
...
@@ -390,8 +387,8 @@
...
@@ -390,8 +387,8 @@
.audition-box
{
.audition-box
{
height
:
144px
;
height
:
144px
;
top
:
212px
;
text-align
:
center
;
text-align
:
center
;
margin
:
212px
auto
22px
auto
;
.audition-header
{
.audition-header
{
font-size
:
16px
;
font-size
:
16px
;
...
@@ -407,7 +404,7 @@
...
@@ -407,7 +404,7 @@
.singleset-payment
{
.singleset-payment
{
height
:
305px
;
height
:
305px
;
top
:
140px
;
margin
:
140px
auto
22px
auto
;
padding
:
17px
20px
;
padding
:
17px
20px
;
.price-box
{
.price-box
{
...
@@ -461,12 +458,17 @@
...
@@ -461,12 +458,17 @@
line-height
:
22px
;
line-height
:
22px
;
margin-top
:
10px
;
margin-top
:
10px
;
position
:
relative
;
position
:
relative
;
.iconzhifubaox-
{
.iconzhifubaox-
{
font-size
:
22px
;
font-size
:
22px
;
color
:
#01aaef
;
}
}
.iconweixinzhifu
{
.iconweixinzhifu
{
font-size
:
22px
;
font-size
:
22px
;
color
:
#3baf34
;
}
}
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
margin-left
:
10px
;
margin-left
:
10px
;
...
@@ -474,10 +476,16 @@
...
@@ -474,10 +476,16 @@
font-size
:
14px
;
font-size
:
14px
;
vertical-align
:
text-bottom
;
vertical-align
:
text-bottom
;
}
}
.
redio
{
.
icondanseshixintubiao-5
{
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
font-size
:
20px
;
font-size
:
24px
;
}
.redioed
{
color
:
#4cd964
;
}
.redio
{
color
:
$border_ccc
;
}
}
}
}
}
}
...
@@ -485,7 +493,7 @@
...
@@ -485,7 +493,7 @@
.zero
{
.zero
{
height
:
147px
;
height
:
147px
;
top
:
213px
;
margin
:
213px
auto
22px
auto
;
text-align
:
center
;
text-align
:
center
;
.header
{
.header
{
...
@@ -515,7 +523,7 @@
...
@@ -515,7 +523,7 @@
.payment-success
{
.payment-success
{
height
:
258px
;
height
:
258px
;
top
:
143px
;
margin
:
143px
auto
22px
auto
;
padding
:
20px
24px
;
padding
:
20px
24px
;
.dec
{
.dec
{
...
...
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