set.css 311 B

1234567891011121314151617181920
  1. page{
  2. background-color: #fff;
  3. }
  4. .set-item{
  5. margin: 0 30rpx;
  6. padding: 30rpx 0;
  7. justify-content: space-between;
  8. line-height: 40rpx;
  9. font-size: 28rpx;
  10. border-bottom: 2rpx solid #E2E2E2;
  11. }
  12. .set-info{
  13. font-size: 28rpx;
  14. color: #A1A1A1;
  15. }
  16. .set-item image{
  17. width: 13rpx;
  18. height: 23rpx;
  19. margin-left: 10rpx;
  20. }