Difference between revisions of "MediaWiki:Common.css"
| Line 22: | Line 22: | ||
position: absolute; | position: absolute; | ||
right:130px; | right:130px; | ||
| − | top: | + | top:0; |
} | } | ||
.products-list>.product-img img{ | .products-list>.product-img img{ | ||
Revision as of 14:37, 30 June 2022
/* 这里放置的CSS将应用于所有皮肤 */
#p-logo {
height:100px !important;
margin-top:-14px;
}
.mw-wiki-logo{
background-size: contain !important;
}
.products-list{
position: relative;
}
.products-list>ul{
width: 70%;
display: flex;
flex-wrap: wrap;
}
.products-list>ul>li{
width: 380px
}
.products-list>.product-img{
position: absolute;
right:130px;
top:0;
}
.products-list>.product-img img{
width: 200px;
height: 135px;
display: block;
}
.table-3g-iot> table tr td{
padding: 10px 0;
text-align: center;
}