Skip to content

Commit

Permalink
aaa“
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Mar 20, 2017
1 parent a9c7f18 commit 18ad35b
Show file tree
Hide file tree
Showing 26 changed files with 2,731 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apple/.idea/apple.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions apple/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions apple/.idea/watcherTasks.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

666 changes: 666 additions & 0 deletions apple/.idea/workspace.xml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions apple/css/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
h1,h2,h3,h4,h5,h6,body,p,ul,li,ol,dl,dt,dd,table,tbody,tr,td,input,hr{
margin:0;padding:0;list-style:none;
}
a{
text-decoration: none;
}
img{
border:0;
}
body{
font-family: Arial,"Microsoft YaHei";
}
30 changes: 30 additions & 0 deletions apple/css/iconfont.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1489665086283'); /* IE9*/
src: url('iconfont.eot?t=1489665086283#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1489665086283') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1489665086283') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1489665086283#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
font-family:"iconfont" !important;
font-size:16px;
color:#fff;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-pingguo1:before { content: "\e65a"; }

.icon-apple:before { content: "\e608"; }

.icon-gouwudai:before { content: "\e61a"; }

.icon-denghao:before { content: "\e66b"; }

.icon-sou:before { content: "\e600"; }

.icon-pingguo:before { content: "\e964"; }

Binary file added apple/css/iconfont.eot
Binary file not shown.
62 changes: 62 additions & 0 deletions apple/css/iconfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple/css/iconfont.ttf
Binary file not shown.
Binary file added apple/css/iconfont.woff
Binary file not shown.
Loading

0 comments on commit 18ad35b

Please sign in to comment.