You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.tab-container.data-v-4d630804 {
|
|
font-size: 14px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
.tab-container .tab-box.data-v-4d630804 {
|
|
width: 100%;
|
|
height: 45px;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.tab-container .tab-box .scroll-view.data-v-4d630804 {
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.tab-container .tab-box .scroll-view .scroll-content.data-v-4d630804 {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
.tab-container .tab-box .scroll-view .scroll-content .tab-item-box.data-v-4d630804 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
height: 100%;
|
|
}
|
|
.tab-container .tab-box .scroll-view .scroll-content .tab-item-box .tab-item.data-v-4d630804 {
|
|
height: 100%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
padding: 0 20px;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
.tab-container .tab-box .scroll-view .scroll-content .tab-item-box .tab-item-active.data-v-4d630804 {
|
|
color: #01a4fe;
|
|
}
|
|
.tab-container .tab-box .scroll-view .scroll-content .underLine.data-v-4d630804 {
|
|
height: 2px;
|
|
width: 25px;
|
|
background-color: #01a4fe;
|
|
border-radius: 3px;
|
|
transition: 0.3s;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|