family.css 879 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @charset "utf-8";
  2. .n-list {
  3. border: 1px solid #DCDCDC;
  4. margin: 0 10px;
  5. }
  6. .family-list .n-list-key {
  7. margin: 5px 0;
  8. }
  9. .family-list h2 {
  10. font-weight: bold;
  11. color: #323232;
  12. font-size: 16px;
  13. }
  14. .family-list .n-list-info p {
  15. margin-top: 10px;
  16. font-size: 12px;
  17. }
  18. .icon-add {
  19. display: inline-block;
  20. width: 30px;
  21. height: 30px;
  22. background-image: url(../images/tianjia_jiaren_icon.png);
  23. background-repeat: no-repeat;
  24. background-position: center;
  25. background-size: cover;
  26. }
  27. .family-list .red {
  28. color: #ff6a56;
  29. }
  30. .family-list .list-last {
  31. display: -webkit-box;
  32. display: -moz-box;
  33. display: box;
  34. -webkit-box-orient: vertical;
  35. -moz-box-orient: vertical;
  36. box-orient: vertical;
  37. -webkit-box-pack: center;
  38. -moz-box-pack: center;
  39. box-pack: center;
  40. height: 80px;
  41. border-style: dashed;
  42. }
  43. .family-list .list-last p {
  44. color: #dedede;
  45. font-size: 12px;
  46. }