收藏
回答

canvas嵌套cover-view无法居中?

   

    

    


canvas {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 90rpx;

  background-color: #00BE9F;

  border-radius: 50%;

  border-width: 0px;

  border-style: solid;

width: 398rpx;

  height: 398rpx;

  padding: auto;

}


.cover-circle {

  display: flex;

  align-self: center;

  width: 244rpx;

  height: 244rpx;

  border-style: solid;

  border-width: 0;

  border-radius: 50%;

  background-color: red;

}


最终cover-view显示在canvas的左上角,未能居中,求指点

回答关注问题邀请回答
收藏

1 个回答

  • 那一年
    那一年
    2020-08-20

       

        

        

    2020-08-20
    有用
    回复 1
    • 那一年
      那一年
      2020-08-20

          
          
      2020-08-20
      回复
登录 后发表内容
问题标签