9***@qq.com
9***@qq.com
  • 发布:2019-03-25 17:08
  • 更新:2019-03-25 17:28
  • 阅读:1226

HBuilderX 的 scss 不支持 css函数?

分类:HBuilderX

-

2019-03-25 17:08 负责人:无 分享
已邀请:
DCloud_HB_WDL

DCloud_HB_WDL

写法不对。

正确如下:

$size: 50px;  

.obx {  
    width: $size * 2;  
    top: calc(50% - #{$size / 2});  
}
  • 9***@qq.com (作者)

    试过了,不行。

    .box {

    height: 100px;

    width: 100px;

    position: relative;

    top: calc(50% - 25px);

    left: calc(50% - 25px);

    perspective: 1000px;

    }

    2019-03-25 17:55

  • DCloud_HB_WDL

    回复 9***@qq.com:你这不是编译成功了吗?

    2019-03-25 18:39

该问题目前已经被锁定, 无法添加新回复