Widget:Team:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第95行: | 第95行: | ||
align-items: center; | align-items: center; | ||
width: 100%; | width: 100%; | ||
} | |||
.nav .heart{ | |||
color: rgba(155,155,155); | |||
} | |||
.nav .heart:before{ | |||
content: '\f004'; | |||
font-family: fontAwesome; | |||
line-height: 30px; | |||
z-index: 1; | |||
cursor: pointer; | |||
} | |||
.nav .heart-btn:checked ~ .heart:before{ | |||
color: #e41934; | |||
} | |||
.nav .heart-btn{ | |||
display: none; | |||
} | } | ||
.details{ | .details{ | ||
| 第161行: | 第177行: | ||
<!--verify-icon--------> | <!--verify-icon--------> | ||
<i class="verify fas fa-check-circle"></i> | <i class="verify fas fa-check-circle"></i> | ||
<!--heart-btn---------------> | |||
<input class="heart-btn" id="heart-btn" type="checkbox" /> | |||
<label class="heart"></label> | |||
</div> | </div> | ||
<!--img and details----------------> | <!--img and details----------------> | ||
<div class="details"> | <div class="details"> | ||
<img alt="" src="images/t-1.png" /> | <img alt="" src="images/t-1.png" /> | ||
<strong> | <strong>Hice</strong> | ||
<p>[email protected]</p> | <p>[email protected]</p> | ||
</div> | </div> | ||