Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
bec7f063
Commit
bec7f063
authored
Apr 16, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微调登录
parent
6d6daa91
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
47 additions
and
13 deletions
+47
-13
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Assets.xcassets/登录界面图/sekuai.imageset/Contents.json
...tform/Assets.xcassets/登录界面图/sekuai.imageset/Contents.json
+23
-0
GeliBusinessPlatform/Assets.xcassets/登录界面图/sekuai.imageset/sekuai@2x.png
...tform/Assets.xcassets/登录界面图/sekuai.imageset/sekuai@2x.png
+0
-0
GeliBusinessPlatform/Assets.xcassets/登录界面图/sekuai.imageset/sekuai@3x.png
...tform/Assets.xcassets/登录界面图/sekuai.imageset/sekuai@3x.png
+0
-0
GeliBusinessPlatform/Assets.xcassets/背景色/未登录提示背景色.colorset/Contents.json
...tform/Assets.xcassets/背景色/未登录提示背景色.colorset/Contents.json
+3
-3
GeliBusinessPlatform/Other/验证码/CodeView.swift
GeliBusinessPlatform/Other/验证码/CodeView.swift
+1
-1
GeliBusinessPlatform/ViewController/登录/LoginViewController.xib
...usinessPlatform/ViewController/登录/LoginViewController.xib
+20
-9
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
bec7f063
No preview for this file type
GeliBusinessPlatform/Assets.xcassets/登录界面图/sekuai.imageset/Contents.json
0 → 100644
View file @
bec7f063
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"idiom"
:
"universal"
,
"filename"
:
"sekuai@2x.png"
,
"scale"
:
"2x"
},
{
"idiom"
:
"universal"
,
"filename"
:
"sekuai@3x.png"
,
"scale"
:
"3x"
}
],
"info"
:
{
"version"
:
1
,
"author"
:
"xcode"
}
}
\ No newline at end of file
GeliBusinessPlatform/Assets.xcassets/登录界面图/sekuai.imageset/sekuai@2x.png
0 → 100644
View file @
bec7f063
1.18 KB
GeliBusinessPlatform/Assets.xcassets/登录界面图/sekuai.imageset/sekuai@3x.png
0 → 100644
View file @
bec7f063
1.51 KB
GeliBusinessPlatform/Assets.xcassets/背景色/
主色调
.colorset/Contents.json
→
GeliBusinessPlatform/Assets.xcassets/背景色/
未登录提示背景色
.colorset/Contents.json
View file @
bec7f063
...
...
@@ -9,10 +9,10 @@
"color"
:
{
"color-space"
:
"srgb"
,
"components"
:
{
"red"
:
"
0.851
"
,
"red"
:
"
1.000
"
,
"alpha"
:
"1.000"
,
"blue"
:
"0.
297
"
,
"green"
:
"0.
196
"
"blue"
:
"0.
439
"
,
"green"
:
"0.
439
"
}
}
}
...
...
GeliBusinessPlatform/Other/验证码/CodeView.swift
View file @
bec7f063
...
...
@@ -69,7 +69,7 @@ class CaptchaView: UIView {
// let bgImg = UIImage.init(named: "codeBgImg")
// self.backgroundColor = UIColor.init(patternImage: bgImg!)
self
.
backgroundColor
=
UIColor
(
named
:
"app底色"
)
self
.
backgroundColor
=
UIColor
(
red
:
253
/
255
,
green
:
253
/
255
,
blue
:
253
/
255
,
alpha
:
1
)
//设置layer圆角半径
self
.
layer
.
cornerRadius
=
5.0
//隐藏边界
...
...
GeliBusinessPlatform/ViewController/登录/LoginViewController.xib
View file @
bec7f063
...
...
@@ -32,6 +32,12 @@
</constraint>
</constraints>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"scaleToFill"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"sekuai"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"5Z0-Os-dI3"
>
<rect
key=
"frame"
x=
"0.0"
y=
"-60"
width=
"375"
height=
"60"
/>
<constraints>
<constraint
firstAttribute=
"height"
constant=
"60"
id=
"obx-Tw-2U9"
/>
</constraints>
</imageView>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"X0U-me-oUu"
>
<rect
key=
"frame"
x=
"0.0"
y=
"234"
width=
"375"
height=
"56.5"
/>
<subviews>
...
...
@@ -113,9 +119,9 @@
</constraints>
</view>
<textField
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"left"
contentVerticalAlignment=
"center"
placeholder=
"请输入密码"
textAlignment=
"natural"
minimumFontSize=
"17"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"ipW-Al-eG6"
>
<rect
key=
"frame"
x=
"123.5"
y=
"11"
width=
"
66.5
"
height=
"34"
/>
<rect
key=
"frame"
x=
"123.5"
y=
"11"
width=
"
167
"
height=
"34"
/>
<constraints>
<constraint
firstAttribute=
"height"
constant=
"34"
id=
"
9Ek-gz-Qgx
"
/>
<constraint
firstAttribute=
"height"
constant=
"34"
id=
"
RUR-1C-sOu
"
/>
</constraints>
<color
key=
"textColor"
name=
"标题字颜色"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"13"
/>
...
...
@@ -124,8 +130,8 @@
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"middleTruncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"xgv-CB-GLZ"
>
<rect
key=
"frame"
x=
"305.5"
y=
"23"
width=
"17"
height=
"10"
/>
<constraints>
<constraint
firstAttribute=
"
height"
constant=
"10"
id=
"a0w-jl-rNH
"
/>
<constraint
firstAttribute=
"
width"
constant=
"17"
id=
"hRV-DN-5Um
"
/>
<constraint
firstAttribute=
"
width"
constant=
"17"
id=
"bkq-Z2-j5i
"
/>
<constraint
firstAttribute=
"
height"
constant=
"10"
id=
"uqn-6t-zd3
"
/>
</constraints>
<state
key=
"normal"
image=
"guanbi"
/>
<state
key=
"selected"
image=
"xianshi "
/>
...
...
@@ -136,19 +142,20 @@
</subviews>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
cocoaTouchSystemColor=
"whiteColor"
/>
<constraints>
<constraint
firstItem=
"ipW-Al-eG6"
firstAttribute=
"
centerY"
secondItem=
"hAO-bO-280"
secondAttribute=
"centerY"
id=
"7dR-sK-Zsv
"
/>
<constraint
firstItem=
"ipW-Al-eG6"
firstAttribute=
"
leading"
secondItem=
"ZCK-xJ-hVg"
secondAttribute=
"trailing"
constant=
"15"
id=
"0LF-J3-nbW
"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"Mlw-Ng-8f9"
secondAttribute=
"trailing"
constant=
"42.5"
id=
"94n-o3-G0v"
/>
<constraint
firstItem=
"hAO-bO-280"
firstAttribute=
"top"
secondItem=
"OaN-ws-ype"
secondAttribute=
"top"
id=
"Dqz-X5-I9k"
/>
<constraint
firstItem=
"ZCK-xJ-hVg"
firstAttribute=
"leading"
secondItem=
"hAO-bO-280"
secondAttribute=
"trailing"
constant=
"15"
id=
"EA3-5Y-w5F"
/>
<constraint
firstAttribute=
"height"
constant=
"56.5"
id=
"KkC-6K-McV"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"Mlw-Ng-8f9"
secondAttribute=
"bottom"
id=
"Kws-hY-wOc"
/>
<constraint
firstItem=
"ipW-Al-eG6"
firstAttribute=
"leading"
secondItem=
"ZCK-xJ-hVg"
secondAttribute=
"trailing"
constant=
"15"
id=
"NDa-PU-i4w"
/>
<constraint
firstItem=
"ZCK-xJ-hVg"
firstAttribute=
"centerY"
secondItem=
"hAO-bO-280"
secondAttribute=
"centerY"
id=
"QWP-1w-Lxq"
/>
<constraint
firstItem=
"xgv-CB-GLZ"
firstAttribute=
"centerY"
secondItem=
"ipW-Al-eG6"
secondAttribute=
"centerY"
id=
"nCm-Z6-wIR"
/>
<constraint
firstItem=
"ipW-Al-eG6"
firstAttribute=
"centerY"
secondItem=
"hAO-bO-280"
secondAttribute=
"centerY"
id=
"Vdt-SI-cLw"
/>
<constraint
firstItem=
"xgv-CB-GLZ"
firstAttribute=
"leading"
secondItem=
"ipW-Al-eG6"
secondAttribute=
"trailing"
constant=
"15"
id=
"W8f-1r-MAj"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"xgv-CB-GLZ"
secondAttribute=
"trailing"
constant=
"52.5"
id=
"crQ-SX-Q2S"
/>
<constraint
firstItem=
"Mlw-Ng-8f9"
firstAttribute=
"top"
secondItem=
"hAO-bO-280"
secondAttribute=
"bottom"
id=
"qTb-8R-WjZ"
/>
<constraint
firstItem=
"hAO-bO-280"
firstAttribute=
"leading"
secondItem=
"OaN-ws-ype"
secondAttribute=
"leading"
constant=
"52.5"
id=
"uHI-YO-GLX"
/>
<constraint
firstItem=
"Mlw-Ng-8f9"
firstAttribute=
"leading"
secondItem=
"OaN-ws-ype"
secondAttribute=
"leading"
constant=
"42.5"
id=
"vaj-M3-2ae"
/>
<constraint
first
Attribute=
"trailing"
secondItem=
"xgv-CB-GLZ"
secondAttribute=
"trailing"
constant=
"52.5"
id=
"x5U-vH-WGA
"
/>
<constraint
first
Item=
"xgv-CB-GLZ"
firstAttribute=
"centerY"
secondItem=
"hAO-bO-280"
secondAttribute=
"centerY"
id=
"xYu-7C-4aY
"
/>
</constraints>
</view>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"ZRL-RS-ju7"
>
...
...
@@ -256,6 +263,7 @@
<color
key=
"backgroundColor"
white=
"1"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"genericGamma22GrayColorSpace"
/>
<constraints>
<constraint
firstItem=
"AdE-4p-9iF"
firstAttribute=
"top"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"top"
id=
"0n8-IS-rmb"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"5Z0-Os-dI3"
secondAttribute=
"trailing"
id=
"3iv-eA-R45"
/>
<constraint
firstItem=
"AdE-4p-9iF"
firstAttribute=
"leading"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"leading"
id=
"4DA-PL-Dyu"
/>
<constraint
firstItem=
"fnl-2z-Ty3"
firstAttribute=
"trailing"
secondItem=
"AdE-4p-9iF"
secondAttribute=
"trailing"
id=
"52s-wi-qTU"
/>
<constraint
firstItem=
"X0U-me-oUu"
firstAttribute=
"leading"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"leading"
id=
"B8A-WB-VZx"
/>
...
...
@@ -268,18 +276,21 @@
<constraint
firstItem=
"OaN-ws-ype"
firstAttribute=
"leading"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"leading"
id=
"Ki0-9j-ntq"
/>
<constraint
firstItem=
"MQe-6S-qXS"
firstAttribute=
"top"
secondItem=
"I08-S6-beg"
secondAttribute=
"bottom"
constant=
"20"
id=
"Mqb-GW-bmK"
/>
<constraint
firstItem=
"OaN-ws-ype"
firstAttribute=
"top"
secondItem=
"X0U-me-oUu"
secondAttribute=
"bottom"
constant=
"7"
id=
"STu-O3-rjB"
/>
<constraint
firstItem=
"5Z0-Os-dI3"
firstAttribute=
"leading"
secondItem=
"i5M-Pr-FkT"
secondAttribute=
"leading"
id=
"XO0-KU-si0"
/>
<constraint
firstItem=
"ZRL-RS-ju7"
firstAttribute=
"leading"
secondItem=
"fnl-2z-Ty3"
secondAttribute=
"leading"
id=
"Zbr-O7-mvI"
/>
<constraint
firstItem=
"fnl-2z-Ty3"
firstAttribute=
"trailing"
secondItem=
"X0U-me-oUu"
secondAttribute=
"trailing"
id=
"b2z-fR-fAI"
/>
<constraint
firstItem=
"fnl-2z-Ty3"
firstAttribute=
"trailing"
secondItem=
"ZRL-RS-ju7"
secondAttribute=
"trailing"
id=
"buy-UI-lDF"
/>
<constraint
firstItem=
"X0U-me-oUu"
firstAttribute=
"top"
secondItem=
"AdE-4p-9iF"
secondAttribute=
"bottom"
id=
"fEt-nJ-ird"
/>
<constraint
firstItem=
"5Z0-Os-dI3"
firstAttribute=
"bottom"
secondItem=
"AdE-4p-9iF"
secondAttribute=
"top"
id=
"mfQ-JT-Qvb"
/>
</constraints>
<viewLayoutGuide
key=
"safeArea"
id=
"fnl-2z-Ty3"
/>
<point
key=
"canvasLocation"
x=
"1
30.40000000000001"
y=
"101.19940029985008
"
/>
<point
key=
"canvasLocation"
x=
"1
11.2"
y=
"116.49175412293854
"
/>
</view>
</objects>
<resources>
<image
name=
"banner"
width=
"750"
height=
"468"
/>
<image
name=
"guanbi"
width=
"37"
height=
"18"
/>
<image
name=
"sekuai"
width=
"375"
height=
"30"
/>
<image
name=
"xianshi "
width=
"37"
height=
"24"
/>
<namedColor
name=
"分界线颜色"
>
<color
red=
"0.65100002288818359"
green=
"0.75700002908706665"
blue=
"0.87800002098083496"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment