DspLoginVC.xib 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DspLoginVC">
  11. <connections>
  12. <outlet property="codeBtn" destination="HV8-6l-Ndk" id="gam-pP-9so"/>
  13. <outlet property="codeDesL" destination="6yb-Vh-5iX" id="vU6-Yv-gge"/>
  14. <outlet property="codeTF" destination="hqo-G8-36O" id="JiB-Qj-khD"/>
  15. <outlet property="countryBtn" destination="C0G-ue-GKn" id="xXH-HA-xKA"/>
  16. <outlet property="logReturnBtn" destination="Kpd-EQ-mqc" id="uOF-GZ-fEA"/>
  17. <outlet property="loginBtn" destination="kgZ-gX-EGo" id="Lcr-SK-jFz"/>
  18. <outlet property="midTitleL" destination="TK0-Ao-OXy" id="saB-TP-jo5"/>
  19. <outlet property="otherView" destination="TxE-lI-wcU" id="zW3-p3-VOR"/>
  20. <outlet property="phoneTF" destination="dUJ-ne-66g" id="rfy-Rs-TOo"/>
  21. <outlet property="platformView" destination="w0k-Bb-Vi8" id="uXb-pC-1DT"/>
  22. <outlet property="privateL" destination="Lx4-Uo-cy9" id="zbI-Od-bcG"/>
  23. <outlet property="topSpace" destination="fyI-Ww-xx8" id="Cvz-bX-IFy"/>
  24. <outlet property="topTitleL" destination="d5h-pJ-pKl" id="p7g-Ha-gUO"/>
  25. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  26. <outlet property="xyBtn" destination="aVl-SL-scT" id="VC7-jd-Xag"/>
  27. </connections>
  28. </placeholder>
  29. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  30. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  31. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kpd-EQ-mqc" userLabel="返回">
  35. <rect key="frame" x="5" y="25" width="40" height="40"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="40" id="7wB-UZ-IN7"/>
  38. <constraint firstAttribute="height" constant="40" id="Wvg-FD-5B7"/>
  39. </constraints>
  40. <state key="normal" image="pub_back.png"/>
  41. <connections>
  42. <action selector="clickBackBtn:" destination="-1" eventType="touchUpInside" id="qU2-sQ-ZnG"/>
  43. </connections>
  44. </button>
  45. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="注册登录后体验更多精彩瞬间" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d5h-pJ-pKl">
  46. <rect key="frame" x="15" y="119" width="345" height="21"/>
  47. <constraints>
  48. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="21" id="8ba-Cl-DU0"/>
  49. </constraints>
  50. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  51. <color key="textColor" red="0.96862745100000003" green="0.95294117649999999" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  52. <nil key="highlightedColor"/>
  53. </label>
  54. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4pU-5C-1XQ" userLabel="手机号组合">
  55. <rect key="frame" x="37.5" y="170" width="300" height="60"/>
  56. <subviews>
  57. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C0G-ue-GKn" userLabel="国家代码">
  58. <rect key="frame" x="5" y="0.0" width="45" height="60"/>
  59. <constraints>
  60. <constraint firstAttribute="width" constant="45" id="iVx-xn-kIP"/>
  61. </constraints>
  62. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  63. <state key="normal" title="+86">
  64. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  65. </state>
  66. <connections>
  67. <action selector="clickCountryBtn:" destination="-1" eventType="touchUpInside" id="bws-c8-PcC"/>
  68. </connections>
  69. </button>
  70. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="code_down.png" translatesAutoresizingMaskIntoConstraints="NO" id="R9j-os-l95" userLabel="下拉">
  71. <rect key="frame" x="50" y="15" width="30" height="30"/>
  72. <constraints>
  73. <constraint firstAttribute="height" constant="30" id="137-ry-Cxp"/>
  74. <constraint firstAttribute="width" constant="30" id="T4R-gF-aWX"/>
  75. </constraints>
  76. </imageView>
  77. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入手机号" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="dUJ-ne-66g" userLabel="手机号" customClass="MyTextField">
  78. <rect key="frame" x="95" y="0.0" width="205" height="60"/>
  79. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  80. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  81. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  82. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  83. </textField>
  84. </subviews>
  85. <color key="backgroundColor" red="0.11372549019607843" green="0.098039215686274508" blue="0.18431372549019609" alpha="0.5" colorSpace="calibratedRGB"/>
  86. <constraints>
  87. <constraint firstItem="dUJ-ne-66g" firstAttribute="height" secondItem="4pU-5C-1XQ" secondAttribute="height" id="3H9-i0-14k"/>
  88. <constraint firstAttribute="trailing" secondItem="dUJ-ne-66g" secondAttribute="trailing" id="7J5-od-Y6f"/>
  89. <constraint firstItem="C0G-ue-GKn" firstAttribute="top" secondItem="4pU-5C-1XQ" secondAttribute="top" id="84f-lw-M0w"/>
  90. <constraint firstItem="C0G-ue-GKn" firstAttribute="height" secondItem="4pU-5C-1XQ" secondAttribute="height" id="HxM-MX-lHb"/>
  91. <constraint firstItem="dUJ-ne-66g" firstAttribute="centerY" secondItem="4pU-5C-1XQ" secondAttribute="centerY" id="JN7-ev-ysj"/>
  92. <constraint firstAttribute="height" constant="60" id="OjD-pP-h6w"/>
  93. <constraint firstItem="C0G-ue-GKn" firstAttribute="leading" secondItem="4pU-5C-1XQ" secondAttribute="leading" constant="5" id="ajJ-co-OxR"/>
  94. <constraint firstItem="R9j-os-l95" firstAttribute="leading" secondItem="C0G-ue-GKn" secondAttribute="trailing" id="mZk-7E-Lar"/>
  95. <constraint firstItem="dUJ-ne-66g" firstAttribute="leading" secondItem="R9j-os-l95" secondAttribute="trailing" constant="15" id="r7n-VO-ilb"/>
  96. <constraint firstItem="R9j-os-l95" firstAttribute="centerY" secondItem="C0G-ue-GKn" secondAttribute="centerY" id="tUD-Sd-rDF"/>
  97. </constraints>
  98. <userDefinedRuntimeAttributes>
  99. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  100. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  101. <integer key="value" value="5"/>
  102. </userDefinedRuntimeAttribute>
  103. </userDefinedRuntimeAttributes>
  104. </view>
  105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sni-0u-nM9" userLabel="验证码组合">
  106. <rect key="frame" x="37.5" y="235" width="180" height="60"/>
  107. <subviews>
  108. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入验证码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hqo-G8-36O" userLabel="验证码" customClass="MyTextField">
  109. <rect key="frame" x="10" y="0.0" width="170" height="60"/>
  110. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  111. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  112. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  113. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  114. </textField>
  115. </subviews>
  116. <color key="backgroundColor" red="0.1137254902" green="0.098039215690000001" blue="0.1843137255" alpha="0.5" colorSpace="calibratedRGB"/>
  117. <constraints>
  118. <constraint firstItem="hqo-G8-36O" firstAttribute="centerY" secondItem="Sni-0u-nM9" secondAttribute="centerY" id="PsL-ER-QGv"/>
  119. <constraint firstAttribute="trailing" secondItem="hqo-G8-36O" secondAttribute="trailing" id="Q6g-Hs-pqT"/>
  120. <constraint firstItem="hqo-G8-36O" firstAttribute="leading" secondItem="Sni-0u-nM9" secondAttribute="leading" constant="10" id="jEh-0M-Mj3"/>
  121. <constraint firstItem="hqo-G8-36O" firstAttribute="height" secondItem="Sni-0u-nM9" secondAttribute="height" id="qSA-06-2Mv"/>
  122. </constraints>
  123. <userDefinedRuntimeAttributes>
  124. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  125. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  126. <integer key="value" value="5"/>
  127. </userDefinedRuntimeAttribute>
  128. </userDefinedRuntimeAttributes>
  129. </view>
  130. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HV8-6l-Ndk" userLabel="获取">
  131. <rect key="frame" x="222.5" y="235" width="115" height="60"/>
  132. <color key="backgroundColor" red="0.1137254902" green="0.098039215690000001" blue="0.1843137255" alpha="0.5" colorSpace="calibratedRGB"/>
  133. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  134. <state key="normal" title="获取验证码">
  135. <color key="titleColor" red="0.70588235294117641" green="0.70588235294117641" blue="0.70588235294117641" alpha="1" colorSpace="calibratedRGB"/>
  136. </state>
  137. <userDefinedRuntimeAttributes>
  138. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  139. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  140. <integer key="value" value="5"/>
  141. </userDefinedRuntimeAttribute>
  142. </userDefinedRuntimeAttributes>
  143. <connections>
  144. <action selector="clickGetCodeBtn:" destination="-1" eventType="touchUpInside" id="iav-j2-CrQ"/>
  145. </connections>
  146. </button>
  147. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="* 短信验证保障账户安全的同时短信费用将由平台支付" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6yb-Vh-5iX" userLabel="说明">
  148. <rect key="frame" x="37.5" y="305" width="300" height="12"/>
  149. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  150. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  151. <color key="textColor" red="0.71764705882352942" green="0.70196078431372544" blue="0.70196078431372544" alpha="1" colorSpace="calibratedRGB"/>
  152. <nil key="highlightedColor"/>
  153. </label>
  154. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kgZ-gX-EGo" userLabel="登录">
  155. <rect key="frame" x="37.5" y="351" width="300" height="50"/>
  156. <color key="backgroundColor" red="0.91764705882352937" green="0.21568627450980393" blue="0.49803921568627452" alpha="1" colorSpace="calibratedRGB"/>
  157. <constraints>
  158. <constraint firstAttribute="height" constant="50" id="g94-cn-Mvu"/>
  159. </constraints>
  160. <state key="normal" title="立即登录"/>
  161. <userDefinedRuntimeAttributes>
  162. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  163. <integer key="value" value="5"/>
  164. </userDefinedRuntimeAttribute>
  165. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  166. </userDefinedRuntimeAttributes>
  167. <connections>
  168. <action selector="clickPhoneLogin:" destination="-1" eventType="touchUpInside" id="HeO-gm-OwK"/>
  169. </connections>
  170. </button>
  171. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TxE-lI-wcU" userLabel="使用登录方式组合">
  172. <rect key="frame" x="0.0" y="475.5" width="375" height="50"/>
  173. <subviews>
  174. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="其他登录方式" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TK0-Ao-OXy" userLabel="中标题">
  175. <rect key="frame" x="112.5" y="16" width="150" height="18"/>
  176. <constraints>
  177. <constraint firstAttribute="width" constant="150" id="8zw-5o-Ssz"/>
  178. </constraints>
  179. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  180. <color key="textColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  181. <nil key="highlightedColor"/>
  182. </label>
  183. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ALW-SN-XuI" userLabel="左线">
  184. <rect key="frame" x="20" y="24.5" width="72.5" height="1"/>
  185. <color key="backgroundColor" red="0.43529411759999997" green="0.43529411759999997" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  186. <constraints>
  187. <constraint firstAttribute="height" constant="1" identifier="1" id="Tda-bh-YUY"/>
  188. </constraints>
  189. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  190. <nil key="textColor"/>
  191. <nil key="highlightedColor"/>
  192. </label>
  193. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SXf-xg-PwP" userLabel="右线">
  194. <rect key="frame" x="282.5" y="24.5" width="72.5" height="1"/>
  195. <color key="backgroundColor" red="0.43529411759999997" green="0.43529411759999997" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  196. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  197. <nil key="textColor"/>
  198. <nil key="highlightedColor"/>
  199. </label>
  200. </subviews>
  201. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  202. <constraints>
  203. <constraint firstAttribute="height" constant="50" id="7Bw-Ve-mzE"/>
  204. <constraint firstItem="SXf-xg-PwP" firstAttribute="height" secondItem="ALW-SN-XuI" secondAttribute="height" id="TUR-iJ-7ES"/>
  205. <constraint firstItem="ALW-SN-XuI" firstAttribute="leading" secondItem="TxE-lI-wcU" secondAttribute="leading" constant="20" id="Vtd-3N-scV"/>
  206. <constraint firstItem="ALW-SN-XuI" firstAttribute="trailing" secondItem="TK0-Ao-OXy" secondAttribute="leading" constant="-20" id="Wcm-ND-oDK"/>
  207. <constraint firstItem="SXf-xg-PwP" firstAttribute="centerY" secondItem="ALW-SN-XuI" secondAttribute="centerY" id="djB-kK-p9V"/>
  208. <constraint firstItem="TK0-Ao-OXy" firstAttribute="centerY" secondItem="TxE-lI-wcU" secondAttribute="centerY" id="dwA-DN-nvQ"/>
  209. <constraint firstItem="TK0-Ao-OXy" firstAttribute="centerX" secondItem="TxE-lI-wcU" secondAttribute="centerX" id="kLB-Va-I7A"/>
  210. <constraint firstItem="SXf-xg-PwP" firstAttribute="width" secondItem="ALW-SN-XuI" secondAttribute="width" id="obf-zr-okH"/>
  211. <constraint firstItem="ALW-SN-XuI" firstAttribute="centerY" secondItem="TK0-Ao-OXy" secondAttribute="centerY" id="vPp-h9-13H"/>
  212. <constraint firstAttribute="trailing" secondItem="SXf-xg-PwP" secondAttribute="trailing" constant="20" id="xd5-EE-Xrj"/>
  213. </constraints>
  214. </view>
  215. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w0k-Bb-Vi8" userLabel="登录平台">
  216. <rect key="frame" x="0.0" y="530.5" width="375" height="60"/>
  217. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  218. <constraints>
  219. <constraint firstAttribute="height" constant="60" id="DJJ-3O-8ma"/>
  220. </constraints>
  221. </view>
  222. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Lx4-Uo-cy9" userLabel="隐私+" customClass="YYLabel">
  223. <rect key="frame" x="65.5" y="595.5" width="244" height="50"/>
  224. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  225. <constraints>
  226. <constraint firstAttribute="height" constant="50" id="xyy-u7-Fzl"/>
  227. </constraints>
  228. </view>
  229. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aVl-SL-scT">
  230. <rect key="frame" x="49.5" y="614.5" width="12" height="12"/>
  231. <constraints>
  232. <constraint firstAttribute="width" constant="12" id="F8v-WD-fLo"/>
  233. <constraint firstAttribute="height" constant="12" id="mKA-bI-huB"/>
  234. </constraints>
  235. <state key="normal" image="xieyi.png"/>
  236. <connections>
  237. <action selector="protolBtnClick:" destination="-1" eventType="touchUpInside" id="5fs-x1-8cv"/>
  238. </connections>
  239. </button>
  240. </subviews>
  241. <color key="backgroundColor" red="0.066666666666666666" green="0.050980392156862744" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  242. <constraints>
  243. <constraint firstItem="d5h-pJ-pKl" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" constant="-30" id="023-mf-0sN"/>
  244. <constraint firstItem="6yb-Vh-5iX" firstAttribute="top" secondItem="Sni-0u-nM9" secondAttribute="bottom" constant="10" id="0LN-Di-1Pz"/>
  245. <constraint firstItem="Sni-0u-nM9" firstAttribute="width" secondItem="4pU-5C-1XQ" secondAttribute="width" multiplier="0.6" id="3h2-x0-FVt"/>
  246. <constraint firstItem="aVl-SL-scT" firstAttribute="centerY" secondItem="Lx4-Uo-cy9" secondAttribute="centerY" id="3hw-f9-0Zt"/>
  247. <constraint firstItem="kgZ-gX-EGo" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="6K3-4I-giP"/>
  248. <constraint firstItem="HV8-6l-Ndk" firstAttribute="centerY" secondItem="Sni-0u-nM9" secondAttribute="centerY" id="C6S-B4-7Mo"/>
  249. <constraint firstItem="6yb-Vh-5iX" firstAttribute="trailing" secondItem="HV8-6l-Ndk" secondAttribute="trailing" id="CKz-a1-gKR"/>
  250. <constraint firstItem="HV8-6l-Ndk" firstAttribute="trailing" secondItem="4pU-5C-1XQ" secondAttribute="trailing" id="CUN-Ho-FTJ"/>
  251. <constraint firstItem="TxE-lI-wcU" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="EVP-9K-1WE"/>
  252. <constraint firstItem="4pU-5C-1XQ" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" multiplier="0.6" id="Fjl-Mh-pCO"/>
  253. <constraint firstItem="Lx4-Uo-cy9" firstAttribute="top" secondItem="w0k-Bb-Vi8" secondAttribute="bottom" constant="5" id="G7B-9e-2Xq"/>
  254. <constraint firstItem="w0k-Bb-Vi8" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="KGD-Eh-DXV"/>
  255. <constraint firstItem="Lx4-Uo-cy9" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" multiplier="0.65" id="LHU-On-kD7"/>
  256. <constraint firstItem="HV8-6l-Ndk" firstAttribute="height" secondItem="Sni-0u-nM9" secondAttribute="height" id="Lwl-dQ-HyJ"/>
  257. <constraint firstItem="Lx4-Uo-cy9" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="OFK-jz-eNv"/>
  258. <constraint firstItem="Lx4-Uo-cy9" firstAttribute="leading" secondItem="aVl-SL-scT" secondAttribute="trailing" constant="4" id="RMV-li-QRh"/>
  259. <constraint firstItem="Sni-0u-nM9" firstAttribute="top" secondItem="4pU-5C-1XQ" secondAttribute="bottom" constant="5" id="Upo-di-0fB"/>
  260. <constraint firstItem="6yb-Vh-5iX" firstAttribute="leading" secondItem="Sni-0u-nM9" secondAttribute="leading" id="WHx-GL-v4G"/>
  261. <constraint firstItem="kgZ-gX-EGo" firstAttribute="top" secondItem="Sni-0u-nM9" secondAttribute="bottom" constant="56" id="bDQ-4B-Ow5"/>
  262. <constraint firstItem="4pU-5C-1XQ" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="fKa-G6-AXf"/>
  263. <constraint firstItem="Kpd-EQ-mqc" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="25" id="fyI-Ww-xx8"/>
  264. <constraint firstItem="d5h-pJ-pKl" firstAttribute="bottom" secondItem="4pU-5C-1XQ" secondAttribute="top" constant="-30" id="h0d-LO-9UX"/>
  265. <constraint firstItem="4pU-5C-1XQ" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" multiplier="0.8" id="hl8-W0-b2b"/>
  266. <constraint firstItem="TxE-lI-wcU" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" id="iwZ-F3-icc"/>
  267. <constraint firstItem="w0k-Bb-Vi8" firstAttribute="top" secondItem="TxE-lI-wcU" secondAttribute="bottom" constant="5" id="jfO-ee-i5b"/>
  268. <constraint firstItem="Kpd-EQ-mqc" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="5" id="mNS-vx-zwl"/>
  269. <constraint firstItem="d5h-pJ-pKl" firstAttribute="centerX" secondItem="4pU-5C-1XQ" secondAttribute="centerX" id="n2b-Sg-jU2"/>
  270. <constraint firstItem="HV8-6l-Ndk" firstAttribute="leading" secondItem="Sni-0u-nM9" secondAttribute="trailing" constant="5" id="ns1-s6-xjg"/>
  271. <constraint firstItem="w0k-Bb-Vi8" firstAttribute="width" secondItem="TxE-lI-wcU" secondAttribute="width" id="ogY-Zo-Vgz"/>
  272. <constraint firstItem="kgZ-gX-EGo" firstAttribute="width" secondItem="i5M-Pr-FkT" secondAttribute="width" multiplier="0.8" id="pUO-2K-ycb"/>
  273. <constraint firstItem="Sni-0u-nM9" firstAttribute="leading" secondItem="4pU-5C-1XQ" secondAttribute="leading" id="rTi-ms-ask"/>
  274. <constraint firstItem="TxE-lI-wcU" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" multiplier="1.5" id="tvk-0A-M95"/>
  275. <constraint firstItem="Sni-0u-nM9" firstAttribute="height" secondItem="4pU-5C-1XQ" secondAttribute="height" id="wS3-Al-nf3"/>
  276. </constraints>
  277. <point key="canvasLocation" x="52" y="-37.331334332833585"/>
  278. </view>
  279. </objects>
  280. <resources>
  281. <image name="code_down.png" width="20" height="20"/>
  282. <image name="pub_back.png" width="20" height="20"/>
  283. <image name="xieyi.png" width="11" height="11"/>
  284. </resources>
  285. </document>