杨锴
2024-11-06 63f7ed967433acee3ae8764c7a077e15c29c41f2
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22685"/>
        <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"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CourseSendGiftView" customModule="XQMuse" customModuleProvider="target">
            <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="LSz-KU-Ren">
                    <rect key="frame" x="0.0" y="627" width="393" height="225"/>
                    <subviews>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Sfd-UT-Jfh">
                            <rect key="frame" x="46" y="143" width="301" height="40"/>
                            <color key="backgroundColor" red="0.55686274509803924" green="0.64313725490196072" blue="0.47843137254901957" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="40" id="Ch4-AT-SzS"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
                            <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="ld_maskToBoundsXIB" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
                                    <real key="value" value="20"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                            <connections>
                                <action selector="completeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="0Cz-q8-Gw1"/>
                            </connections>
                        </button>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WjL-9e-RTJ">
                            <rect key="frame" x="0.0" y="123.66666666666663" width="393" height="0.3333333333333286"/>
                            <color key="backgroundColor" red="0.85882352941176465" green="0.85882352941176465" blue="0.90588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="0.5" id="OvQ-aG-Ja5"/>
                            </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="50e-Zj-0x8">
                            <rect key="frame" x="14" y="78.666666666666629" width="64.666666666666671" height="20"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="20" id="G5z-ZX-Ecd"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="¥0" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nxc-CP-MV1">
                            <rect key="frame" x="360.66666666666669" y="80" width="18.333333333333314" height="17"/>
                            <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
                            <color key="textColor" red="0.9882352941176471" green="0.64313725490196072" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="Sfd-UT-Jfh" firstAttribute="top" secondItem="WjL-9e-RTJ" secondAttribute="bottom" constant="19" id="2UU-eT-y0g"/>
                        <constraint firstItem="Nxc-CP-MV1" firstAttribute="centerY" secondItem="50e-Zj-0x8" secondAttribute="centerY" id="3wu-c9-16a"/>
                        <constraint firstItem="WjL-9e-RTJ" firstAttribute="leading" secondItem="LSz-KU-Ren" secondAttribute="leading" id="E7P-CV-pEk"/>
                        <constraint firstItem="50e-Zj-0x8" firstAttribute="leading" secondItem="LSz-KU-Ren" secondAttribute="leading" constant="14" id="FWa-Fg-onc"/>
                        <constraint firstAttribute="trailing" secondItem="WjL-9e-RTJ" secondAttribute="trailing" id="Rfg-tw-AYT"/>
                        <constraint firstAttribute="bottomMargin" secondItem="Sfd-UT-Jfh" secondAttribute="bottom" id="RyI-07-ePU"/>
                        <constraint firstAttribute="trailing" secondItem="Sfd-UT-Jfh" secondAttribute="trailing" constant="46" id="U4s-iM-S4p"/>
                        <constraint firstAttribute="height" constant="225" id="hnP-qJ-dUE"/>
                        <constraint firstAttribute="trailing" secondItem="Nxc-CP-MV1" secondAttribute="trailing" constant="14" id="yj2-7F-xFu"/>
                        <constraint firstItem="Sfd-UT-Jfh" firstAttribute="leading" secondItem="LSz-KU-Ren" secondAttribute="leading" constant="46" id="z5v-ab-pXi"/>
                        <constraint firstItem="WjL-9e-RTJ" firstAttribute="top" secondItem="50e-Zj-0x8" secondAttribute="bottom" constant="25" id="zqO-9k-JpZ"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="acJ-rr-fZR">
                    <rect key="frame" x="0.0" y="59" width="393" height="568"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <connections>
                        <action selector="cancelAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="NSN-uQ-AAg"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="LSz-KU-Ren" firstAttribute="top" secondItem="acJ-rr-fZR" secondAttribute="bottom" id="4cT-Jd-k1O"/>
                <constraint firstItem="LSz-KU-Ren" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="dwp-pW-dJ7"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="acJ-rr-fZR" secondAttribute="trailing" id="fWv-3E-E9t"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="LSz-KU-Ren" secondAttribute="trailing" id="hF4-yw-8v4"/>
                <constraint firstAttribute="bottom" secondItem="LSz-KU-Ren" secondAttribute="bottom" id="pK1-DH-wy4"/>
                <constraint firstItem="acJ-rr-fZR" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="v1B-0R-Pf3"/>
                <constraint firstItem="acJ-rr-fZR" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="xKT-Pc-D7t"/>
            </constraints>
            <connections>
                <outlet property="btn_complete" destination="Sfd-UT-Jfh" id="BPN-tH-M8e"/>
                <outlet property="cons_bottom" destination="pK1-DH-wy4" id="QEE-cE-Vye"/>
                <outlet property="label_price" destination="Nxc-CP-MV1" id="2th-Tq-1Xv"/>
                <outlet property="view_container" destination="LSz-KU-Ren" id="Hqz-Fe-kp0"/>
            </connections>
            <point key="canvasLocation" x="14.503816793893129" y="19.718309859154932"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>