|
|
| 第157行: |
第157行: |
| padding:10px; | | padding:10px; |
| vertical-align: top; | | vertical-align: top; |
| }
| |
|
| |
| /* 右侧信息卡模板 */
| |
| .infolist {
| |
| width:256px!important;
| |
| /*
| |
| background: var(--lightcolor);
| |
| border: var(--linecolor) 1px solid;
| |
| padding: 2px;
| |
| */
| |
| }
| |
|
| |
| .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:hover {
| |
| -webkit-filter: brightness(1.05);
| |
| filter: brightness(1.05);
| |
| }
| |
| .infolist-bottom:active {
| |
| -webkit-filter: brightness(0.95);
| |
| filter: brightness(0.95);
| |
| }
| |
|
| |
| .infolist-bottombar a.external {
| |
| background-image: none;
| |
| padding-right: 0;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .bottom-afdian {
| |
| color: #946ce6!important;
| |
| background-color: #E4DBF5;
| |
| }
| |
| .bottom-afdian span {
| |
| height: 14px;
| |
| padding: 3px 1px 3px 23px;
| |
| color: #946ce6!important;
| |
| background-image: url(https://mcbbs.wiki/images/b/b2/%E7%88%B1%E5%8F%91%E7%94%B5.png);
| |
| background-repeat: no-repeat;
| |
| background-size: 20px;
| |
| } | | } |
|
| |
|