mine_data.acss 444 B

1234567891011121314151617181920212223242526
  1. /* required by usingComponents */
  2. /* pages/mine_data/mine_data.wxss */
  3. page{
  4. background-color: #f2f3f5;
  5. }
  6. .mine-data{
  7. margin-top: 20rpx;
  8. }
  9. .mine-data-list{
  10. background-color: #fff;
  11. padding: 0 40rpx;
  12. }
  13. .list-item{
  14. height: 100rpx;
  15. line-height: 100rpx;
  16. font-size: 28rpx;
  17. border-bottom: solid 1rpx #e5e5e5;
  18. }
  19. .list-item:last-child{
  20. border: none;
  21. }
  22. .iconfont{
  23. float: right;
  24. font-size: 28rpx;
  25. color: #cccccc;
  26. }