-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
068e65b
commit d886760
Showing
75 changed files
with
24,572 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>Forgot</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<widget id="A6989897146738" version="0.0.1"> | ||
<name>Forgot</name> | ||
<description>Never Forgot</description> | ||
<author email="253170334@qq.com" href="http://www.apicloud.com">jackshenonly</author> | ||
<content src="html/userLogin.html"/> | ||
<preference name="pageBounce" value="false"/> | ||
<preference name="appBackground" value="rgba(0,0,0,0.0)"/> | ||
<preference name="windowBackground" value="rgba(0,0,0,0.0)"/> | ||
<preference name="frameBackgroundColor" value="rgba(0,0,0,0.0)"/> | ||
<preference name="hScrollBarEnabled" value="false"/> | ||
<preference name="vScrollBarEnabled" value="false"/> | ||
<preference name="autoLaunch" value="true"/> | ||
<preference name="fullScreen" value="true"/> | ||
<preference name="autoUpdate" value="true"/> | ||
<preference name="smartUpdate" value="false"/> | ||
<preference name="debug" value="false"/> | ||
<preference name="iOS7StatusBarAppearance" value="true"/> | ||
<permission name="readPhoneState"/> | ||
<permission name="call"/> | ||
<permission name="sms"/> | ||
<permission name="camera"/> | ||
<permission name="record"/> | ||
<permission name="location"/> | ||
<permission name="fileSystem"/> | ||
<permission name="internet"/> | ||
<permission name="bootCompleted"/> | ||
<permission name="hardware"/> | ||
<permission name="contact"/> | ||
<access origin="*"/> | ||
</widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
10 | ||
|
||
dir | ||
1 | ||
svn://svn3.apicloud.com/A6989897146738/Forgot/css | ||
svn://svn3.apicloud.com/A6989897146738 | ||
|
||
|
||
|
||
2015-06-15T04:31:31.943008Z | ||
1 | ||
APICloud | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
0e1a2743-8d03-4e5a-a60c-7e26af42b145 | ||
|
||
common.css | ||
file | ||
|
||
|
||
|
||
|
||
2015-06-15T05:03:02.652409Z | ||
51ed9d958b9b39644302e9a856340722 | ||
2015-06-15T04:31:31.943008Z | ||
1 | ||
APICloud | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
738 | ||
|
||
api.css | ||
file | ||
|
||
|
||
|
||
|
||
2015-06-15T05:03:02.655409Z | ||
15bcacb8e824809bbbf21e190a06093b | ||
2015-06-15T04:31:31.943008Z | ||
1 | ||
APICloud | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
1645 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
html{ | ||
font-family: sans-serif; | ||
} | ||
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{ | ||
margin:0; | ||
border:0; | ||
padding:0; | ||
font-style:normal; | ||
} | ||
html,body { | ||
-webkit-touch-callout:none; | ||
-webkit-text-size-adjust:none; | ||
-webkit-tap-highlight-color:rgba(0, 0, 0, 0); | ||
-webkit-user-select:none; | ||
background-color: #fff; | ||
} | ||
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{ | ||
display: block; | ||
} | ||
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{ | ||
display:inline-block; | ||
} | ||
header,section,footer { | ||
position:relative; | ||
} | ||
ol,ul{ | ||
list-style:none; | ||
} | ||
input,button,textarea { | ||
border:0; | ||
margin:0; | ||
padding:0; | ||
font-size:1em; | ||
line-height:1em; | ||
/*-webkit-appearance:none;*/ | ||
background-color:rgba(0, 0, 0, 0); | ||
} | ||
span{ | ||
display:inline-block; | ||
} | ||
a:active, a:hover { | ||
outline: 0; | ||
} | ||
a, a:visited{ | ||
text-decoration:none; | ||
} | ||
|
||
label, .wordWrap{ | ||
word-wrap: break-word; | ||
word-break: break-all; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
td,th { | ||
padding: 0; | ||
} | ||
.clearfix:after{ | ||
content: ' '; | ||
display: block; | ||
clear: both; | ||
visibility:hidden; | ||
line-height: 0; | ||
height:0; | ||
} | ||
.loading_more{ | ||
display: block; | ||
height: 1.5em; | ||
width: 100%; | ||
} | ||
.loading_more:before { | ||
display: inline-block; vertical-align: text-bottom; | ||
content: ' '; height: 16px; width: 16px; margin-right: 6px; | ||
background: url(../image/loading_more.gif) no-repeat center; | ||
-webkit-background-size: contain; | ||
background-size: contain; | ||
} | ||
.loading_more:after { | ||
content: '加载更多'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
html,body{ | ||
height: 100%; | ||
width:100%; | ||
} | ||
#wrap{ | ||
height: 100%; | ||
display: -webkit-box; | ||
display: -webkit-flex; | ||
display: flex; | ||
-webkit-box-orient: vertical; | ||
-webkit-flex-flow: column; | ||
flex-flow: column; | ||
} | ||
#header{ | ||
text-align: center; background-color: #81a9c3; color: #fff; | ||
width: 100%; | ||
} | ||
#header h1{ | ||
font-size: 20px; height: 44px; line-height: 44px; margin: 0em; color: #fff; | ||
} | ||
#main{ | ||
-webkit-box-flex: 1; | ||
-webkit-flex: 1; | ||
flex: 1; | ||
padding: 2em; | ||
} | ||
#footer{ | ||
height: 30px; line-height: 30px; | ||
background-color: #81a9c3; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
#footer h5{ | ||
color: white; | ||
} | ||
.con{font-size: 28px; text-align: center;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
html{ | ||
font-family: sans-serif; | ||
} | ||
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{ | ||
margin:0; | ||
border:0; | ||
padding:0; | ||
font-style:normal; | ||
} | ||
html,body { | ||
-webkit-touch-callout:none; | ||
-webkit-text-size-adjust:none; | ||
-webkit-tap-highlight-color:rgba(0, 0, 0, 0); | ||
-webkit-user-select:none; | ||
background-color: #fff; | ||
} | ||
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{ | ||
display: block; | ||
} | ||
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{ | ||
display:inline-block; | ||
} | ||
header,section,footer { | ||
position:relative; | ||
} | ||
ol,ul{ | ||
list-style:none; | ||
} | ||
input,button,textarea { | ||
border:0; | ||
margin:0; | ||
padding:0; | ||
font-size:1em; | ||
line-height:1em; | ||
/*-webkit-appearance:none;*/ | ||
background-color:rgba(0, 0, 0, 0); | ||
} | ||
span{ | ||
display:inline-block; | ||
} | ||
a:active, a:hover { | ||
outline: 0; | ||
} | ||
a, a:visited{ | ||
text-decoration:none; | ||
} | ||
|
||
label, .wordWrap{ | ||
word-wrap: break-word; | ||
word-break: break-all; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
td,th { | ||
padding: 0; | ||
} | ||
.clearfix:after{ | ||
content: ' '; | ||
display: block; | ||
clear: both; | ||
visibility:hidden; | ||
line-height: 0; | ||
height:0; | ||
} | ||
.loading_more{ | ||
display: block; | ||
height: 1.5em; | ||
width: 100%; | ||
} | ||
.loading_more:before { | ||
display: inline-block; vertical-align: text-bottom; | ||
content: ' '; height: 16px; width: 16px; margin-right: 6px; | ||
background: url(../image/loading_more.gif) no-repeat center; | ||
-webkit-background-size: contain; | ||
background-size: contain; | ||
} | ||
.loading_more:after { | ||
content: '加载更多'; | ||
} |
Oops, something went wrong.