zhengjinyi 4 anni fa
parent
commit
595aa21466
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      h5/pages/activity/activity_mid.vue

+ 2 - 2
h5/pages/activity/activity_mid.vue

@@ -413,7 +413,7 @@
 						height:4rpx;
 						background:linear-gradient(302deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
 						position: absolute;
-						left: 0;
+						left: 20rpx;
 						top: 50%;
 					}
 					&::after{
@@ -422,7 +422,7 @@
 						height:4rpx;
 						background:linear-gradient(302deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
 						position: absolute;
-						right: 0;
+						right: 20rpx;
 						top: 50%;
 					}
 				}