three dots, OK buttom
This commit is contained in:
parent
68a38f1a35
commit
2ae97d2f15
|
|
@ -901,6 +901,31 @@ li {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.link {
|
||||
margin: 30px 0 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.home_link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.home_link span {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
padding: 12px 40px;
|
||||
background: var(--blue);
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
line-height: 1.3;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.header_img img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
@ -1604,6 +1629,13 @@ li {
|
|||
color: var(--blue);
|
||||
|
||||
margin-top: 20px;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.item_sub_title {
|
||||
|
|
@ -1613,6 +1645,13 @@ li {
|
|||
color: #000;
|
||||
text-align: var(--item--align);
|
||||
margin: 10px 0;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.item_name {
|
||||
|
|
|
|||
Loading…
Reference in New Issue