mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
我的文章调整样式
This commit is contained in:
@@ -206,9 +206,6 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.article-info-date {
|
.article-info-date {
|
||||||
// position: absolute;
|
|
||||||
// top: 70%;
|
|
||||||
// right:0px;
|
|
||||||
.del{
|
.del{
|
||||||
color: #8590A6;
|
color: #8590A6;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -223,8 +220,6 @@ export default {
|
|||||||
}
|
}
|
||||||
.one-line-ellipsis {
|
.one-line-ellipsis {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// word-break: break-all;
|
|
||||||
// white-space:pre-wrap;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
@@ -234,16 +229,13 @@ export default {
|
|||||||
}
|
}
|
||||||
.two-line-ellipsis{
|
.two-line-ellipsis{
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
// white-space:pre-wrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// text-overflow:ellipsis;
|
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.article-status1 {
|
.article-status1 {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
// border: 1px dotted #ddd;
|
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
.article-status8{
|
.article-status8{
|
||||||
@@ -253,7 +245,6 @@ export default {
|
|||||||
}
|
}
|
||||||
.article-status2 {
|
.article-status2 {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
// border: 1px dotted #FFB30F;
|
|
||||||
color: #FFB30F;
|
color: #FFB30F;
|
||||||
}
|
}
|
||||||
.article-status3 {
|
.article-status3 {
|
||||||
@@ -282,18 +273,11 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-info {
|
.article-info {
|
||||||
|
|
||||||
|
|
||||||
.article-info-title {
|
.article-info-title {
|
||||||
// margin-left: -12px;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
// font-weight: 400;
|
|
||||||
|
|
||||||
// height: 40px;
|
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
// line-height: 40px;
|
|
||||||
.titleContent{
|
.titleContent{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user