瀏覽代碼

样式修改

tanxue 2 月之前
父節點
當前提交
8e9f01c42b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common/styles/global/pages.scss

+ 2 - 0
common/styles/global/pages.scss

@@ -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;}