checkTabList.wxss 1.9 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
.main {
background: #fff;
width: 100%;
margin-top: 40px;
}

.title_top_view {
width: 100%;
display: flex;
background: white;
position: fixed;
height: 40px;
top: 0px;
z-index: 1;
}

.title_scroll {
width: 100%;
/*可以滚动 */
white-space: nowrap;
display: inline-block;
}

/*隐藏Scrollview滚动条 */

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

.scroll_title_label {
height: 40px;
width: 25%;
text-align: center;
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;
}

.content_line {
display: flex;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
}

.content_front {
font-size: 13px;
color: #222;
word-wrap: break-word;
margin-left: 5px;
}

.content_after {
font-size: 13px;
color: #666;
margin-left: 5px;
height: 20px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

.other_line {
display: flex;
width: calc(100%-20);
background: #f5f5f5;
margin-top: 10px;
border-radius: 4px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
min-height: 57px;
margin-right: 10px;
}

.other_text {
font-size: 13px;
margin-left: 5px;
color: #666;
}

.fuzhu_check {
font-size: 12px;
color: #999;
background: #f5f5f5;
padding-left: 15px;
height: 30px;
line-height: 30px;
}
.fuzhu_other_text {
font-size: 13px;
color: #666;
background:#fff;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
min-height:30px;
}