|
@@ -296,34 +296,37 @@
|
|
|
padding-bottom: 100rpx;
|
|
|
background-color: rgba(245, 246, 248, 1);
|
|
|
.container{
|
|
|
- padding: 0 32rpx;
|
|
|
.tab-cont{
|
|
|
.part{
|
|
|
.tab{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding-bottom: 10rpx;
|
|
|
+ justify-content: center;
|
|
|
overflow-x: auto;
|
|
|
+ background-color: #fff;
|
|
|
+ padding:32rpx;
|
|
|
.tab-item{
|
|
|
display: inline-block;
|
|
|
- padding: 16rpx 20rpx;
|
|
|
+ padding: 0 36rpx;
|
|
|
background-color: #fff;
|
|
|
text-align: center;
|
|
|
flex-shrink: 0;
|
|
|
line-height: 1;
|
|
|
font-size: 32rpx;
|
|
|
color: #333;
|
|
|
- border: 1px solid #eaeaea;
|
|
|
box-sizing: border-box;
|
|
|
- border-left: 0;
|
|
|
+ border-bottom: 4rpx solid transparent;
|
|
|
&.active{
|
|
|
- background-color: #1e80ff;
|
|
|
- color: #fff;
|
|
|
- border-color: #1e80ff;
|
|
|
+ // background-color: #1e80ff;
|
|
|
+ // color: #fff;
|
|
|
+ // border-color: #1e80ff;
|
|
|
+ color: #1e80ff;
|
|
|
+ font-weight: 800;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.part-cont{
|
|
|
+ padding: 0 32rpx;
|
|
|
.item{
|
|
|
background-color: #fff;
|
|
|
border-radius: 12rpx;
|