Browse Source

样式修改

tanxue 1 month ago
parent
commit
42facede56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common/styles/global/pages.scss

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

@@ -2120,11 +2120,11 @@
 			// transform: translateY(12rpx);
 			transform:scale(0.98);
 		}
-		.item-fixed{
+		/* .item-fixed{
 			width: 100%;padding: 24rpx 0;
 			position:sticky;position:-webkit-sticky;
 			top: 0;z-index: 10;background-color: #fff;
-		}
+		} */
 		/* 动画类 */
 		/* .item-dy-box.item-active {
 			animation: scalePulse 1s ease-in-out;