inspectList.wxss 1.91 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
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
/* pages/inspect/inspectList.wxss */
.main {
background: #fff;
width: 100%;
margin-top: 40px;
}

.title_scroll {
width: 90%;
margin-left: 10px;
/*可以滚动 */
white-space: nowrap;
display: inline-block;
}

/*隐藏Scrollview滚动条 */

::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}

.scroll_title_label {
height: 40px;
margin-right: 30px;
text-align: left;
line-height: 40px;
border: 1px;
font-size: 13px;
color: #494949;
border-bottom: 2px;
border-color: #ff5e5e;
}

.title_text {
font-size: 13px;
padding-top: 10px;
padding-bottom: 7px;
}

.search_img {
width: 22px;
height: 22px;
margin-top: 9px;
}

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

.swiper {
width: 100%;
}

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

.content_item {
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.content_des{
margin-right: 100px ;
margin-left: 15px;
height: 80px;
}
.content_title {
font-family: PingFangSC-Regular;
font-size: 14px;
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;
color: #888;
line-height: 18px;
margin-top: 10px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.content_image {
width: 68px;
transform: translateY(-100px);
float: right;
margin-right: 15px;
height: 68px;
margin-top: 25px;
}
/*item 分割线*/

.home__list-item__bottom {
height: 1px;
background: #e2e2e2;
margin-top: 5px;
left: 15px;
right: 15px;
}

.list_scroll {
height: 100vh;
/* background: rebeccapurple */
}