无故事王国
2023-10-12 d587fb260c6118de4707c35a1e312af6a4cfd28c
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
        <capability name="Named colors" 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="CourseOnlineSearchView" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="301"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3z4-ct-Aqb">
                    <rect key="frame" x="0.0" y="0.0" width="393" height="221.66666666666666"/>
                    <color key="backgroundColor" systemColor="systemGray6Color"/>
                    <constraints>
                        <constraint firstAttribute="width" secondItem="3z4-ct-Aqb" secondAttribute="height" multiplier="1:0.564" id="EGk-sq-8xS"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QS1-o2-MNo">
                    <rect key="frame" x="0.0" y="221.66666666666666" width="393" height="53.999999999999972"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QPe-Ug-K6S">
                            <rect key="frame" x="14" y="8" width="326" height="38"/>
                            <subviews>
                                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_search" translatesAutoresizingMaskIntoConstraints="NO" id="DGu-Ef-xoc">
                                    <rect key="frame" x="4" y="10.333333333333343" width="17" height="17"/>
                                </imageView>
                                <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="输入分类名称" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="sT4-o4-OES" customClass="QMUITextField">
                                    <rect key="frame" x="25" y="0.0" width="291" height="38"/>
                                    <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                                    <textInputTraits key="textInputTraits" returnKeyType="search"/>
                                    <userDefinedRuntimeAttributes>
                                        <userDefinedRuntimeAttribute type="color" keyPath="placeholderColor">
                                            <color key="value" red="0.7843137255" green="0.79215686269999996" blue="0.83921568629999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        </userDefinedRuntimeAttribute>
                                    </userDefinedRuntimeAttributes>
                                </textField>
                            </subviews>
                            <color key="backgroundColor" red="0.96470588239999999" green="0.96470588239999999" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstItem="DGu-Ef-xoc" firstAttribute="centerY" secondItem="QPe-Ug-K6S" secondAttribute="centerY" id="0Cu-eC-cTu"/>
                                <constraint firstItem="DGu-Ef-xoc" firstAttribute="leading" secondItem="QPe-Ug-K6S" secondAttribute="leading" constant="4" id="Vnk-CR-enY"/>
                                <constraint firstAttribute="bottom" secondItem="sT4-o4-OES" secondAttribute="bottom" id="atQ-cP-XkE"/>
                                <constraint firstItem="sT4-o4-OES" firstAttribute="top" secondItem="QPe-Ug-K6S" secondAttribute="top" id="hfL-Ts-DHO"/>
                                <constraint firstAttribute="height" constant="38" id="ldk-Nr-Tfq"/>
                                <constraint firstItem="sT4-o4-OES" firstAttribute="leading" secondItem="DGu-Ef-xoc" secondAttribute="trailing" constant="4" id="oLp-Zb-LLL"/>
                                <constraint firstAttribute="trailing" secondItem="sT4-o4-OES" secondAttribute="trailing" constant="10" id="rWV-ol-K1A"/>
                            </constraints>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                    <real key="value" value="4.1600000000000001"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                        </view>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2ok-8X-5rV">
                            <rect key="frame" x="340" y="8" width="53" height="38"/>
                            <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="搜索">
                                <color key="titleColor" name="FE6E0D"/>
                            </state>
                        </button>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="2ok-8X-5rV" firstAttribute="bottom" secondItem="QPe-Ug-K6S" secondAttribute="bottom" id="26y-Fv-ELW"/>
                        <constraint firstItem="QPe-Ug-K6S" firstAttribute="top" secondItem="QS1-o2-MNo" secondAttribute="top" constant="8" id="3X0-um-WhG"/>
                        <constraint firstItem="2ok-8X-5rV" firstAttribute="top" secondItem="QPe-Ug-K6S" secondAttribute="top" id="86t-Q8-WQi"/>
                        <constraint firstAttribute="trailing" secondItem="QPe-Ug-K6S" secondAttribute="trailing" constant="53" id="PZm-ul-GnU"/>
                        <constraint firstAttribute="trailing" secondItem="2ok-8X-5rV" secondAttribute="trailing" id="PvN-dl-TDh"/>
                        <constraint firstAttribute="bottom" secondItem="QPe-Ug-K6S" secondAttribute="bottom" constant="8" id="XPE-EA-UDD"/>
                        <constraint firstItem="QPe-Ug-K6S" firstAttribute="leading" secondItem="QS1-o2-MNo" secondAttribute="leading" constant="14" id="eHJ-jV-CCw"/>
                        <constraint firstItem="2ok-8X-5rV" firstAttribute="leading" secondItem="QPe-Ug-K6S" secondAttribute="trailing" id="rqL-17-mG2"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="size" keyPath="shadowOffset">
                            <size key="value" width="0.0" height="2"/>
                        </userDefinedRuntimeAttribute>
                        <userDefinedRuntimeAttribute type="color" keyPath="shadowColor">
                            <color key="value" red="0.87450980389999999" green="0.87450980389999999" blue="0.87450980389999999" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
                        </userDefinedRuntimeAttribute>
                        <userDefinedRuntimeAttribute type="number" keyPath="shadowOpacity">
                            <real key="value" value="1"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </view>
            </subviews>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="3z4-ct-Aqb" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="3c0-B1-08o"/>
                <constraint firstItem="QS1-o2-MNo" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="G19-us-xUS"/>
                <constraint firstItem="3z4-ct-Aqb" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="OC7-fS-z3I"/>
                <constraint firstAttribute="trailing" secondItem="QS1-o2-MNo" secondAttribute="trailing" id="RO0-lQ-KFH"/>
                <constraint firstItem="QS1-o2-MNo" firstAttribute="top" secondItem="3z4-ct-Aqb" secondAttribute="bottom" id="lLK-5N-5Rz"/>
                <constraint firstAttribute="trailing" secondItem="3z4-ct-Aqb" secondAttribute="trailing" id="rbl-bG-VUt"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <connections>
                <outlet property="btn_search" destination="2ok-8X-5rV" id="JGi-eQ-EDo"/>
                <outlet property="tf_search" destination="sT4-o4-OES" id="Iww-Lt-3pe"/>
                <outlet property="view_bannerBg" destination="3z4-ct-Aqb" id="TPP-uL-fqD"/>
            </connections>
            <point key="canvasLocation" x="142.74809160305344" y="-179.22535211267606"/>
        </view>
    </objects>
    <resources>
        <image name="icon_search" width="17" height="17"/>
        <namedColor name="FE6E0D">
            <color red="0.99199998378753662" green="0.53299999237060547" blue="0.0080000003799796104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
        <systemColor name="systemGray6Color">
            <color red="0.94901960780000005" green="0.94901960780000005" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </systemColor>
    </resources>
</document>