Template:SizeImageBox/Item/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的3个中间版本) | |||
第3行: | 第3行: | ||
border-radius: 12px; | border-radius: 12px; | ||
overflow: hidden; | overflow: hidden; | ||
max-width: 1080px; | |||
} | } | ||
第8行: | 第9行: | ||
background: #C6C6C8 no-repeat center center / 32px 32px; | background: #C6C6C8 no-repeat center center / 32px 32px; | ||
padding: 10px; | padding: 10px; | ||
padding-top: 2px; | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: | justify-content: space-evenly; | ||
border: 5px solid; | border: 5px solid; | ||
border-color: #FFF #555555 #555555 #FFF; | border-color: #FFF #555555 #555555 #FFF; | ||
max-width:1080px; | |||
} | |||
.item_box_bag_title{ | |||
width: 100%; | |||
padding-left: 22px; | |||
font-size: 21px; | |||
color: #666666; | |||
margin-bottom: 1px; | |||
} | } | ||
.item_box .item-img{ | .item_box .item-img{ | ||
background:#8B8B8B no-repeat center center / 32px 32px; | background:#8B8B8B no-repeat center center / 32px 32px; | ||
} | } | ||
.item_box | .item_box .item-img:hover{ | ||
background:#C5C5C5 no-repeat center center / 32px 32px; | background:#C5C5C5 no-repeat center center / 32px 32px; | ||
} | } | ||
第32行: | 第42行: | ||
position: absolute; | position: absolute; | ||
background-color: #8B8B8B; | background-color: #8B8B8B; | ||
height: 2px; | |||
width: 2px; | |||
} | |||
.item_box_bag::before, .item_box_bag::after { | |||
content: ""; | |||
position: absolute; | |||
background-color: #C6C6C6; | |||
height: 2px; | height: 2px; | ||
width: 2px; | width: 2px; | ||
} | } |