mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
fix style bugs
This commit is contained in:
parent
3984381bed
commit
c5ee4b9da2
@ -2,7 +2,7 @@
|
||||
* @Author: printempw
|
||||
* @Date: 2016-07-10 17:17:07
|
||||
* @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";
|
||||
@ -17,6 +17,16 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.item {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.item-body > img {
|
||||
margin-left: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.item-footer {
|
||||
a {
|
||||
color: #fff;
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: printempw
|
||||
* @Date: 2016-06-04 20:55:09
|
||||
* @Last Modified by: printempw
|
||||
* @Last Modified time: 2016-07-23 22:30:39
|
||||
* @Last Modified time: 2016-07-23 22:50:25
|
||||
*/
|
||||
|
||||
@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) {
|
||||
.item {
|
||||
width: 45%;
|
||||
|
Loading…
Reference in New Issue
Block a user