MediaWiki:Common.css

From Wiki-Orange Pi
Revision as of 13:32, 20 June 2022 by Admin (talk | contribs)
Jump to: navigation, search
/* 这里放置的CSS将应用于所有皮肤 */
.products-list{
 position: relative;
}
.products-list>ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  
}
.products-list>ul>li{
 width: 380px
}
.products-list>.product-img{
 position: absolute;
right:130px;
top:-45px;
}
.products-list>.product-img img{
   width: 200px;
   height: 135px;
  display: block;
}
.table-3g-iot> table tr td{
        padding: 10px 0;
        text-align: center;
    }
.table-3g-iot>table tr td:nth-of-type(1),
    table tr td:nth-of-type(3){
        font-weight: 700;
    }