收藏
回答

在vantui的弹出窗口van-popup中,如何现文字两边加划线?

在正常页面中,有效果,但在van-popup没有效果

<view class='main_view'>
      <div class='befor'></div>
      <div class='reason_txt'>入网的理由</div>
      <div class='after'></div>
    </view>

.main_view{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width100%;
  height60rpx;
  margin-top100rpx;
  
}


.befor{
  width200rpx;
  height1rpx;
  background: red!important;
  line-height60rpx!important;
}
.after{
  width200rpx;
  height1rpx;
  background: red!important;
  line-height60rpx!important;
}


.reason_txt{
  position: relative;
  margin-top: -28rpx;
}


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

2 个回答

  • 猛男陈阔
    猛男陈阔
    2020-05-13

    写个代码片段

    2020-05-13
    有用 1
    回复 4
    • 李忠
      李忠
      2020-05-13
      没有明白,能说详细些吗?
      2020-05-13
      回复
    • 猛男陈阔
      猛男陈阔
      2020-05-13回复李忠
      你在样式里调试下 看看有没有别的样式
      2020-05-13
      2
      回复
    • 李忠
      李忠
      2020-05-13回复猛男陈阔
      看着样式完全一样啊,有没有可能容器样式覆盖了view,div等的样式?
      2020-05-13
      回复
    • 李忠
      李忠
      2020-05-13回复猛男陈阔
      2020-05-13
      回复
  • 李忠
    李忠
    2020-05-14

    好奇怪,在下面在添加一个控件,又显示了


    2020-05-14
    有用
    回复
登录 后发表内容
问题标签