account_setting.less 3.0 KB

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