杨锴
2025-05-11 7453d2d0cef415b34323d1b91e6cfa4a6ba31178
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22155" 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="22131"/>
        <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="CommonWebVC" customModule="WanPai" customModuleProvider="target">
            <connections>
                <outlet property="cons_webHeight" destination="2Su-pm-nFK" id="SCN-K5-tdP"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
                <outlet property="view_btns" destination="Wyh-Ys-RU3" id="gxo-1l-ap6"/>
                <outlet property="webView" destination="mq2-Pw-XgV" id="DhJ-E0-y0z"/>
            </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>
                <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oeq-R8-0ks">
                    <rect key="frame" x="0.0" y="59" width="393" height="759"/>
                    <subviews>
                        <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="dap-XU-Myc">
                            <rect key="frame" x="0.0" y="0.0" width="393" height="580"/>
                            <subviews>
                                <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mq2-Pw-XgV">
                                    <rect key="frame" x="0.0" y="0.0" width="393" height="500"/>
                                    <constraints>
                                        <constraint firstAttribute="height" constant="500" id="2Su-pm-nFK"/>
                                    </constraints>
                                    <wkWebViewConfiguration key="configuration">
                                        <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
                                        <wkPreferences key="preferences"/>
                                    </wkWebViewConfiguration>
                                </wkWebView>
                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wyh-Ys-RU3">
                                    <rect key="frame" x="0.0" y="500" width="393" height="80"/>
                                    <subviews>
                                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="K2Q-nH-vAh">
                                            <rect key="frame" x="40" y="20" width="146.66666666666666" height="40"/>
                                            <color key="backgroundColor" red="0.75294117647058822" green="0.75294117647058822" blue="0.75294117647058822" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                            <constraints>
                                                <constraint firstAttribute="height" constant="40" id="nXI-Nh-Fsv"/>
                                            </constraints>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" title="取消"/>
                                            <userDefinedRuntimeAttributes>
                                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                                    <real key="value" value="20"/>
                                                </userDefinedRuntimeAttribute>
                                            </userDefinedRuntimeAttributes>
                                            <connections>
                                                <action selector="cancelAction:" destination="-1" eventType="touchUpInside" id="sJU-K3-rJN"/>
                                            </connections>
                                        </button>
                                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gqo-Wc-Pfx">
                                            <rect key="frame" x="206.66666666666663" y="20" width="146.33333333333337" height="40"/>
                                            <color key="backgroundColor" name="FE6E0D"/>
                                            <constraints>
                                                <constraint firstAttribute="height" constant="40" id="hQS-q2-b8v"/>
                                            </constraints>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" title="同意"/>
                                            <userDefinedRuntimeAttributes>
                                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                                    <real key="value" value="20"/>
                                                </userDefinedRuntimeAttribute>
                                            </userDefinedRuntimeAttributes>
                                            <connections>
                                                <action selector="readAction:" destination="-1" eventType="touchUpInside" id="Lsz-Uc-AIf"/>
                                            </connections>
                                        </button>
                                    </subviews>
                                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                                    <constraints>
                                        <constraint firstAttribute="trailing" secondItem="gqo-Wc-Pfx" secondAttribute="trailing" constant="40" id="8Xm-c5-QIa"/>
                                        <constraint firstItem="K2Q-nH-vAh" firstAttribute="leading" secondItem="Wyh-Ys-RU3" secondAttribute="leading" constant="40" id="Djt-vx-4c6"/>
                                        <constraint firstItem="K2Q-nH-vAh" firstAttribute="centerY" secondItem="Wyh-Ys-RU3" secondAttribute="centerY" id="JYb-f1-2wW"/>
                                        <constraint firstItem="gqo-Wc-Pfx" firstAttribute="centerY" secondItem="Wyh-Ys-RU3" secondAttribute="centerY" id="JoR-MQ-uLf"/>
                                        <constraint firstAttribute="height" constant="80" id="PjV-gC-vHm"/>
                                        <constraint firstItem="gqo-Wc-Pfx" firstAttribute="width" secondItem="K2Q-nH-vAh" secondAttribute="width" id="iR0-4m-esj"/>
                                        <constraint firstItem="gqo-Wc-Pfx" firstAttribute="leading" secondItem="K2Q-nH-vAh" secondAttribute="trailing" constant="20" id="zva-VC-Dpg"/>
                                    </constraints>
                                </view>
                            </subviews>
                        </stackView>
                    </subviews>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="dap-XU-Myc" secondAttribute="trailing" id="8Rk-Wj-hYq"/>
                        <constraint firstItem="dap-XU-Myc" firstAttribute="top" secondItem="oeq-R8-0ks" secondAttribute="top" id="VQz-ZP-GrB"/>
                        <constraint firstItem="dap-XU-Myc" firstAttribute="leading" secondItem="oeq-R8-0ks" secondAttribute="leading" id="d04-g9-gMk"/>
                        <constraint firstAttribute="bottom" secondItem="dap-XU-Myc" secondAttribute="bottom" id="qff-rp-ztQ"/>
                        <constraint firstItem="dap-XU-Myc" firstAttribute="centerX" secondItem="oeq-R8-0ks" secondAttribute="centerX" id="tIG-gF-tlN"/>
                    </constraints>
                </scrollView>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="oeq-R8-0ks" secondAttribute="trailing" id="1Lz-Tp-4cX"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="oeq-R8-0ks" secondAttribute="bottom" id="Szc-so-Nfa"/>
                <constraint firstItem="oeq-R8-0ks" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="fCh-50-kQ2"/>
                <constraint firstItem="oeq-R8-0ks" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="sBV-x4-QpA"/>
            </constraints>
            <point key="canvasLocation" x="140" y="21"/>
        </view>
    </objects>
    <resources>
        <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>
    </resources>
</document>