.main {
background: white;
height: 100%;
width: 100%;
}
.check_image {
width: 20px;
height: 20px;
margin-left: 10px;
transform: translateY(-65px);
}
.content_item {
width: 100%;
height: 120px;
right: 75px;
margin-left: 10px;
position: flex;
}
.content_title {
font-family: PingFangSC-Regular;
font-size: 14px;
padding-top:5px;
color: #222;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.content_content {
height: 36px;
font-family: PingFangSC-Regular;
font-size: 12px;
margin-top: 10px;
color: #888;
line-height: 18px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.content_image {
width: 70px;
transform: translateY(-100px);
float: right;
margin-right: 15px;
height: 70px;
position: absolute;
right: 0px;
}
.zarparent_box {
display: flex;
margin-top: 15px;
}
.zar_box {
display: flex;
margin-left: -5px;
width: 50px;
}
.zar_img {
width: 25px;
height: 25px;
}
.save_img {
width: 25px;
height: 25px;
}
.content_zar {
font-family: PingFangSC-Regular;
font-size: 10px;
margin-left: 3px;
margin-top: 5px;
color: #c6c6c6;
}
.tags_view{
display:flex;
float: right;
position: absolute;
right: 20px;
}
.tags1 {
background: #f2fdf7;
border-radius: 2px;
font-size: 12px;
margin-left: 10px;
color: #58a478;
margin-top: 2px;
padding: 2px;
}
/*item 分割线*/
.home__list-item__bottom {
height: 1px;
background: #e2e2e2;
margin-top: 5px;
left: 15px;
right: 15px;
}
.list_scroll {
height: 100vh;
/* background: rebeccapurple */
}
.bottom_view {
position: fixed;
display: flex;
bottom: 20px;
left: 10px;
right: 10px;
height: 36px;
}
.chooseAll {
background: #eaeaea;
border: 1px solid #e6e6e6;
border-radius: 100px;
font-size: 14px;
color: #888;
margin-right: 10px;
text-align: center;
line-height: 36px;
width: 30%;
}
.delete_bt {
background: #48c17b;
border-radius: 100px;
color: white;
font-size: 14px;
width: 30%;
line-height: 36px;
text-align: center;
}
.delete_bt2 {
background: #48c17b;
border-radius: 100px;
position: fixed;
color: white;
font-size: 14px;
bottom: 20px;
left: 10px;
right: 10px;
height: 36px;
}