You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
392 B

  1. .customlist-item {
  2. padding: 20rpx 20rpx;
  3. border-bottom: 1rpx solid #ddd;
  4. background: #ffffff;
  5. position: relative;
  6. color: #8f8f94;
  7. &:first-child {
  8. border-top: 1rpx solid #ddd;
  9. }
  10. .customlist-item-field {
  11. padding-top: 4px;
  12. &:first-child {
  13. padding-top: 0;
  14. }
  15. .customlist-item-field-title {
  16. white-space: nowrap;
  17. color: #333333;
  18. }
  19. }
  20. }