.link-line { font-size: 16px; border-bottom: 1px solid #dddddd; height:120px; position:relative; overflow: hidden; } .link-line .angle{ width:70px; height:70px; position: absolute; background: #FF5722; top:-50px; right:-50px; transform: rotate(45deg); color:#fff; } .link-line .angle span{ position: absolute; bottom:0; display: block; width:20px; text-align: center; } .link-line img { width: 16px; height: 16px; /*border-radius: 50%;*/ margin-right: 1px; position: relative; top:3px; } .link-line a{ color:#212121; text-decoration:none; } .link-space{ margin-top:16px; } .link-title{ /*color:rgb(0,0,0);*/ font-size:14px; font-weight:bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height:15px; } .link-content{ text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .category-name{ padding-left:8px; } .category-name i { padding-right:12px; } footer{ width:100%; /* margin-top:2em; */ text-align:center; line-height: 18px; margin-top:2em; margin-bottom: 2em; } footer a{ color:#8C9EFF; text-decoration: none; } .top{ position:fixed; right:10px; bottom:30px; z-index:99; border-radius: 40px; /* border:1px solid red; */ } .top i{ font-size: 40px; color: #1E9FFF; font-weight: bold; } .hidden { display: none; }