Template:SizeImageBox/Item/styles.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
.item_box_bag{ | |||
background: #C6C6C8 no-repeat center center / 32px 32px; | |||
padding: 10px; | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: flex-start; | |||
border: 5px solid; | |||
border-color: #FFF #373737 #373737 #FFF; | |||
} | |||
.item_box .item-img{ | .item_box .item-img{ | ||
background:#8B8B8B no-repeat center center / 32px 32px; | background:#8B8B8B no-repeat center center / 32px 32px; |
2024年12月18日 (三) 13:30的版本
.item_box_bag{ background: #C6C6C8 no-repeat center center / 32px 32px; padding: 10px; display: flex; flex-wrap: wrap; justify-content: flex-start; border: 5px solid; border-color: #FFF #373737 #373737 #FFF; } .item_box .item-img{ background:#8B8B8B no-repeat center center / 32px 32px; } .item_box:hover .item-img{ background:#C5C5C5 no-repeat center center / 32px 32px; }