319
个编辑
M397749490(留言 | 贡献) 小无编辑摘要 标签:已被回退 移动版编辑 移动版网页编辑 |
M397749490(留言 | 贡献) 小无编辑摘要 标签:手工回退 移动版编辑 移动版网页编辑 |
||
| 第1行: | 第1行: | ||
/* 右侧信息卡模板 */ | /* 右侧信息卡模板 */ | ||
.infolist { | .infolist { | ||
width: | width:256px!important; | ||
} | } | ||
| 第12行: | 第12行: | ||
.infolist-bottombar { | .infolist-bottombar { | ||
max-width: | max-width: 250px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 第18行: | 第18行: | ||
.infolist-bottom { | .infolist-bottom { | ||
margin: 0; | margin: 0; | ||
width: | width: 250px; | ||
background:#61cab8; | background:#61cab8; | ||
text-align: center; | text-align: center; | ||
| 第55行: | 第55行: | ||
body.skin-minerva .infolist td[colspan="2"] { | body.skin-minerva .infolist td[colspan="2"] { | ||
width: calc( | width: calc(63% - 2px); | ||
} | } | ||
body.skin-minerva .infolist td { | body.skin-minerva .infolist td { | ||
width: calc( | width: calc(33% - 2px); | ||
display: inline-block; | display: inline-block; | ||
} | } | ||