Fix uniapp v2 login and sass compatibility

This commit is contained in:
danaisuiyuan
2026-05-03 15:56:26 +08:00
parent 8472bb4639
commit 79436c011c
75 changed files with 188 additions and 147 deletions

View File

@@ -828,15 +828,15 @@
}
}
/deep/.dot0 .uni-swiper-dots-horizontal {
::v-deep .dot0 .uni-swiper-dots-horizontal {
left: 10%;
}
/deep/.dot1 .uni-swiper-dots-horizontal {
::v-deep .dot1 .uni-swiper-dots-horizontal {
left: 50%;
}
/deep/.dot2 .uni-swiper-dots-horizontal {
::v-deep .dot2 .uni-swiper-dots-horizontal {
left: 90%;
}
</style>

View File

@@ -92,11 +92,11 @@
}
}
/deep/uni-video {
::v-deep uni-video {
width: 100% !important;
}
/deep/video {
::v-deep video {
width: 100% !important;
}
</style>

View File

@@ -277,27 +277,27 @@
// 圆形指示点
&.circular {
/deep/.uni-swiper-dot {
::v-deep .uni-swiper-dot {
width: 10rpx !important;
height: 10rpx !important;
background: rgba(0, 0, 0, .4) !important
}
/deep/.uni-swiper-dot-active {
::v-deep .uni-swiper-dot-active {
background: #fff !important
}
}
// 方形指示点
&.square {
/deep/.uni-swiper-dot {
::v-deep .uni-swiper-dot {
width: 20rpx !important;
height: 5rpx !important;
border-radius: 3rpx;
background: rgba(0, 0, 0, .4) !important
}
/deep/.uni-swiper-dot-active {
::v-deep .uni-swiper-dot-active {
background: #fff !important
}
}

View File

@@ -125,24 +125,24 @@
}
// 圆形指示点
&.circular{
/deep/.uni-swiper-dot{
::v-deep .uni-swiper-dot{
width: 10rpx!important;
height: 10rpx!important;
background: rgba(0,0,0,.4)!important
}
/deep/.uni-swiper-dot-active{
::v-deep .uni-swiper-dot-active{
background: #fff!important
}
}
// 方形指示点
&.square{
/deep/.uni-swiper-dot{
::v-deep .uni-swiper-dot{
width: 20rpx!important;
height: 5rpx!important;
border-radius: 3rpx;
background: rgba(0,0,0,.4)!important
}
/deep/.uni-swiper-dot-active{
::v-deep .uni-swiper-dot-active{
background: #fff!important
}
}