问答详情
源自:2-3 设计简历封面

气泡没显示

.big-circle{

  background-color: rgba(0, 165, 34, 0.7);

  width: 260px;

  width: 260px;

  border-radius: 130px;

  position: absolute;

  left: -150px;

  top: 110px;

}

<view class="big-circle"></view>

老师,我这样写的,但是气泡没展示出来,用的是示例图片

提问者:慕粉4145684 2020-06-28 20:32

个回答

  • 慕粉4145684
    2020-06-28 20:45:51

    重新写的又正常了