37 lines
683 B
Plaintext
37 lines
683 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.tagList.data-v-6202a6df {
|
|
width: 100%;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
background: #fff;
|
|
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 999;
|
|
}
|
|
.tagList .active.data-v-6202a6df {
|
|
color: #54d87c;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
.tagList .scroll-view_H.data-v-6202a6df {
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
.tagList .scroll-view_H .scroll-view-item_H.data-v-6202a6df {
|
|
display: inline-block;
|
|
height: 45rpx;
|
|
line-height: 45rpx;
|
|
text-align: center;
|
|
}
|
|
.tagList text.data-v-6202a6df {
|
|
color: #666;
|
|
padding: 0 15px;
|
|
}
|
|
.TrendPage.data-v-6202a6df {
|
|
margin-top: 50px;
|
|
width: 100%;
|
|
}
|
|
|