mine_data.acss 446 B

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