/* required by usingComponents */ /* pages/mine_data/mine_data.wxss */ page{ background-color: #f2f3f5; padding-top: 20rpx } .mine-data{ /* margin-top: 20rpx; */ } .mine-data-list{ background-color: #fff; padding: 0 40rpx; } .list-item{ height: 100rpx; line-height: 100rpx; font-size: 28rpx; border-bottom: solid 1rpx #e5e5e5; } .list-item:last-child{ border: none; } .iconfont{ float: right; font-size: 28rpx; color: #cccccc; }