2025-01-24 19:39:53 +08:00

130 lines
2.7 KiB
Plaintext

.main.data-v-0dd499ae {
width: 100vw;
height: 100vh;
}
.main .fliter.data-v-0dd499ae {
background: #fff;
margin-bottom: 24rpx;
}
.main .fliter .select_box.data-v-0dd499ae {
display: flex;
flex-direction: row;
padding: 16rpx 32rpx 8rpx;
align-items: center;
justify-content: space-between;
}
.main .fliter .select_box .search_box.data-v-0dd499ae {
width: 558rpx;
height: 72rpx;
background: #f2f4f5;
display: flex;
flex-direction: row;
align-items: center;
border-radius: 36rpx;
}
.main .fliter .select_box .search_box ._img.data-v-0dd499ae {
width: 35rpx;
height: 35rpx;
margin: auto 16rpx auto 24rpx;
}
.main .fliter .select_box .search_box .select_input.data-v-0dd499ae {
width: 476rpx;
border: none;
height: 40rpx;
font-size: 28rpx;
}
.main .fliter .select_box .select_btn.data-v-0dd499ae {
display: flex;
flex-direction: row;
align-items: center;
font-size: 28rpx;
color: #6c737a;
}
.main .fliter .select_box .select_btn ._img.data-v-0dd499ae {
width: 35rpx;
height: 35rpx;
margin-right: 12rpx;
}
.main .fliter .tabs.data-v-0dd499ae {
width: 100%;
height: 88rpx;
display: flex;
}
.main .fliter .tabs .tabs_item.data-v-0dd499ae {
text-align: center;
color: #6c737a;
font-size: 28rpx;
line-height: 88rpx;
flex: 1;
}
.main .fliter .tabs .tab_active.data-v-0dd499ae {
color: #1890ff;
font-weight: 600;
position: relative;
}
.main .fliter .tabs .tab_active.data-v-0dd499ae:after {
content: "";
display: block;
position: absolute;
bottom: 2rpx;
left: 50%;
margin-left: -24rpx;
width: 48rpx;
height: 6rpx;
background: #1890ff;
border-radius: 2rpx;
}
.main .fliter .sum_count.data-v-0dd499ae {
height: 72rpx;
background: #fff;
border-radius: 2rpx;
padding-left: 32rpx;
line-height: 72rpx;
font-size: 28rpx;
color: #6c737a;
border-top: 2rpx solid #f2f4f5;
}
.main .fliter .sum_count ._span.data-v-0dd499ae {
color: #020e1a;
}
.main .srcollView.data-v-0dd499ae {
width: 100%;
height: calc(100vh - 160rpx);
}
.main .srcollView .inBottom.data-v-0dd499ae {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.main .srcollView .inBottom .bottomText.data-v-0dd499ae {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #d0d0d0;
line-height: 40rpx;
text-align: justify;
font-style: normal;
position: relative;
padding: 6rpx 0;
}
.main .srcollView .inBottom .bottomText.data-v-0dd499ae::after {
content: "";
width: 30vw;
height: 2rpx;
background: #e0e0e0;
position: absolute;
left: -32vw;
top: 50%;
}
.main .srcollView .inBottom .bottomText.data-v-0dd499ae::before {
content: "";
width: 30vw;
height: 2rpx;
background: #e0e0e0;
position: absolute;
right: -32vw;
top: 50%;
}