fix style bugs

This commit is contained in:
printempw 2016-07-23 22:51:19 +08:00
parent 3984381bed
commit c5ee4b9da2
2 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-07-10 17:17:07 * @Date: 2016-07-10 17:17:07
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-07-23 12:12:50 * @Last Modified time: 2016-07-23 22:50:38
*/ */
@import "style.scss"; @import "style.scss";
@ -17,6 +17,16 @@
border-radius: 4px; border-radius: 4px;
} }
@media (min-width: 1200px) {
.item {
width: 250px;
}
.item-body > img {
margin-left: 50px;
}
}
.item-footer { .item-footer {
a { a {
color: #fff; color: #fff;

View File

@ -2,7 +2,7 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-06-04 20:55:09 * @Date: 2016-06-04 20:55:09
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-07-23 22:30:39 * @Last Modified time: 2016-07-23 22:50:25
*/ */
@font-face { @font-face {
@ -67,16 +67,6 @@ input:-webkit-autofill {
} }
} }
@media (min-width: 1200px) {
.item {
width: 250px;
}
.item-body > img {
margin-left: 50px;
}
}
@media (max-width: 756px) { @media (max-width: 756px) {
.item { .item {
width: 45%; width: 45%;