chore(sass): 编译器从node-sass转移成dart-sass

This commit is contained in:
2026-01-16 17:52:33 +08:00
parent 5b9bef9214
commit 47e1c2372d
89 changed files with 671 additions and 314 deletions

View File

@@ -547,18 +547,18 @@ export default {
</style>
<style scoped>
/deep/ .action-icon-wrap .iconfont.icon-shouye1 {
::v-deep .action-icon-wrap .iconfont.icon-shouye1 {
font-size: 40rpx;
}
/deep/ .uni-video-cover {
::v-deep .uni-video-cover {
background: none;
}
/deep/ .uni-video-cover-duration {
::v-deep .uni-video-cover-duration {
display: none;
}
/deep/ .uni-video-cover-play-button {
::v-deep .uni-video-cover-play-button {
border-radius: 50%;
border: 4rpx solid #fff;
width: 120rpx;
@@ -570,7 +570,7 @@ export default {
max-height: initial !important;
}
/deep/ .sku-layer .uni-popup__wrapper-box {
::v-deep .sku-layer .uni-popup__wrapper-box {
overflow-y: initial !important;
}
@@ -597,46 +597,46 @@ export default {
width: initial;
}
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important;
}
/deep/ .goods-action-button.active1 {
::v-deep .goods-action-button.active1 {
padding-left: 10px;
}
/deep/ .goods-action-button.active2 {
::v-deep .goods-action-button.active2 {
padding-right: 10px;
}
/deep/ .goods-action-button.active3 {
::v-deep .goods-action-button.active3 {
padding: 0 10px;
}
/deep/ .goods-action-button.active4 {
::v-deep .goods-action-button.active4 {
padding: 0 10px;
}
/deep/ .uni-popup__wrapper.bottom {
::v-deep .uni-popup__wrapper.bottom {
border-radius: 24rpx 24rpx 0 0;
}
/deep/ .goods-action-button.active1 .action-buttom-wrap {
::v-deep .goods-action-button.active1 .action-buttom-wrap {
height: 72rpx;
line-height: 72rpx;
}
/deep/ .goods-action-button.active2 .action-buttom-wrap {
::v-deep .goods-action-button.active2 .action-buttom-wrap {
height: 72rpx;
line-height: 72rpx;
}
/deep/ .goods-action-button.active3 .action-buttom-wrap {
::v-deep .goods-action-button.active3 .action-buttom-wrap {
height: 72rpx;
line-height: 72rpx;
margin: 20rpx 0;
}
/deep/ .goods-action-button.active4 .action-buttom-wrap {
::v-deep .goods-action-button.active4 .action-buttom-wrap {
height: 72rpx;
line-height: 72rpx;
}