Distribution.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .team {
  2. height: 45px;
  3. line-height: 45px;
  4. background: #FFFFFF;
  5. display: flex;
  6. align-items: center;
  7. position: relative;
  8. }
  9. .flex {
  10. display: flex;
  11. align-items: center;
  12. }
  13. .inlineBlock {
  14. display: inline-block;
  15. }
  16. ._team {
  17. height: 100%;
  18. line-height: 45px;
  19. font-size: 16px;
  20. color: #333333;
  21. }
  22. ._people {
  23. height: 100%;
  24. line-height: 45px;
  25. font-size: 16px;
  26. color: #909090;
  27. text-align: center;
  28. }
  29. .state {
  30. height: 25px;
  31. width: 37px;
  32. border-left: 1px solid #909090;
  33. position: absolute;
  34. top: 10px;
  35. right: 0px;
  36. }
  37. .photo {
  38. background: url(../images/checked_blue.png) no-repeat;
  39. background-size: contain;
  40. }
  41. ._photoone {
  42. background: url(../images/jiantou_shang_btn.png)no-repeat;
  43. background-position: center;
  44. background-size: 10px 10px;
  45. }
  46. ._Photoone {
  47. background: url(../images/jiantou_xia_btn.png)no-repeat;
  48. background-position: center;
  49. background-size: 10px 10px;
  50. }
  51. .menber {
  52. position: relative;
  53. height: 60px;
  54. line-height: 60px;
  55. }
  56. .touxiang {
  57. width: 40px;
  58. height: 40px;
  59. }
  60. .includ>.div-title {
  61. position: relative;
  62. top: 10px;
  63. left: 10px;
  64. color: #333333;
  65. font-size: 16px;
  66. }
  67. .includ>.docname {
  68. position: relative;
  69. top: 10px;
  70. left: 10px;
  71. color: #666666;
  72. font-size: 16px;
  73. }
  74. .touxiang>img {
  75. width: 100%;
  76. height: 100%;
  77. border-radius: 50%;
  78. position: relative;
  79. top: 10px;
  80. }
  81. .dagou {
  82. width: 20px;
  83. height: 20px;
  84. border: 1px solid #666666;
  85. border-radius: 50%;
  86. position: absolute;
  87. right: 10px;
  88. top: 30px;
  89. }