mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
优化课程列表标签动画表现;
This commit is contained in:
@@ -234,6 +234,7 @@
|
||||
|
||||
.ul-link-title {
|
||||
margin-right: 15px;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
.ul-link-list {
|
||||
@@ -245,9 +246,10 @@
|
||||
}
|
||||
|
||||
.ul-link-item {
|
||||
padding : 0px 10px;
|
||||
cursor : pointer;
|
||||
margin-right: 10px;
|
||||
padding : 0px 10px;
|
||||
cursor : pointer;
|
||||
margin-right : 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.ul-link-item.current {
|
||||
@@ -1039,15 +1041,15 @@
|
||||
}
|
||||
|
||||
.ul-nav-card-item-title {
|
||||
font-size : 14px;
|
||||
color : #253647;
|
||||
font-weight: 700;
|
||||
font-size : 14px;
|
||||
color : #253647;
|
||||
font-weight : 700;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ul-nav-card-item-desc {
|
||||
line-height: 28px;
|
||||
color : #666;
|
||||
font-size : 12px;
|
||||
color : #666;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.ul-nav-card-item.disabled .ul-nav-card-item-icon {
|
||||
@@ -1159,6 +1161,7 @@
|
||||
position: absolute;
|
||||
right : 8px;
|
||||
top : 8px;
|
||||
z-index : 9999;
|
||||
}
|
||||
|
||||
.ul-course-item-info {
|
||||
@@ -1183,12 +1186,13 @@
|
||||
transform: scale(1.2)
|
||||
}
|
||||
|
||||
.ul-course-item-poster:hover .ul-course-item-tag {
|
||||
.ul-course-item-poster-container:hover .ul-course-item-tag {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ul-course-item-poster-container {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ul-avatar-sidebar-list-item {
|
||||
@@ -1347,16 +1351,23 @@ body .layui-quote-gray {
|
||||
}
|
||||
|
||||
.ul-book-title {
|
||||
font-size : 16px;
|
||||
color : #3e3a39;
|
||||
margin-bottom: 6px;
|
||||
font-weight : 600;
|
||||
line-height : 1.5;
|
||||
font-size : 16px;
|
||||
color : #3e3a39;
|
||||
margin-bottom : 6px;
|
||||
font-weight : 600;
|
||||
line-height : 1.5;
|
||||
word-break : break-all;
|
||||
text-overflow : ellipsis;
|
||||
display : -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
.ul-book-author {
|
||||
font-size: 12px;
|
||||
color : #3e3a39;
|
||||
font-size : 12px;
|
||||
color : #3e3a39;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.ul-book-status {
|
||||
@@ -1390,6 +1401,7 @@ body .layui-quote-gray {
|
||||
padding : 10px;
|
||||
box-shadow : 0px 1px 3px #bbb;
|
||||
background-color: #fff;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.ul-nav-button-icon {
|
||||
|
||||
Reference in New Issue
Block a user