mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 09:24:55 +00:00
Rewrite css code for list view.
This commit is contained in:
@@ -1157,7 +1157,6 @@ h3 {
|
|||||||
}
|
}
|
||||||
#noteItemList .item {
|
#noteItemList .item {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 70px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border: 1px solid #ebeff2;
|
border: 1px solid #ebeff2;
|
||||||
@@ -1207,10 +1206,10 @@ h3 {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.item-thumb img {
|
#noteItemList .item-thumb img {
|
||||||
max-width: 66px;
|
max-width: 66px;
|
||||||
}
|
}
|
||||||
.item-title {
|
#noteItemList .item-title {
|
||||||
/*font-weight: 400;*/
|
/*font-weight: 400;*/
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
@@ -1218,7 +1217,6 @@ h3 {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-bottom: dashed 1px #ebeff2;
|
|
||||||
}
|
}
|
||||||
#noteItemList .item-desc {
|
#noteItemList .item-desc {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -1233,13 +1231,13 @@ h3 {
|
|||||||
#noteItemList .item-image .item-desc {
|
#noteItemList .item-image .item-desc {
|
||||||
right: 70px;
|
right: 70px;
|
||||||
}
|
}
|
||||||
.item-info {
|
#noteItemList .item-info {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.desc {
|
#noteItemList .desc {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -1247,6 +1245,16 @@ h3 {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
/*list view & summary view*/
|
||||||
|
#noteItemList .summary-item {
|
||||||
|
height: 70px;
|
||||||
|
}
|
||||||
|
#noteItemList .list-item {
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
#noteItemList .summary-item .item-title {
|
||||||
|
border-bottom: dashed 1px #ebeff2;
|
||||||
|
}
|
||||||
#editorMask {
|
#editorMask {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@@ -102,13 +102,20 @@
|
|||||||
/* 不显示图片 */
|
/* 不显示图片 */
|
||||||
}
|
}
|
||||||
#noteItemList .item {
|
#noteItemList .item {
|
||||||
height: 69px;
|
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #363636;
|
border-bottom: 1px solid #363636;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #c2c2c2;
|
color: #c2c2c2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
#noteItemList .summary-item {
|
||||||
|
/*summary view*/
|
||||||
|
height: 69px;
|
||||||
|
}
|
||||||
|
#noteItemList .list-item {
|
||||||
|
/*list view*/
|
||||||
|
height: 29px;
|
||||||
|
}
|
||||||
#noteItemList .item-title {
|
#noteItemList .item-title {
|
||||||
color: #c2c2c2;
|
color: #c2c2c2;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@@ -102,13 +102,20 @@
|
|||||||
/* 不显示图片 */
|
/* 不显示图片 */
|
||||||
}
|
}
|
||||||
#noteItemList .item {
|
#noteItemList .item {
|
||||||
height: 69px;
|
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #363636;
|
border-bottom: 1px solid #363636;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #c2c2c2;
|
color: #c2c2c2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
#noteItemList .summary-item {
|
||||||
|
/*summary view*/
|
||||||
|
height: 69px;
|
||||||
|
}
|
||||||
|
#noteItemList .list-item {
|
||||||
|
/*list view*/
|
||||||
|
height: 29px;
|
||||||
|
}
|
||||||
#noteItemList .item-title {
|
#noteItemList .item-title {
|
||||||
color: #c2c2c2;
|
color: #c2c2c2;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@@ -102,13 +102,20 @@
|
|||||||
/* 不显示图片 */
|
/* 不显示图片 */
|
||||||
}
|
}
|
||||||
#noteItemList .item {
|
#noteItemList .item {
|
||||||
height: 69px;
|
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #363636;
|
border-bottom: 1px solid #363636;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #c2c2c2;
|
color: #c2c2c2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
#noteItemList .summary-item {
|
||||||
|
/*summary view*/
|
||||||
|
height: 69px;
|
||||||
|
}
|
||||||
|
#noteItemList .list-item {
|
||||||
|
/*list view*/
|
||||||
|
height: 29px;
|
||||||
|
}
|
||||||
#noteItemList .item-title {
|
#noteItemList .item-title {
|
||||||
color: #c2c2c2;
|
color: #c2c2c2;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
Reference in New Issue
Block a user