Fix uniapp v2 login and sass compatibility
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
padding: 0 30rpx 30rpx 30rpx;
|
||||
word-wrap: break-word;
|
||||
text-align: justify;
|
||||
/deep/p{
|
||||
::v-deep p{
|
||||
margin-bottom: 8rpx;
|
||||
line-height: 60rpx;
|
||||
}
|
||||
|
||||
@@ -212,30 +212,30 @@
|
||||
}
|
||||
}
|
||||
// #ifdef APP-PLUS || H5
|
||||
.newsList /deep/uni-swiper .uni-swiper-dots-horizontal{
|
||||
.newsList ::v-deep uni-swiper .uni-swiper-dots-horizontal{
|
||||
bottom: 50rpx;
|
||||
}
|
||||
.newsList /deep/uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot{
|
||||
.newsList ::v-deep uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot{
|
||||
width: 10rpx;
|
||||
height: 10rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.newsList /deep/uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot-active{
|
||||
.newsList ::v-deep uni-swiper .uni-swiper-dots-horizontal .uni-swiper-dot-active{
|
||||
width: 18rpx;
|
||||
height: 10rpx;
|
||||
border-radius: 6rpx;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.newsList .swiper /deep/.uni-swiper-dot ~ .uni-swiper-dot {
|
||||
.newsList .swiper ::v-deep .uni-swiper-dot ~ .uni-swiper-dot {
|
||||
margin-left: 5rpx;
|
||||
}
|
||||
// #endif
|
||||
// #ifdef MP
|
||||
.newsList /deep/wx-swiper .wx-swiper-dots-horizontal{
|
||||
.newsList ::v-deep wx-swiper .wx-swiper-dots-horizontal{
|
||||
bottom: 50rpx;
|
||||
}
|
||||
.newsList .swiper /deep/.wx-swiper-dot~.wx-swiper-dot {
|
||||
.newsList .swiper ::v-deep .wx-swiper-dot~.wx-swiper-dot {
|
||||
width: 10rpx;
|
||||
height: 10rpx;
|
||||
border-radius: 50%;
|
||||
|
||||
Reference in New Issue
Block a user