|
@@ -1934,6 +1934,8 @@
|
|
|
line-height: 1.4;box-sizing: border-box;border-bottom: 1rpx dashed #068aea;
|
|
|
.uni-scroll-view-content{display: flex;}
|
|
|
.title-item{margin: 0 18rpx;color: #068aea;font-size: 28rpx;position: relative;padding: 12rpx 24rpx;}
|
|
|
+ .title-item:first-child{margin: 0;padding: 0;}
|
|
|
+ .title-item:last-child{margint: 0;padding: 0;}
|
|
|
.title-item.active{font-weight: bold;}
|
|
|
.title-item.active::after{content: '';width: 70%;height: 8rpx;display: block;
|
|
|
background-color:#068aea;bottom: 0rpx;left:15%;position: absolute;border-radius: 8rpx;}
|