• 登录

wangyu / naturalPersonTax · 文件

GitLab

  • 转到仪表盘
  • 项目
  • 活动
  • 文件
  • 提交
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 标记
  • 维基
  • 派生
  • 网络
  • naturalPersonTax
  • pages
  • main
  • finalpayment
  • historylist
  • historylist.wxss
  • 优化
      0851918f
    wangyu 在
    2018-11-23 19:15:52 +0800  
    创建 浏览文件 »
historylist.wxss 375 Bytes
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/* pages/main/finalpayment/historylist/historylist.wxss */
.page {
  background-color: #fcfcfc;
}

.text_gray_32 {
  font-size: 32rpx;
  color: #6c7596;
  font-family: PingFangSC-Semibold;
}

.arrow_wrap {
  position: relative;
  width: 40rpx;
  height: 40rpx;
  align-self: center;
  margin-top: 8rpx
}

.view_bg_wrap {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}