import React, { Component } from "react" import { StyleSheet, Text, View, Image } from "react-native" import { unitWidth, unitHeight, getStatusBarHeight } from "../utils/AdapterUtil"; import MyButtom from '../component/MyButton' export default class Meet extends Component { render() { return ( 90% 90% 90% 90% 90% 90% 90% 90% 90% ) } } const styles = StyleSheet.create({ container: { flex: 1, paddingTop: getStatusBarHeight() + unitHeight * 38, alignItems: "center" }, photoArea: { height: unitHeight * 714, width: "100%" }, photoRow: { width: "100%", height: unitHeight * 133, flexDirection: "row", justifyContent: "space-between", paddingLeft: unitWidth * 206, paddingRight: unitWidth * 206 }, photoCenterRow: { width: "100%", height: unitHeight * 340, flexDirection: "row", justifyContent: "space-between", alignItems: "center", paddingLeft: unitWidth * 55, paddingRight: unitWidth * 55 }, photoCenterCul: { width: unitWidth * 133, height: "100%", justifyContent: "space-between" }, photoCenter: { height: unitHeight * 187, width: unitWidth * 167, alignItems: "center" }, userCenterPhone: { height: unitWidth * 167, width: unitWidth * 167, borderRadius: unitHeight * 167, }, userCenterText: { width: unitWidth * 100, height: unitHeight * 40, backgroundColor: "#FA788A", marginTop: unitHeight * -20, borderRadius: unitHeight * 40, justifyContent: "center", alignItems: "center" }, photoItem: { width: unitWidth * 133, height: unitHeight * 151, alignItems: "center" }, userPhone: { width: unitWidth * 133, height: unitWidth * 133, borderRadius: unitWidth * 133 }, userPhoneText: { width: unitWidth * 90, height: unitHeight * 36, backgroundColor: "#FA788A", borderRadius: unitHeight * 36, marginTop: unitHeight * -18, justifyContent: "center", alignItems: "center" }, bottomBtn: { width: "100%", marginTop: unitHeight * 94, height: unitHeight * 74, flexDirection: "row", justifyContent: "space-between", paddingLeft: unitWidth * 65, paddingRight: unitWidth * 65 } })