1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-12 06:51:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加Metronic(作为LFS)

This commit is contained in:
2022-03-01 21:24:58 +08:00
parent 080ca33954
commit 465c454101
3280 changed files with 561969 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
.apps{
margin-bottom: 80px;
}
.app-item{
list-style: none;
height: 350px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.app-item .info{
text-align: center;
padding-top: 80px;
}
.app-item .info .icon{
width: 70px;
}
.app-item .info p{
color: #969696;
}
.app-item .pics{
height: 100%;
}
.app-item .pics>li{
list-style: none;
display: inline-block;
margin-right: 30px;
height: 100%;
padding: 7px 5px;
background: #fff;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0,0,0,0.07);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.app-item .pics>li>img{
height: 100%;
}