纸通宝小程序
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.
 

71 lines
1.3 KiB

.scroll-view {
width: 100%;
height: 90rpx;
overflow: hidden;
}
.tabs-wrap {
padding-bottom: 20rpx;
}
.tabs {
position: relative;
height: 90rpx;
color: #999999;
display: flex;
}
.tabs--scroll {
white-space: nowrap !important;
display: block !important;
}
.tabs--scroll .tabs__item {
flex: initial !important;
text-align: initial !important;
display: inline-block !important;
padding: 0 30rpx;
}
.tabs--scroll .tabs__item-child {
display: block !important;
}
.tabs__item {
flex: 1;
text-align: center;
height: 90rpx;
line-height: 90rpx;
padding: 0 10rpx;
box-sizing: border-box;
transition: color 0.3s ease-in-out;
font-size: 30rpx;
}
.tabs__item--cur {
color: #008AFF;
/* font-size: 30rpx; */
}
.tabs__item-child {
display: inline-block;
}
.tabs-type {
background-color: #F3f3f3;
line-height: 60rpx;
height: 56rpx;
font-size: 26rpx;
text-align: center;
margin: 16rpx 8rpx;
padding: 0rpx 36rpx;
text-align: center;
border-radius: 56rpx;
}
.type--cur{
background: #007AFF24;
color: #007AFF;
}
.tabs__line {
position: absolute;
left: 0;
bottom: 0;
background-color: #008AFF;
height: 4rpx;
width: 0rpx;
display: inline-block;
}
.tabs__line.transition {
transition: width 0.3s, transform 0.3s;
}