Template:SizeImageBox/Item/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
.item_box_bag_border{ | |||
border: 3px solid; | |||
border-radius: 12px; | |||
overflow: hidden; | |||
} | |||
.item_box_bag{ | .item_box_bag{ | ||
background: #C6C6C8 no-repeat center center / 32px 32px; | background: #C6C6C8 no-repeat center center / 32px 32px; | ||
第6行: | 第12行: | ||
justify-content: flex-start; | justify-content: flex-start; | ||
border: 5px solid; | border: 5px solid; | ||
border-color: #FFF # | border-color: #FFF #555555 #555555 #FFF; | ||
} | } | ||
.item_box .item-img{ | .item_box .item-img{ | ||
第14行: | 第19行: | ||
.item_box:hover .item-img{ | .item_box:hover .item-img{ | ||
background:#C5C5C5 no-repeat center center / 32px 32px; | background:#C5C5C5 no-repeat center center / 32px 32px; | ||
} | |||
.item_box .item-img::before { | |||
bottom: -2px; | |||
left: -2px; | |||
} | |||
.item_box .item-img::after { | |||
top: -2px; | |||
right: -2px; | |||
} | |||
.item_box .item-img::before, .item_box .item-img::after { | |||
content: ""; | |||
position: absolute; | |||
background-color: #8B8B8B; | |||
height: 2px; | |||
width: 2px; | |||
} | } |