Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/H5xxx/mocar
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxiaosheng committed Sep 14, 2014
2 parents 886ef7f + 99e165b commit ec2dd47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ select {
}
.footer .site-icons {
float: right;
width: 40px;
height: 40px;
margin-top: -20px;
width: 56px;
height: 56px;
margin-top: -25px;
margin-right: 25px;
}
.icon-seperator {
Expand Down Expand Up @@ -370,6 +370,7 @@ select {
.justify-content {
display: table-cell;
vertical-align: middle;
color: #60C900;
}

/*loading*/
Expand Down
6 changes: 5 additions & 1 deletion css/service.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ img {
overflow: hidden;
}
.header .j-nav:nth-child(2) {
white-space:nowrap;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 167px;
}
Expand All @@ -131,6 +131,10 @@ img {
height: 45px;
line-height: 45px;
border-bottom: 1px solid #aaa;
white-space: nowrap;
text-overflow: ellipsis;
width: 280px;
overflow: hidden;
}
/*.model-item {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"mock": "lib/mock.js"
}
})
seajs.use('mockAjax', function() {});
// seajs.use('mockAjax', function() {});

seajs.use("page/index");
</script>
Expand Down

0 comments on commit ec2dd47

Please sign in to comment.