1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <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="RQVipPlaceHolderView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="210"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillProportionally" alignment="center" spacing="18" translatesAutoresizingMaskIntoConstraints="NO" id="qxe-A9-vLn">
- <rect key="frame" x="31.5" y="70.5" width="312" height="69.5"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="试看结束,开通科二会员观看完整视频" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qDq-Ky-0bl">
- <rect key="frame" x="0.0" y="0.0" width="312" height="21.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <color key="textColor" red="0.85882352941176465" green="0.62745098039215685" blue="0.36078431372549019" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mzh-7K-n2Z">
- <rect key="frame" x="111" y="39.5" width="90" height="30"/>
- <color key="backgroundColor" red="0.87843137250000003" green="0.69803921570000005" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="mzh-7K-n2Z" secondAttribute="height" multiplier="90:30" id="vaD-iH-8LE"/>
- </constraints>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="立即开通">
- <color key="titleColor" red="0.56862745100000001" green="0.3294117647" blue="0.058823529409999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- </button>
- </subviews>
- </stackView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3gJ-pd-Bc1" customClass="QMUIButton">
- <rect key="frame" x="20" y="172" width="77" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <state key="normal" title="重新试看" image="重新试看">
- <color key="titleColor" red="0.63137254901960782" green="0.6588235294117647" blue="0.70196078431372544" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="qxe-A9-vLn" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="FDp-WX-yVQ"/>
- <constraint firstItem="3gJ-pd-Bc1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="OD2-4e-OlF"/>
- <constraint firstAttribute="bottom" secondItem="3gJ-pd-Bc1" secondAttribute="bottom" constant="20" id="PgF-e0-HD6"/>
- <constraint firstItem="qxe-A9-vLn" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Wii-mb-rH4"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="myTitleLabel" destination="qDq-Ky-0bl" id="WI3-Av-qGY"/>
- <outlet property="openBtn" destination="mzh-7K-n2Z" id="IvM-s5-srs"/>
- <outlet property="reLookBtn" destination="3gJ-pd-Bc1" id="K5h-KP-llO"/>
- </connections>
- <point key="canvasLocation" x="138.40579710144928" y="117.85714285714285"/>
- </view>
- </objects>
- <resources>
- <image name="重新试看" width="15" height="14"/>
- </resources>
- </document>
|