宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-07-05 0d8f5fc8a516bfd07e425909e4a4432600572ee7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment version="4352" identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="System colors in document resources" minToolsVersion="11.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="MineGiveCouponsVC" customModule="OK出行" customModuleProvider="target">
            <connections>
                <outlet property="button_search" destination="Vr1-Di-bHp" id="pjA-XV-pje"/>
                <outlet property="button_submit" destination="0wl-pR-iyg" id="yms-Yc-7Om"/>
                <outlet property="image_avatar" destination="fJ1-z7-heo" id="iu2-G7-FEb"/>
                <outlet property="label_name" destination="lBA-aT-7g5" id="5sm-tR-FB3"/>
                <outlet property="textField_phone" destination="shI-h7-Mca" id="oAc-RU-fXG"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
                <outlet property="view_userInfo" destination="jnr-bq-wJQ" id="PJ5-Jg-sqW"/>
            </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="414" height="896"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="T5k-FM-c8a">
                    <rect key="frame" x="0.0" y="44" width="414" height="50"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="对方账号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ych-ic-gmE">
                            <rect key="frame" x="14" y="16.5" width="57.5" height="17"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="57.5" id="4Ql-Dg-6aa"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Vr1-Di-bHp">
                            <rect key="frame" x="370" y="10.5" width="30" height="29"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="30" id="yyn-B1-6YC"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <state key="normal" title="查询">
                                <color key="titleColor" name="Color"/>
                            </state>
                        </button>
                        <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="shI-h7-Mca" customClass="YYTextField" customModule="OK出行" customModuleProvider="target">
                            <rect key="frame" x="111.5" y="8" width="258.5" height="34"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="34" id="nBX-39-MRA"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <textInputTraits key="textInputTraits" returnKeyType="done"/>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="number" keyPath="maximumLength">
                                    <integer key="value" value="11"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                        </textField>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="Vr1-Di-bHp" firstAttribute="leading" secondItem="shI-h7-Mca" secondAttribute="trailing" id="LYe-F8-T3r"/>
                        <constraint firstAttribute="trailing" secondItem="Vr1-Di-bHp" secondAttribute="trailing" constant="14" id="Pqp-ad-bTy"/>
                        <constraint firstItem="Ych-ic-gmE" firstAttribute="centerY" secondItem="T5k-FM-c8a" secondAttribute="centerY" id="a49-GH-WZ4"/>
                        <constraint firstItem="shI-h7-Mca" firstAttribute="leading" secondItem="Ych-ic-gmE" secondAttribute="trailing" constant="40" id="cPR-pk-UER"/>
                        <constraint firstItem="Vr1-Di-bHp" firstAttribute="centerY" secondItem="T5k-FM-c8a" secondAttribute="centerY" id="dx8-Pl-JRn"/>
                        <constraint firstItem="Ych-ic-gmE" firstAttribute="leading" secondItem="T5k-FM-c8a" secondAttribute="leading" constant="14" id="oxb-hh-4mP"/>
                        <constraint firstAttribute="height" constant="50" id="vOZ-et-w7m"/>
                        <constraint firstItem="shI-h7-Mca" firstAttribute="centerY" secondItem="T5k-FM-c8a" secondAttribute="centerY" id="wWh-XE-oPK"/>
                    </constraints>
                </view>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d7b-es-ccC">
                    <rect key="frame" x="14" y="107" width="264" height="47"/>
                    <string key="text">温馨提醒:
1.好友手机号须是已注册用户;
2.优惠券将实时赠送到好友账户,无法退还;</string>
                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="13"/>
                    <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jnr-bq-wJQ">
                    <rect key="frame" x="0.0" y="166" width="414" height="123"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kHZ-fV-1Sh" customClass="YYView" customModule="OK出行" customModuleProvider="target">
                            <rect key="frame" x="167" y="0.0" width="80" height="80"/>
                            <subviews>
                                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fJ1-z7-heo" customClass="YYImageView" customModule="OK出行" customModuleProvider="target">
                                    <rect key="frame" x="1" y="1" width="78" height="78"/>
                                    <constraints>
                                        <constraint firstAttribute="width" constant="78" id="jZK-sM-RS6"/>
                                        <constraint firstAttribute="height" constant="78" id="sdc-Sw-ro3"/>
                                    </constraints>
                                    <userDefinedRuntimeAttributes>
                                        <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                            <real key="value" value="39"/>
                                        </userDefinedRuntimeAttribute>
                                    </userDefinedRuntimeAttributes>
                                </imageView>
                            </subviews>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstItem="fJ1-z7-heo" firstAttribute="centerY" secondItem="kHZ-fV-1Sh" secondAttribute="centerY" id="HRt-Ro-tl9"/>
                                <constraint firstAttribute="height" constant="80" id="Oeb-Vc-MMh"/>
                                <constraint firstAttribute="width" constant="80" id="Uk6-Bz-ACJ"/>
                                <constraint firstItem="fJ1-z7-heo" firstAttribute="centerX" secondItem="kHZ-fV-1Sh" secondAttribute="centerX" id="fH0-T4-SIU"/>
                            </constraints>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                    <real key="value" value="40"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="color" keyPath="shadowColor">
                                    <color key="value" red="0.59607843137254901" green="0.59607843137254901" blue="0.59607843137254901" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="number" keyPath="shadowOpacity">
                                    <real key="value" value="0.5"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="size" keyPath="shadowOffset">
                                    <size key="value" width="0.0" height="0.0"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="number" keyPath="shadowRadius">
                                    <real key="value" value="4"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                        </view>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ok" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lBA-aT-7g5">
                            <rect key="frame" x="199" y="106" width="16.5" height="17"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                            <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <constraints>
                        <constraint firstItem="lBA-aT-7g5" firstAttribute="centerX" secondItem="jnr-bq-wJQ" secondAttribute="centerX" id="9UQ-2x-z4I"/>
                        <constraint firstAttribute="bottom" secondItem="lBA-aT-7g5" secondAttribute="bottom" id="HcQ-2X-Lc2"/>
                        <constraint firstItem="lBA-aT-7g5" firstAttribute="top" secondItem="kHZ-fV-1Sh" secondAttribute="bottom" constant="26" id="M8N-pb-gsX"/>
                        <constraint firstItem="kHZ-fV-1Sh" firstAttribute="centerX" secondItem="jnr-bq-wJQ" secondAttribute="centerX" id="VEh-2x-qMY"/>
                        <constraint firstItem="kHZ-fV-1Sh" firstAttribute="top" secondItem="jnr-bq-wJQ" secondAttribute="top" id="jTz-pZ-0Gv"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0wl-pR-iyg" customClass="YYButton" customModule="OK出行" customModuleProvider="target">
                    <rect key="frame" x="14" y="808" width="386" height="40"/>
                    <color key="backgroundColor" name="Color"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="40" id="Qer-9x-dUr"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="确定"/>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                            <real key="value" value="4"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" red="0.95294117647058818" green="0.95686274509803915" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="jnr-bq-wJQ" firstAttribute="top" secondItem="d7b-es-ccC" secondAttribute="bottom" constant="12" id="3F5-V0-ZL7"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="jnr-bq-wJQ" secondAttribute="trailing" id="Ctq-Bx-I5H"/>
                <constraint firstItem="jnr-bq-wJQ" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="J6W-P0-IeF"/>
                <constraint firstItem="d7b-es-ccC" firstAttribute="top" secondItem="T5k-FM-c8a" secondAttribute="bottom" constant="13" id="Ras-3H-5pM"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="T5k-FM-c8a" secondAttribute="trailing" id="SAJ-eL-dJo"/>
                <constraint firstItem="T5k-FM-c8a" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="Vqg-Cb-ehi"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="0wl-pR-iyg" secondAttribute="trailing" constant="14" id="ZII-Zc-Uef"/>
                <constraint firstItem="0wl-pR-iyg" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="14" id="hGv-RA-FkB"/>
                <constraint firstItem="d7b-es-ccC" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="14" id="m62-0f-L2h"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="0wl-pR-iyg" secondAttribute="bottom" constant="14" id="pkI-eB-FdD"/>
                <constraint firstItem="T5k-FM-c8a" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="rLO-jf-z8J"/>
            </constraints>
            <point key="canvasLocation" x="131.8840579710145" y="114.50892857142857"/>
        </view>
    </objects>
    <designables>
        <designable name="0wl-pR-iyg">
            <size key="intrinsicContentSize" width="30" height="29"/>
        </designable>
        <designable name="shI-h7-Mca">
            <size key="intrinsicContentSize" width="71.5" height="18.5"/>
        </designable>
    </designables>
    <resources>
        <namedColor name="Color">
            <color red="0.0" green="0.74900001287460327" blue="0.18799999356269836" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>