Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenl
8 years ago
Commit
ef5141506f7990d03dd6271b5c88c09bc18bb624
1 parent
e15d04ef
调整了线描边。review by caomei。
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
15 deletions
js/newArrival/components/newArrival/ArticleCell.js
js/newArrival/components/newArrival/NewArrival.js
js/newArrival/components/newArrival/RecommendCell.js
js/newArrival/components/newArrival/ArticleCell.js
View file @
ef51415
...
...
@@ -130,21 +130,21 @@ let styles = StyleSheet.create({
lineHeight
:
22
,
},
footContainer
:
{
width
:
rowWidth
-
20
,
width
:
Platform
.
OS
===
'ios'
?
rowWidth
-
20
:
rowWidth
-
16
,
height
:
18
,
flexDirection
:
'row'
,
alignItems
:
'center'
,
},
clockImage
:
{
width
:
12
,
height
:
12
,
width
:
Platform
.
OS
===
'ios'
?
12
:
9
,
height
:
Platform
.
OS
===
'ios'
?
12
:
9
,
marginRight
:
0
,
},
eyeImage
:
{
width
:
16
,
height
:
12
,
width
:
Platform
.
OS
===
'ios'
?
16
:
12
,
height
:
Platform
.
OS
===
'ios'
?
12
:
9
,
marginRight
:
0
,
marginLeft
:
10
,
marginLeft
:
Platform
.
OS
===
'ios'
?
10
:
7
,
},
text
:
{
fontSize
:
10
,
...
...
js/newArrival/components/newArrival/NewArrival.js
View file @
ef51415
...
...
@@ -431,9 +431,6 @@ let styles = StyleSheet.create({
width
:
width
,
height
:
15
,
backgroundColor
:
'#f0f0f0'
,
borderColor
:
'#e0e0e0'
,
borderTopWidth
:
1
,
borderBottomWidth
:
1
,
},
placeholder
:
{
width
,
...
...
@@ -470,9 +467,6 @@ let styles = StyleSheet.create({
marginLeft
:
-
1
,
width
:
width
+
2
,
height
:
40
,
borderTopColor
:
'#e5e5e5'
,
borderBottomColor
:
'#e5e5e5'
,
borderWidth
:
0.5
,
},
backToTopButton
:
{
position
:
'absolute'
,
...
...
js/newArrival/components/newArrival/RecommendCell.js
View file @
ef51415
...
...
@@ -98,8 +98,5 @@ let styles = StyleSheet.create({
width
:
width
,
height
:
15
,
backgroundColor
:
'#f0f0f0'
,
borderColor
:
'#e0e0e0'
,
borderTopWidth
:
1
,
borderBottomWidth
:
1
,
},
});
...
...
Please
register
or
login
to post a comment