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