Commit 3e567345 authored by agping's avatar agping

商铺列表样式修改

parent d89e42b5
...@@ -71,10 +71,20 @@ ...@@ -71,10 +71,20 @@
display : none; display : none;
} }
.btn2 { .btn2 {
width : 8% !important; width : 10% !important;
} }
.btn4 { .btn4 {
width : 12% !important; width : 16% !important;
}
/*适配 不同屏幕*/
@media screen and (min-width:1680px){
.btn4 {
width : 12% !important;
}
.btn2 {
width : 8% !important;
}
} }
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment