码迷,mamicode.com
首页 > 移动开发 > 详细

Vant weapp踩坑之滑动单元格SwipeCell样式问题

时间:2021-03-18 14:37:32      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:text   xss   content   items   spl   size   tle   swipe   article   

Vant weapp滑动单元格SwipeCell按钮样式

引用swipeCell组件的页面,index.wxss中添加样式

.van-swipe-cell__left{
  width: 130rpx;
  height: 100%;
  font-size: 30rpx;
  color: #fff;
  text-align: center;
  background-color: #f44;
  word-wrap: break-word;
  padding: 0 22rpx;
  box-sizing: border-box;
  /*文本垂直居中*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.van-swipe-cell__right {
  width: 130rpx;
  height: 100%;
  font-size: 30rpx;
  color: #fff;
  text-align: center;
  background-color: #f44;
  word-wrap: break-word;
  padding: 0 22rpx;
  box-sizing: border-box;
  /*文本垂直居中*/
  display: flex;
  align-items: center;
  justify-content: center;
}

  

Vant weapp踩坑之滑动单元格SwipeCell样式问题

标签:text   xss   content   items   spl   size   tle   swipe   article   

原文地址:https://www.cnblogs.com/jisi2012/p/14553515.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!