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