|
@@ -1738,10 +1738,11 @@
|
|
|
background-image: url("@/static/images/my/tk-tab-item.png");}
|
|
|
}
|
|
|
.sxtk-banben-body{
|
|
|
- flex: 1;overflow-y: auto;padding:10rpx 0;box-sizing: border-box;display: flex;flex-wrap: wrap;margin-bottom: 10rpx;
|
|
|
+ flex: 1;overflow-y: auto;padding:10rpx 0;box-sizing: border-box;
|
|
|
+ display: flex;flex-wrap: wrap;align-content: flex-start;margin-bottom: 10rpx;
|
|
|
.banben-item{width: 33.33%;font-size: 28rpx;margin-bottom: 24rpx;}
|
|
|
.banben-text-item{width: 194rpx;height: 79rpx;line-height: 79rpx;text-align: center;margin: 0 auto;
|
|
|
- @include single-line-ellipsis;box-sizing: border-box;padding: 0 6rpx;
|
|
|
+ @include single-line-ellipsis;box-sizing: border-box;padding: 0 6rpx;
|
|
|
background-image: url("@/static/images/my/tk-list-item.png");@include ezy-no-repeat-cover;color: #fff;}
|
|
|
.banben-item.active .banben-text-item{background-image: url("@/static/images/my/tk-list-item-a.png");color: #6e0c02;}
|
|
|
}
|