37 lines
539 B
SCSS
37 lines
539 B
SCSS
.custom{
|
|
&-wrap{
|
|
width: 100%;
|
|
}
|
|
&-tabs{
|
|
height: 210rpx;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
border-radius: 12rpx;
|
|
&-tab{
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
&_active{
|
|
.custom-icon{
|
|
color: $u-type-primary !important;
|
|
}
|
|
>text{
|
|
color: $u-type-primary !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.coust-chart{
|
|
width: 100%;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.box-shadow{
|
|
transition: all 0.3s ease;
|
|
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
|
|
}
|