Fix:3155 【商城小程序】轮播图底部没有渐变效果(测试机型:苹果12)体验版有问题,正式版是正常的
This commit is contained in:
@@ -1667,10 +1667,10 @@ export default {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -21rpx;
|
||||
z-index: -1;
|
||||
z-index: 0;
|
||||
width: calc(100% + 40rpx);
|
||||
height: 180rpx;
|
||||
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 6) 40%, rgba(255, 255, 255, 1) 100%);
|
||||
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 6) 40%, rgba(255, 255, 255, 1) 100%);
|
||||
content: " ";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user