访客,您必须在登录后才能编辑,请登录/注册

模板:信息卡/style.css:修订间差异

来自苦力怕Wiki
(创建页面,内容为“→‎右侧信息卡模板:​ .infolist { width:256px!important; } .infolist .salt img, .infolist .image img { max-width: 100%; height: auto; max-height: 384px; } .infolist-bottombar { max-width: 250px; text-align: center; } .infolist-bottom { margin: 0; width: 250px; background:#E0CBA7; text-align: center; line-height: 50px; border-radius:7px; font-size: 14px; display: inline-block; } .infolist-bottom:h…”
 
无编辑摘要
标签移动版编辑 移动版网页编辑
 
(未显示2个用户的13个中间版本)
第19行: 第19行:
margin: 0;
margin: 0;
width: 250px;
width: 250px;
background:#E0CBA7;
background:#61cab8;
text-align: center;
text-align: center;
line-height: 50px;
line-height: 50px;
第61行: 第61行:
width: calc(33% - 2px);
width: calc(33% - 2px);
display: inline-block;
display: inline-block;
}

.bottom-afdian {
color: #946ce6!important;
background-color: #E4DBF5;
}
.bottom-afdian span {
height: 14px;
padding: 3px 1px 3px 23px;
color: #946ce6!important;
background-repeat: no-repeat;
background-size: 20px;
}
}
/* [[分类:模板样式]] */
/* [[分类:模板样式]] */

2023年2月23日 (四) 06:42的最新版本

/* 右侧信息卡模板 */
.infolist {
    width:256px!important;
}

.infolist .salt img,
.infolist .image img {
    max-width: 100%;
    height: auto;
    max-height: 384px;
}

.infolist-bottombar {
    max-width: 250px;
    text-align: center;
}

.infolist-bottom {
    margin: 0;
    width: 250px;
    background:#61cab8;
    text-align: center;
    line-height: 50px;
    border-radius:7px;
    font-size: 14px;
    display: inline-block;
}

.infolist-bottom:hover {
    filter: brightness(1.05);
}
.infolist-bottom:active {
    filter: brightness(0.95);
}

.infolist-bottombar a.external {
    background-image: none;
    padding-right: 0;
    text-decoration: none;
}

body.skin-minerva .infolist tr,
body.skin-minerva .infolist tbody,
body.skin-minerva .infolist th {
  display: block;
}

body.skin-minerva .infolist>tbody>tr:nth-child(4) {
  display: none;
}

body.skin-minerva .infolist td[colspan="3"] {
  width: 100%;
}

body.skin-minerva .infolist td[colspan="2"] {
  width: calc(63% - 2px);
}

body.skin-minerva .infolist td {
  width: calc(33% - 2px);
  display: inline-block;
}
/* [[分类:模板样式]] */