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-07 18:14:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb10b0f14995853932e929090d9248ed482c9a11
bb10b0f1
1 parent
86a69145
准备切换navigation
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
src/pages/Home/index.js
src/pages/InsuranceCircle/details.js
src/pages/Home/index.js
View file @
bb10b0f
...
...
@@ -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
,
...
...
src/pages/InsuranceCircle/details.js
View file @
bb10b0f
...
...
@@ -80,6 +80,8 @@ export default class Details extends Component {
);
})}
<
/View
>
<
/ScrollView
>
{
/* 回复框 */
}
<
View
style
=
{
styles
.
sendMsgContaier
}
>
<
TextInput
...
...
@@ -97,7 +99,6 @@ export default class Details extends Component {
<
Text
style
=
{
styles
.
sendButton
}
>
发送
<
/Text
>
<
/TouchableOpacity
>
<
/View
>
<
/ScrollView
>
<
/View
>
);
}
...
...
@@ -131,6 +132,7 @@ const styles = StyleSheet.create({
},
scrollViewContainer
:
{
// height: 300,
flex
:
1
,
marginBottom
:
64
,
},
titleText
:
{
...
...
@@ -270,11 +272,10 @@ const styles = StyleSheet.create({
alignItems
:
"center"
,
paddingLeft
:
15
,
paddingRight
:
15
,
// height: 48
// position: "absolute",
// bottom: 60,
// right: 0,
// backgroundColor: "white",
// height: 48,
position
:
"absolute"
,
bottom
:
60
,
backgroundColor
:
"white"
,
},
msgInput
:
{
flex
:
7
,
...
...
@@ -282,6 +283,9 @@ const styles = StyleSheet.create({
// color: "#999999",
},
sendButton
:
{
// borderColor: "#ccc",
borderStyle
:
"solid"
,
borderLeftWidth
:
0.5
,
flex
:
3
,
fontSize
:
15
,
color
:
"#1B9341"
,
...
...
Please
register
or
login
to post a comment