| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="WithdrawController">
- <connections>
- <outlet property="btnBack" destination="heT-fX-6n4" id="tOh-sz-8jj"/>
- <outlet property="btnSubmit" destination="vmf-9R-aOa" id="WYE-1C-1XT"/>
- <outlet property="labelAccount" destination="UMA-cT-4VH" id="9FP-3M-CLT"/>
- <outlet property="labelAvailable" destination="1fH-be-sTQ" id="Z7s-Qa-fgr"/>
- <outlet property="labelName" destination="egB-i2-3ft" id="wdQ-2O-FMc"/>
- <outlet property="successView" destination="CdW-aY-9uI" id="tyN-Cg-Q1x"/>
- <outlet property="tfAmount" destination="R0x-ie-Q30" id="rnZ-Uv-tWi"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6xe-8n-tM6">
- <rect key="frame" x="20" y="35" width="335" height="121"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jUd-7Z-4v3">
- <rect key="frame" x="0.0" y="0.0" width="335" height="60"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="姓名" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JOB-ge-uXV">
- <rect key="frame" x="15" y="21.5" width="29" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="egB-i2-3ft">
- <rect key="frame" x="115" y="19.5" width="205" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="egB-i2-3ft" firstAttribute="centerY" secondItem="jUd-7Z-4v3" secondAttribute="centerY" id="3d6-4S-2Xh"/>
- <constraint firstItem="JOB-ge-uXV" firstAttribute="leading" secondItem="jUd-7Z-4v3" secondAttribute="leading" constant="15" id="GpG-UR-zUp"/>
- <constraint firstItem="egB-i2-3ft" firstAttribute="leading" secondItem="JOB-ge-uXV" secondAttribute="leading" constant="100" id="IcJ-hv-EJD"/>
- <constraint firstItem="JOB-ge-uXV" firstAttribute="centerY" secondItem="jUd-7Z-4v3" secondAttribute="centerY" id="RXw-1c-cor"/>
- <constraint firstAttribute="trailing" secondItem="egB-i2-3ft" secondAttribute="trailing" constant="15" id="uYN-Mr-Ngo"/>
- </constraints>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aAc-zf-3Wk">
- <rect key="frame" x="15" y="60" width="305" height="1"/>
- <color key="backgroundColor" red="0.94901960784313721" green="0.95686274509803915" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="Raa-Hk-Ium"/>
- </constraints>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xwE-Lg-wQu">
- <rect key="frame" x="0.0" y="61" width="335" height="60"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="支付宝账号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="11f-Hj-hj6">
- <rect key="frame" x="15" y="21.5" width="71.5" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UMA-cT-4VH">
- <rect key="frame" x="115" y="19.5" width="205" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="11f-Hj-hj6" firstAttribute="centerY" secondItem="xwE-Lg-wQu" secondAttribute="centerY" id="VrA-5S-STE"/>
- <constraint firstAttribute="trailing" secondItem="UMA-cT-4VH" secondAttribute="trailing" constant="15" id="lS2-a3-ewf"/>
- <constraint firstItem="UMA-cT-4VH" firstAttribute="centerY" secondItem="xwE-Lg-wQu" secondAttribute="centerY" id="pZJ-7C-xkE"/>
- <constraint firstItem="11f-Hj-hj6" firstAttribute="leading" secondItem="xwE-Lg-wQu" secondAttribute="leading" constant="15" id="sT6-Fj-e9c"/>
- <constraint firstItem="UMA-cT-4VH" firstAttribute="leading" secondItem="11f-Hj-hj6" secondAttribute="leading" constant="100" id="yJ0-pJ-nsP"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="xwE-Lg-wQu" firstAttribute="leading" secondItem="6xe-8n-tM6" secondAttribute="leading" id="1H5-Cw-gBM"/>
- <constraint firstItem="aAc-zf-3Wk" firstAttribute="top" secondItem="jUd-7Z-4v3" secondAttribute="bottom" id="MqD-IS-kga"/>
- <constraint firstAttribute="trailing" secondItem="aAc-zf-3Wk" secondAttribute="trailing" constant="15" id="Qro-fz-RLm"/>
- <constraint firstAttribute="height" constant="121" id="STh-sb-UIJ"/>
- <constraint firstItem="aAc-zf-3Wk" firstAttribute="leading" secondItem="6xe-8n-tM6" secondAttribute="leading" constant="15" id="YIK-ac-UZF"/>
- <constraint firstAttribute="trailing" secondItem="xwE-Lg-wQu" secondAttribute="trailing" id="beT-gS-dc7"/>
- <constraint firstAttribute="trailing" secondItem="jUd-7Z-4v3" secondAttribute="trailing" id="ebJ-9I-21p"/>
- <constraint firstAttribute="bottom" secondItem="xwE-Lg-wQu" secondAttribute="bottom" id="moP-Ws-2Gd"/>
- <constraint firstItem="jUd-7Z-4v3" firstAttribute="top" secondItem="6xe-8n-tM6" secondAttribute="top" id="r9s-Ay-ZLc"/>
- <constraint firstItem="xwE-Lg-wQu" firstAttribute="top" secondItem="aAc-zf-3Wk" secondAttribute="bottom" id="rpy-MN-eVX"/>
- <constraint firstItem="jUd-7Z-4v3" firstAttribute="leading" secondItem="6xe-8n-tM6" secondAttribute="leading" id="saC-1p-KBW"/>
- <constraint firstItem="xwE-Lg-wQu" firstAttribute="height" secondItem="jUd-7Z-4v3" secondAttribute="height" id="xZS-JW-A02"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="8"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <outletCollection property="gestureRecognizers" destination="rzH-jR-7y6" appends="YES" id="cRb-ZK-S9S"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zDZ-zE-3Hd">
- <rect key="frame" x="20" y="166" width="335" height="80"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="提现金额" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rZh-JC-lks">
- <rect key="frame" x="15" y="20" width="57.5" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="最多可提现0元" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1fH-be-sTQ">
- <rect key="frame" x="15" y="47" width="88" height="16"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="1" green="0.25098039215686274" blue="0.58431372549019611" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入提现金额" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="R0x-ie-Q30">
- <rect key="frame" x="103" y="0.0" width="217" height="80"/>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <textInputTraits key="textInputTraits" keyboardType="decimalPad"/>
- </textField>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="1fH-be-sTQ" secondAttribute="bottom" constant="17" id="9Od-8h-rjW"/>
- <constraint firstAttribute="height" constant="80" id="A78-c1-RSs"/>
- <constraint firstAttribute="trailing" secondItem="R0x-ie-Q30" secondAttribute="trailing" constant="15" id="CkI-1g-RBW"/>
- <constraint firstItem="R0x-ie-Q30" firstAttribute="leading" secondItem="1fH-be-sTQ" secondAttribute="trailing" id="FeJ-Lj-Cyv"/>
- <constraint firstItem="R0x-ie-Q30" firstAttribute="top" secondItem="zDZ-zE-3Hd" secondAttribute="top" id="KV8-xS-MOq"/>
- <constraint firstItem="1fH-be-sTQ" firstAttribute="leading" secondItem="zDZ-zE-3Hd" secondAttribute="leading" constant="15" id="RLc-Im-pgK"/>
- <constraint firstAttribute="bottom" secondItem="R0x-ie-Q30" secondAttribute="bottom" id="hbr-GP-FfC"/>
- <constraint firstItem="rZh-JC-lks" firstAttribute="leading" secondItem="zDZ-zE-3Hd" secondAttribute="leading" constant="15" id="jh8-3H-yow"/>
- <constraint firstItem="rZh-JC-lks" firstAttribute="top" secondItem="zDZ-zE-3Hd" secondAttribute="top" constant="20" id="lHf-xK-HDf"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="8"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qqL-Yc-aUx">
- <rect key="frame" x="20" y="256" width="335" height="80.5"/>
- <attributedString key="attributedText">
- <fragment content="1.">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="用户每周可提现一次,平台会在周五结算发放。">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="
2.1000-5000">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="元手续费为">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="5">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="元。">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="
3.5000-10000">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="元手续费">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="10">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="元。">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="
4.10000">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="元以上扣">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="0.2%">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" metaFont="system"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- <fragment content="手续费。">
- <attributes>
- <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <font key="NSFont" size="13" name=".PingFangSC-Regular"/>
- <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="6" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- </attributedString>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vmf-9R-aOa">
- <rect key="frame" x="20" y="456" width="335" height="44"/>
- <color key="backgroundColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="kxT-rL-hAS"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
- <state key="normal" title="提交申请">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="submit:" destination="-1" eventType="touchUpInside" id="DLq-AJ-ox0"/>
- </connections>
- </button>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CdW-aY-9uI">
- <rect key="frame" x="0.0" y="20" width="375" height="647"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_chenggong" translatesAutoresizingMaskIntoConstraints="NO" id="itG-Uh-Fp1">
- <rect key="frame" x="126.5" y="38" width="122" height="122"/>
- <constraints>
- <constraint firstAttribute="height" constant="122" id="Zr0-f9-M5q"/>
- <constraint firstAttribute="width" constant="122" id="wBv-UQ-Aoq"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="申请提交成功" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GO6-89-7x9">
- <rect key="frame" x="144.5" y="186" width="86" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="heT-fX-6n4">
- <rect key="frame" x="20" y="311" width="335" height="44"/>
- <color key="backgroundColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="7tv-r3-1O7"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
- <state key="normal" title="返回">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="back:" destination="-1" eventType="touchUpInside" id="qrO-mz-LAj"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.94901960784313721" green="0.95686274509803915" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="heT-fX-6n4" firstAttribute="top" secondItem="GO6-89-7x9" secondAttribute="bottom" constant="108" id="EA0-ud-lBg"/>
- <constraint firstItem="GO6-89-7x9" firstAttribute="centerX" secondItem="CdW-aY-9uI" secondAttribute="centerX" id="KyO-Tg-gIA"/>
- <constraint firstAttribute="trailing" secondItem="heT-fX-6n4" secondAttribute="trailing" constant="20" id="cw7-U0-csW"/>
- <constraint firstItem="GO6-89-7x9" firstAttribute="top" secondItem="itG-Uh-Fp1" secondAttribute="bottom" constant="26" id="esN-6O-maH"/>
- <constraint firstItem="itG-Uh-Fp1" firstAttribute="top" secondItem="CdW-aY-9uI" secondAttribute="top" constant="38" id="rJ5-2V-ufi"/>
- <constraint firstItem="itG-Uh-Fp1" firstAttribute="centerX" secondItem="CdW-aY-9uI" secondAttribute="centerX" id="riW-Tm-V7X"/>
- <constraint firstItem="heT-fX-6n4" firstAttribute="leading" secondItem="CdW-aY-9uI" secondAttribute="leading" constant="20" id="scG-xn-IxH"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.94901960784313721" green="0.95686274509803915" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="CdW-aY-9uI" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="2c7-8R-VA8"/>
- <constraint firstItem="vmf-9R-aOa" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="6xi-I1-J4n"/>
- <constraint firstItem="zDZ-zE-3Hd" firstAttribute="top" secondItem="6xe-8n-tM6" secondAttribute="bottom" constant="10" id="AyA-eI-8Ac"/>
- <constraint firstItem="zDZ-zE-3Hd" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="Gc9-8L-ear"/>
- <constraint firstItem="qqL-Yc-aUx" firstAttribute="top" secondItem="zDZ-zE-3Hd" secondAttribute="bottom" constant="10" id="Hpv-pC-SCY"/>
- <constraint firstItem="CdW-aY-9uI" firstAttribute="bottom" secondItem="Q5M-cg-NOt" secondAttribute="bottom" id="HyQ-iI-JGc"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="qqL-Yc-aUx" secondAttribute="trailing" constant="20" id="O00-YZ-2Ne"/>
- <constraint firstItem="qqL-Yc-aUx" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="UW8-qU-M9H"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="zDZ-zE-3Hd" secondAttribute="trailing" constant="20" id="Vwv-O4-Qwl"/>
- <constraint firstItem="6xe-8n-tM6" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="15" id="ZbI-W2-kcl"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="vmf-9R-aOa" secondAttribute="trailing" constant="20" id="gAx-uM-Xcv"/>
- <constraint firstItem="6xe-8n-tM6" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="k8c-Ig-dpv"/>
- <constraint firstItem="CdW-aY-9uI" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="mFK-wg-Gjd"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="vmf-9R-aOa" secondAttribute="bottom" constant="167" id="szE-p6-7Te"/>
- <constraint firstItem="CdW-aY-9uI" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="vTd-IR-cf1"/>
- <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="6xe-8n-tM6" secondAttribute="trailing" constant="20" id="yyk-qa-sx8"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <point key="canvasLocation" x="130.40000000000001" y="152.47376311844079"/>
- </view>
- <tapGestureRecognizer id="rzH-jR-7y6">
- <connections>
- <action selector="bindAlipay:" destination="-1" id="W0N-gM-FqL"/>
- </connections>
- </tapGestureRecognizer>
- </objects>
- <resources>
- <image name="icon_chenggong" width="122" height="122"/>
- </resources>
- </document>
|