Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
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
Authored by
罗广聪
2017-09-08 12:11:00 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
457d6ee307785c37a9327fdd82b7396c4b2f8389
457d6ee3
2 parents
96133a59
bb10b0f1
合并了 不知道会不会出问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/pages/Home/index.js
src/pages/Home/index.js
View file @
457d6ee
...
...
@@ -96,6 +96,7 @@ export default class Home extends Component {
style
=
{{
width
:
72
,
height
:
18
}}
/
>
<
Text
style
=
{
styles
.
midText
}
>
平安保险
2017
版
<
/Text
>
<
Image
source
=
{
require
(
"../../assets/Mine/rightArrow_gray.png"
)}
style
=
{
styles
.
midArrow
}
/
>
<
/TouchableOpacity
>
<
View
style
=
{
styles
.
textContainer
}
>
<
Text
style
=
{
styles
.
minText
}
>
保险头条
<
/Text
>
...
...
@@ -135,6 +136,12 @@ const styles = StyleSheet.create({
// fontFamily: PingFang-SC-Medium,
color
:
"#202020"
},
midArrow
:
{
width
:
14
,
height
:
14
,
position
:
"absolute"
,
right
:
15
,
},
textContainer
:
{
backgroundColor
:
"#fff"
,
marginTop
:
10
,
...
...
Please
register
or
login
to post a comment