.teamClient .content .nav .nav_box { border-bottom: solid 2rpx #ebebeb; padding: 0 20rpx; margin-bottom: 0.16rpx; background-color: #fff; text-align: center; } .teamClient .content .nav .nav_box .nav_item { height: 88rpx; line-height: 88rpx; display: flex; width: 100%; white-space: nowrap; overflow-x: auto; } .teamClient .content .nav .nav_box .nav_item .li { margin: 0 20rpx; font-size: 15px; max-width: 448rpx; display: inline-block; } .teamClient .content .nav .nav_box .nav_item .tab { border-bottom: 5px solid #f15353; color: #f15353; box-sizing: border-box; padding-bottom: 5px; } .teamClient .content .nav .nav_box .nav::-webkit-scrollbar { display: none; } .teamClient .content .nav .list_box { margin-top: 12rpx; } .teamClient .content .nav .list_box .box .client { background-color: #fff; padding: 28rpx 40rpx; display: flex; position: relative; border-bottom: solid 2rpx #ebebeb; } .teamClient .content .nav .list_box .box .client .show_detail { transform: rotate(90deg); } .teamClient .content .nav .list_box .box .client .img { width: 96rpx; height: 96rpx; border-radius: 48rpx; overflow: hidden; } .teamClient .content .nav .list_box .box .client .img image { width: 100%; height: 100%; } .teamClient .content .nav .list_box .box .client .name { text-align: left; margin-left: 20rpx; width: 480rpx; } .teamClient .content .nav .list_box .box .client .name .star { color: red; font-size: 32px; position: relative; top: 0.256rpx; } .teamClient .content .nav .list_box .box .client .name .li:first-child { line-height: 48rpx; font-size: 15px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .teamClient .content .nav .list_box .box .client .name .li:last-child { font-size: 14px; color: #8c8c8c; } .teamClient .content .nav .list_box .box .client van-icon { position: absolute; right: 40rpx; font-size: 56rpx; color: #999; line-height: 96rpx; } .teamClient .content .nav .list_box .box .fade-enter-active { transition: 0.5s; } .teamClient .content .nav .list_box .box .fade-enter, .teamClient .content .nav .list_box .box .fade-leave-active { opacity: 0; height: 0; } .teamClient .content .nav .list_box .box .drop-down { background-color: #fafafa; padding: 20rpx 28rpx; color: #8c8c8c; } .teamClient .content .nav .list_box .box .drop-down .li { line-height: 60rpx; display: flex; justify-content: space-between; }