Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
bestpay
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
91af82ac
authored
Dec 22, 2017
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
k
parent
7e4d27e3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
10 deletions
+7
-10
.idea/workspace.xml
+6
-8
.sass-cache/46cd6a78425e02f38b71790c64f1d20201d3ab25/main.scssc
+0
-0
css/main.css
+0
-1
css/main.scss
+1
-1
No files found.
.idea/workspace.xml
View file @
91af82ac
...
...
@@ -2,9 +2,7 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"d52db3c2-5e88-4692-bb71-d738c8d9556a"
name=
"Default"
comment=
""
>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/bestpay.iml"
afterPath=
"$PROJECT_DIR$/.idea/bestpay.iml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/css/main.css"
afterPath=
"$PROJECT_DIR$/css/main.css"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/css/main.scss"
afterPath=
"$PROJECT_DIR$/css/main.scss"
/>
</list>
<ignored
path=
"$PROJECT_DIR$/.tmp/"
/>
...
...
@@ -29,8 +27,8 @@
<file
leaf-file-name=
"main.scss"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/css/main.scss"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
235
"
>
<caret
line=
"
115"
column=
"25"
lean-forward=
"true"
selection-start-line=
"115"
selection-start-column=
"25"
selection-end-line=
"115"
selection-end-column=
"2
5"
/>
<state
relative-caret-position=
"
300
"
>
<caret
line=
"
20"
column=
"15"
lean-forward=
"true"
selection-start-line=
"20"
selection-start-column=
"15"
selection-end-line=
"20"
selection-end-column=
"1
5"
/>
<folding
/>
</state>
</provider>
...
...
@@ -122,12 +120,12 @@
<option
name=
"number"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1513957319156
</updated>
<workItem
from=
"1513957320785"
duration=
"
241
000"
/>
<workItem
from=
"1513957320785"
duration=
"
354
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"
241
000"
/>
<option
name=
"totallyTimeSpent"
value=
"
354
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"29"
width=
"1440"
height=
"821"
extended-state=
"6"
/>
...
...
@@ -164,8 +162,8 @@
<component
name=
"editorHistoryManager"
>
<entry
file=
"file://$PROJECT_DIR$/css/main.scss"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
235
"
>
<caret
line=
"
115"
column=
"25"
lean-forward=
"true"
selection-start-line=
"115"
selection-start-column=
"25"
selection-end-line=
"115"
selection-end-column=
"2
5"
/>
<state
relative-caret-position=
"
300
"
>
<caret
line=
"
20"
column=
"15"
lean-forward=
"true"
selection-start-line=
"20"
selection-start-column=
"15"
selection-end-line=
"20"
selection-end-column=
"1
5"
/>
<folding
/>
</state>
</provider>
...
...
.sass-cache/46cd6a78425e02f38b71790c64f1d20201d3ab25/main.scssc
View file @
91af82ac
No preview for this file type
css/main.css
View file @
91af82ac
...
...
@@ -8,7 +8,6 @@ html, body {
margin
:
0
;
font-family
:
helvetica
;
background
:
white
;
overflow
:
hidden
;
height
:
100%
;
-webkit-overflow-scrolling
:
touch
;
}
...
...
css/main.scss
View file @
91af82ac
...
...
@@ -17,7 +17,7 @@ html, body {
font-family
:
helvetica
;
background
:
white
;
overflow
:
hidden
;
//
overflow: hidden;
height
:
100%
;
-webkit-overflow-scrolling
:
touch
;
}
...
...
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