change-login.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @charset "utf-8";
  2. .tips {
  3. font-size: 13px;
  4. background-color: #ffffcc;
  5. }
  6. .tips a {
  7. color: #03a9f4;
  8. text-decoration: underline;
  9. }
  10. .n-list {
  11. border: 1px solid #DCDCDC;
  12. margin: 0 10px;
  13. border-radius: 10px;
  14. }
  15. .family-list li {
  16. margin-top: 10px;
  17. }
  18. .family-list .n-list-key {
  19. margin: 12px 0;
  20. }
  21. .family-list .n-list .checked {
  22. display: none;
  23. }
  24. .family-list .n-list.on .checked {
  25. display: -webkit-box;
  26. display: -moz-box;
  27. display: box;
  28. }
  29. .family-list h2 {
  30. font-weight: bold;
  31. color: #323232;
  32. font-size: 16px;
  33. }
  34. .family-list .n-list-info p {
  35. margin-top: 10px;
  36. line-height: 18px;
  37. color: #909090;
  38. font-size: 14px;
  39. }
  40. .icon-checked {
  41. display: inline-block;
  42. width: 30px;
  43. height: 30px;
  44. background-image: url(../images/gouxuan_icon_btn.png);
  45. background-repeat: no-repeat;
  46. background-position: center;
  47. background-size: cover;
  48. }
  49. .icon-add {
  50. display: inline-block;
  51. width: 30px;
  52. height: 30px;
  53. background-image: url(../images/tianjia_jiaren_icon.png);
  54. background-repeat: no-repeat;
  55. background-position: center;
  56. background-size: cover;
  57. }
  58. .family-list .list-last {
  59. display: -webkit-box;
  60. display: -moz-box;
  61. display: box;
  62. -webkit-box-orient: vertical;
  63. -moz-box-orient: vertical;
  64. box-orient: vertical;
  65. -webkit-box-pack: center;
  66. -moz-box-pack: center;
  67. box-pack: center;
  68. height: 80px;
  69. border-style: dashed;
  70. }
  71. .family-list .list-last p {
  72. color: #dedede;
  73. font-size: 12px;
  74. }