copyright2
This commit is contained in:
parent
787070199c
commit
eab55dbde5
|
|
@ -54,8 +54,6 @@
|
|||
margin: 10px 0 0 0;
|
||||
display: block;
|
||||
height: 60px;
|
||||
//overflow: hidden;
|
||||
//text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
|
|
|
|||
|
|
@ -17,13 +17,11 @@ body {
|
|||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.right_top-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.right_top-title-text {
|
||||
width: 17rem;
|
||||
font-size: 2rem;
|
||||
|
|
@ -91,7 +89,7 @@ body {
|
|||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.right_top-content:last-child{
|
||||
margin-bottom: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.right_top-content-bottom-text {
|
||||
text-decoration: none;
|
||||
|
|
@ -106,11 +104,11 @@ body {
|
|||
border: 0.01rem solid rgba(0, 0, 0, 15%);
|
||||
}
|
||||
/* .hr-line:last-child{
|
||||
display: none; */
|
||||
display: none; */
|
||||
}
|
||||
@media screen and (min-width: 1400px){
|
||||
.right_top-line{
|
||||
max-width: 47%;
|
||||
max-width: 47%;
|
||||
}
|
||||
}
|
||||
/* ========================================== */
|
||||
|
|
@ -136,4 +134,4 @@ body {
|
|||
|
||||
.right-top-content-date-2 {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue