|
@@ -5,13 +5,31 @@ C.addColor("#d7d7d7", "color-listbg");
|
|
|
|
|
|
|
|
|
export default (props)=>{
|
|
|
- console.log(props);
|
|
|
+ console.log(" >>>>>>>>>>>>>: " , props.Pages);
|
|
|
return (
|
|
|
<C.View cls="flx1 bgc-color-white">
|
|
|
- <C.View cls="w100% ai-c flx1">
|
|
|
- <C.ScrollView>
|
|
|
- <C.Image source={props.Pages.img} resizeMode="contain" cls="w14" />
|
|
|
-
|
|
|
+ <C.View cls="w100% ai-c flx1">
|
|
|
+ <C.ScrollView cccls="ai-c">
|
|
|
+ <C.View cls="w80 br50 flx-row" >
|
|
|
+ <C.Image source={props.Pages.img} resizeMode="contain" cls="w14" />
|
|
|
+ <C.View>
|
|
|
+ <C.View cls="bgc-color-gray-light-v3 flx0.1 jc-c ph3">
|
|
|
+ <C.Text cls="f2">{ props.Pages.contensTitle}</C.Text>
|
|
|
+ </C.View>
|
|
|
+ <C.Text cls="mt2 mh2">
|
|
|
+ {props.Pages.contens}
|
|
|
+ </C.Text>
|
|
|
+ </C.View>
|
|
|
+ </C.View>
|
|
|
+
|
|
|
+ <C.View cls="w100 flx-w jc-c flx-row">
|
|
|
+ <Imgs></Imgs>
|
|
|
+ <Imgs></Imgs>
|
|
|
+ <Imgs></Imgs>
|
|
|
+ <Imgs></Imgs>
|
|
|
+ <Imgs></Imgs>
|
|
|
+ <Imgs></Imgs>
|
|
|
+ </C.View>
|
|
|
|
|
|
</C.ScrollView>
|
|
|
</C.View>
|
|
@@ -27,7 +45,7 @@ const Imgs = ()=>{
|
|
|
return (
|
|
|
<C.ImageBackground
|
|
|
source={{uri : `https://picsum.photos/630/300?r=${(new Date).getTime()+Math.random()}` }}
|
|
|
- cls="w45 flx1 h20 mh2.5"
|
|
|
+ cls="w45 h20 ma2"
|
|
|
// resizeMode="contain"
|
|
|
>
|
|
|
<C.View cls="flx1 bgc-rgba-black-0_3 ai-e">
|