Fix uniapp v2 login and sass compatibility
This commit is contained in:
@@ -1192,7 +1192,7 @@
|
||||
background-size: 100% 100%;
|
||||
width: 100%;
|
||||
height: 116rpx;
|
||||
/deep/.time{
|
||||
::v-deep .time{
|
||||
padding-top: 14px;
|
||||
.styleAll{
|
||||
background-color: #E93323;
|
||||
|
||||
@@ -1096,7 +1096,7 @@
|
||||
color: #fc4141;
|
||||
}
|
||||
|
||||
.group-con .wrapper .title .name /deep/.time .styleAll {
|
||||
.group-con .wrapper .title .name ::v-deep .time .styleAll {
|
||||
text-align: center;
|
||||
border-radius: 8rpx;
|
||||
font-size: 24rpx;
|
||||
|
||||
@@ -1560,14 +1560,14 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/deep/uni-video {
|
||||
::v-deep uni-video {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/deep/video {
|
||||
::v-deep video {
|
||||
width: 100% !important;
|
||||
}
|
||||
/deep/ .styleAll{
|
||||
::v-deep .styleAll{
|
||||
display: inline-block;
|
||||
min-width: 34rpx;
|
||||
height: 36rpx;
|
||||
@@ -1578,7 +1578,7 @@
|
||||
font-family:'Regular';
|
||||
padding: 0 2rpx;
|
||||
}
|
||||
.seckill-card /deep/ .timeTxt{
|
||||
.seckill-card ::v-deep .timeTxt{
|
||||
padding: 0 6rpx;
|
||||
}
|
||||
.z-99{
|
||||
|
||||
@@ -373,7 +373,7 @@
|
||||
right: 30rpx;
|
||||
}
|
||||
.sel-last {
|
||||
/deep/.uni-scroll-view{
|
||||
::v-deep .uni-scroll-view{
|
||||
|
||||
margin-right: -10rpx;
|
||||
}
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/deep/ .navbar{
|
||||
::v-deep .navbar{
|
||||
z-index: 90;
|
||||
}
|
||||
.bg-top{
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
font-size: 18rpx;
|
||||
color: #e93323;
|
||||
}
|
||||
/deep/ .empty-box{
|
||||
::v-deep .empty-box{
|
||||
width: 100%;
|
||||
height: 280px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user