account_setting.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /*// 主题色*/
  2. /*字体主色调*/
  3. /*线条主色调*/
  4. /*按钮主色调*/
  5. /*底纹色*/
  6. .tree-contentlist > h1 {
  7. font-size: 14px;
  8. font-style: normal;
  9. color: #000;
  10. padding-bottom: 15px;
  11. }
  12. .tree-contentlist > .list {
  13. padding-left: 120px;
  14. position: relative;
  15. margin-bottom: 10px;
  16. width: 700px;
  17. }
  18. .tree-contentlist > .list > .caption {
  19. position: absolute;
  20. left: 0;
  21. top: 0;
  22. line-height: 37px;
  23. width: 110px;
  24. text-align: right;
  25. font-weight: normal;
  26. }
  27. .tree-contentlist > .list > .caption em {
  28. padding-right: 5px;
  29. }
  30. .tree-contentlist > .list.name {
  31. width: 300px;
  32. }
  33. .tree-contentlist > .list .sexbox {
  34. line-height: 42px;
  35. }
  36. .tree-contentlist > .list .radiosex {
  37. padding-right: 5px;
  38. margin-right: 5px;
  39. cursor: pointer;
  40. }
  41. .tree-contentlist > .list .radiosex input {
  42. margin-right: 3px;
  43. }
  44. .tree-contentlist > .list.area {
  45. width: 490px;
  46. }
  47. .tree-contentlist > .list.area .select2-container {
  48. min-width: 180px;
  49. }
  50. .tree-contentlist > .list.save {
  51. width: 220px;
  52. }
  53. .tree-contentlist {
  54. width: 100%;
  55. padding: 20px;
  56. padding-left: 30px;
  57. position: relative;
  58. border-bottom: 1px solid #e5e4e9;
  59. }
  60. .tree-contentlist2 {
  61. width: 100%;
  62. padding: 20px;
  63. padding-left: 30px;
  64. position: relative;
  65. border-bottom: 1px dashed #e5e4e9;
  66. }
  67. .tree-contentlist2 > label {
  68. float: left;
  69. color: #000;
  70. font-weight: normal;
  71. padding-right: 15px;
  72. }
  73. .tree-contentlist2 .setted {
  74. padding-right: 10px;
  75. }
  76. .tree-contentlist2 .setted i {
  77. margin-right: 8px;
  78. }
  79. .tree-contentlist2 .a-link {
  80. padding-left: 10px;
  81. border-left: 1px solid #e5e4e9;
  82. line-height: 16px;
  83. margin-top: 4px;
  84. }
  85. .tree-contentlisthead {
  86. width: 100%;
  87. padding: 30px;
  88. position: relative;
  89. border-bottom: 1px solid #e5e4e9;
  90. }
  91. .tree-contentlisthead .headimg {
  92. border-radius: 9999px;
  93. padding: 3px;
  94. background-color: #f2f2f2;
  95. width: 90px;
  96. height: 90px;
  97. }
  98. .tree-contentlisthead .headimg a {
  99. border-radius: 9999px;
  100. display: block;
  101. width: 100%;
  102. height: 100%;
  103. overflow: hidden;
  104. position: relative;
  105. }
  106. .tree-contentlisthead .headimg .edit {
  107. position: absolute;
  108. font-size: 12px;
  109. bottom: 0;
  110. left: 0;
  111. width: 100%;
  112. height: 22px;
  113. text-align: center;
  114. vertical-align: text-bottom;
  115. color: #fff;
  116. background-color: transparent;
  117. background-color: rgba(0, 0, 0, 0.3);
  118. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  119. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000)";
  120. }
  121. .tree-contentlisthead .headimg img {
  122. border-radius: 9999px;
  123. width: 100%;
  124. }
  125. .tree-contentlisthead .headcontent {
  126. padding-top: 3px;
  127. padding-left: 30px;
  128. }
  129. .tree-contentlisthead .headcontent h2 {
  130. font-size: 14px;
  131. font-weight: normal;
  132. line-height: 30px;
  133. }