import React, { Component } from "react" import { StyleSheet, TextInput, View, Image, Text } from "react-native" import { unitWidth, unitHeight } from "../utils/AdapterUtil"; import MyButtom from '../component/MyButton' export default class Suggestion extends Component { render() { return ( 0/200 照片 ) } } const styles = StyleSheet.create({ container: { flex: 1, paddingLeft: unitWidth * 23, paddingRight: unitWidth * 23, alignItems: "center" }, textArea: { width: "100%", height: unitHeight * 463, backgroundColor: "#fff", paddingLeft: unitWidth * 23, paddingTop: unitHeight * 30, borderRadius: unitHeight * 10, marginTop: unitHeight * 10, }, TextInput: { width: "100%", height: unitHeight * 197 }, phoneArea: { width: unitWidth * 140, alignItems:"center" }, imgIcon: { width: unitWidth * 140, height: unitHeight * 140, marginBottom:unitHeight * 12, }, bottomBtn: { width: "100%", marginTop: unitHeight * 196, height: unitHeight * 84, justifyContent: 'center', alignItems: 'center' }, })