BF-202210271038\Administrator 2 жил өмнө
parent
commit
ed76a1d91f

+ 7 - 8
components/dgex-tantan/dgex-tantan.vue

@@ -145,7 +145,7 @@
 			const res = uni.getSystemInfoSync()
       console.log(res)
 			this.winWidth = res.windowWidth
-			this.winHeigh = res.windowHeight-54
+			this.winHeigh = res.windowHeight-84
 
 
     },
@@ -359,8 +359,8 @@
 		display: flex;
 		justify-content: center;
 		align-items: center;
-		overflow: hidden;
-    border-radius: 20rpx;
+
+
 	}
 	.tantan-slide-box {
 		position: relative;
@@ -370,7 +370,6 @@
 		perspective-origin: 50% -30%;
 		transform-style: preserve-3d;
 		margin: auto;
-    border-radius: 20rpx;
 	}
 	.tantan-slide-box-item {
 		transform-style: preserve-3d;
@@ -416,16 +415,16 @@
     //background-position: center center;//居中
     //background-size: cover;//随容器大小
     //overflow-y: scroll;
+    //overflow: hidden;
     .tantan-slide-img-scroll-box{
-      -webkit-backface-visibility: hidden;
-      overflow: hidden;
-      border-radius: 20rpx !important;
       width: 100%;
       height: 100%;
+      overflow: hidden;
+      border-radius: 20rpx;
     }
     .tantan-slide-img{
       z-index: 10;
-      border-radius: 20rpx 20rpx 0 0;
+      //border-radius: 20rpx 20rpx 0 0;
       //border-radius: 40rpx;
       width: 100%;
       height: 100%;

+ 1 - 1
pages/index/index.vue

@@ -37,7 +37,7 @@ export default {
 <style scoped lang="scss">
 .index-box{
   .box-one{
-    border-radius: 20rpx;
+
   }
 
 }

+ 0 - 1
pages/index/model/slide-item.vue

@@ -90,7 +90,6 @@ export default {
 .slide-box{
   margin-top: 10rpx;
   box-sizing: border-box;
-  border-radius: 20rpx;
 }
 
 </style>