childcare_knowledge_detail.wxss 1.49 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
.main {
background: #fff;
width: 100%;
height: 100%;
}

.title_text {
padding-top: 10px;
font-family: PingFangSC-Regular;
font-size: 16px;
color: #000;
letter-spacing: 0;
margin-left: 10px;
margin-right: 10px;
}

.home__list-item {
position: relative;
background: white;
}

.swiper {
height: 160px;
margin-top: 10px;
width: 100%;
}

.swiper image {
height: 100%;
width: 100%;
}

.content_item {
width: 100%;
height: 75px;
right: 75px;
}

.content_time {
font-family: PingFangSC-Regular;
font-size: 10px;
margin-top: 3px;
color: #c8c6c6;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
margin-left: 20px;
overflow: hidden;
}

.content_content {
font-family: PingFangSC-Regular;
font-size: 13px;
color: #888;
display: flex;
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
word-break: break-all;
text-indent:2em;
}

.content_image {
width: 50px;
transform: translateY(-65px);
float: right;
margin-right: 15px;
height: 50px;
}

.zar_box {
display: flex;
}

.zar_img {
width: 22px;
height: 22px;
}

.content_zar {
font-family: PingFangSC-Regular;
font-size: 10px;
margin-left: 3px;
margin-top: 3px;
color: #c8c6c6;
}

/*item 分割线*/

.home__list-item__bottom {
height: 2px;
background: #d8dbd4;
margin-bottom: 5px;
margin-top: 5px;
left: 15px;
right: 15px;
}