收藏
回答

诡异的竖线问题


请问为什么会出现图片中的竖线问题, 明显我没有加任何样式  这种问题只有在android上有 ios却没有  而且更诡异的是 在页面进来的时候是没有这个问题的,只要点击tabs进行切换 这条线就会慢慢越来越明显 显示出来

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

3 个回答

  • 2019-01-10

    你一个元素一个元素选择测试过么?能不能选到那根线?

    2019-01-10
    有用
    回复
  • 2019-01-10

    这个问题困然我很久了 代码我不好发

    2019-01-10
    有用
    回复
  • 2019-01-10

    把你DOM结构和CSS发出来看看呀

    2019-01-10
    有用
    回复 4
    • 2019-01-10
      wxml 会员登录 动态登录 获取验证码 登录 wxss page { margin: 0; padding: 0; background-color: #33276a; } .body { width: 90%; margin: 0 auto; margin-top: 40%; padding: 20rpx; border-radius: 20rpx; background-color: white; } .nav { display: flex; flex-direction: row; } .nav-public { flex: 1; color: #a4a4a4; font-size: 800; text-align: center; line-height: 80rpx; } .active { color: #4c4c4c; } .line { height: 5rpx; background: #6f648b; margin: 0 5rpx; } .hidden { display: none; } .input-style { color: #989898; font-size: 30rpx; } .form-public { height: 60rpx; margin-top: 60rpx; border-bottom: 1rpx solid #989898; } .form_password { margin-top: 50rpx; } .dypwd-style { display: flex; flex-direction: row; justify-content: space-between; } .login-btn { border-radius: 50rpx; margin-top: 20rpx; box-shadow: 5rpx 5rpx 5rpx #cbcaca; } .login-btn::after { border: none; } .code-msg { color: #513C8A; font-size: 30rpx; } .content { padding: 20rpx; } js(data) left_tab: true, right_tab: false, selected: function (e) { this.setData({ right_tab: false, left_tab: true }) }, selected1: function (e) { this.setData({ left_tab: false, right_tab: true }) },
      2019-01-10
      回复
    • 2019-01-10

      把逻辑删了,只保留静态页面给个代码片段也行啊,这样真看不下去。

      2019-01-10
      回复
    • 2019-01-10回复

      不好意思 可以加个 QQ吗   我QQ 给你  这个问题搞得我很头疼啊  拜托啦

      2019-01-10
      回复
    • 2019-01-14回复

      那你发过来把

      2019-01-14
      回复
登录 后发表内容