宽窄优行-由【嘉易行】项目成品而来
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
        <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="MineBusinessCreditVC" customModule="OK出行" customModuleProvider="target">
            <connections>
                <outlet property="label_account" destination="iQf-W5-avs" id="QjI-1p-Jhr"/>
                <outlet property="label_quotaAccount" destination="kEi-Ob-oaJ" id="NNz-h2-WmY"/>
                <outlet property="tableview" destination="KXA-ui-Cvi" id="7br-os-vlX"/>
                <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="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0nm-r1-dqT">
                    <rect key="frame" x="0.0" y="59" width="393" height="120"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="¥0.00" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kEi-Ob-oaJ">
                            <rect key="frame" x="33" y="53" width="90" height="45"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="45" id="rLo-sv-3HH"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="32"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="¥0.00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iQf-W5-avs">
                            <rect key="frame" x="270" y="53" width="90" height="45"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="45" id="fxI-rK-KGN"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="32"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="申请额度" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="12n-dB-y3j">
                            <rect key="frame" x="272.66666666666669" y="32.666666666666671" width="49.333333333333314" height="14.333333333333336"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="企业授信余额" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tJz-pt-kkS">
                            <rect key="frame" x="34.000000000000007" y="32.666666666666671" width="73.666666666666686" height="14.333333333333336"/>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                            <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" name="Color"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="120" id="6wB-Ca-3Wz"/>
                        <constraint firstAttribute="bottom" secondItem="kEi-Ob-oaJ" secondAttribute="bottom" constant="22" id="AOQ-eI-JO9"/>
                        <constraint firstItem="iQf-W5-avs" firstAttribute="top" secondItem="12n-dB-y3j" secondAttribute="bottom" constant="6" id="D23-Pj-siw"/>
                        <constraint firstItem="tJz-pt-kkS" firstAttribute="leading" secondItem="0nm-r1-dqT" secondAttribute="leading" constant="34" id="JFA-Dz-s4i"/>
                        <constraint firstAttribute="trailing" secondItem="12n-dB-y3j" secondAttribute="trailing" constant="71" id="KRp-CT-c3G"/>
                        <constraint firstAttribute="bottom" secondItem="iQf-W5-avs" secondAttribute="bottom" constant="22" id="Scs-vu-hIK"/>
                        <constraint firstItem="kEi-Ob-oaJ" firstAttribute="leading" secondItem="0nm-r1-dqT" secondAttribute="leading" constant="33" id="X7Q-rK-SHw"/>
                        <constraint firstAttribute="trailing" secondItem="iQf-W5-avs" secondAttribute="trailing" constant="33" id="wwT-00-AGW"/>
                        <constraint firstItem="kEi-Ob-oaJ" firstAttribute="top" secondItem="tJz-pt-kkS" secondAttribute="bottom" constant="6" id="xSt-Pp-R3l"/>
                    </constraints>
                </view>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="申请记录" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JiP-gd-PRA">
                    <rect key="frame" x="14.000000000000004" y="190" width="61.333333333333343" height="21"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="21" id="1ue-Ia-LEb"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                    <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="KXA-ui-Cvi">
                    <rect key="frame" x="0.0" y="217" width="393" height="542"/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                </tableView>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="efD-ny-VMe">
                    <rect key="frame" x="14" y="759" width="365" height="40"/>
                    <color key="backgroundColor" name="Color"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="40" id="avV-r2-HXD"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" title="申请"/>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="boolean" keyPath="maskToBounds" value="YES"/>
                        <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                            <real key="value" value="4"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                    <connections>
                        <action selector="applyAction:" destination="-1" eventType="touchUpInside" id="XgK-js-pK3"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="JiP-gd-PRA" firstAttribute="top" secondItem="0nm-r1-dqT" secondAttribute="bottom" constant="11" id="Afc-zE-K27"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="KXA-ui-Cvi" secondAttribute="trailing" id="E3q-bJ-6rX"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="0nm-r1-dqT" secondAttribute="trailing" id="HZl-88-iaR"/>
                <constraint firstItem="efD-ny-VMe" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="14" id="Lea-4W-fCx"/>
                <constraint firstItem="efD-ny-VMe" firstAttribute="top" secondItem="KXA-ui-Cvi" secondAttribute="bottom" id="MLt-I6-n6x"/>
                <constraint firstItem="KXA-ui-Cvi" firstAttribute="top" secondItem="JiP-gd-PRA" secondAttribute="bottom" constant="6" id="RBn-aZ-Xja"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="efD-ny-VMe" secondAttribute="bottom" constant="19" id="U42-cv-Au9"/>
                <constraint firstItem="0nm-r1-dqT" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="topMargin" id="UE0-1A-tJe"/>
                <constraint firstItem="0nm-r1-dqT" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="pxz-5q-2e6"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="efD-ny-VMe" secondAttribute="trailing" constant="14" id="tde-i8-iK1"/>
                <constraint firstItem="KXA-ui-Cvi" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="yh0-qs-KZO"/>
                <constraint firstItem="JiP-gd-PRA" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="14" id="zFx-TV-TRF"/>
            </constraints>
            <point key="canvasLocation" x="138" y="21"/>
        </view>
    </objects>
    <resources>
        <namedColor name="Color">
            <color red="0.27099999785423279" green="0.70599997043609619" blue="0.57999998331069946" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>