收藏
回答

跟着教学视频敲代码,但面板不是置顶是出了什么问题?

这是我实际做出来的页面:, wxss相关代码如下:

.container {

  height: 100vh;

  background-color: silver;

  display: flex;

  flex-direction: column;

  }

.topPanel {

  width: 100%;

  height: 300rpx;

  background-color: #686f79;

  display: flex;

  flex-direction: row;

}

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

1 个回答

  • 社区技术运营专员--Asher
    社区技术运营专员--Asher
    2022-01-06

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2022-01-06
    有用
    回复 3
    • HHHHHBoBo
      HHHHHBoBo
      2022-01-06
      就是我在布局代码的编写时,试图出现了收付款与钱包之间的空白间隔怎么消除?
      2022-01-06
      回复
    • 社区技术运营专员--Asher
      社区技术运营专员--Asher
      2022-01-06回复HHHHHBoBo
      请提供复现代码,我看代码才能找到问题
      2022-01-06
      回复
    • HHHHHBoBo
      HHHHHBoBo
      2022-01-06
      这是wxss相关代码:.container {
        height: 100vh;
        background-color: silver;
        display: flex;
        flex-direction: column;
        }
      .topPanel {
        width: 100%;
        height: 300rpx;
        background-color: #686f79;
        display: flex;
        flex-direction: row;
      }
      wxml相关代码放在图片里了
      2022-01-06
      回复
登录 后发表内容