total.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. .bg {
  2. width: 100%;
  3. min-height: 100%;
  4. background: #ffe3dc;
  5. box-sizing: border-box;
  6. padding: 30rpx 20rpx 30rpx 20rpx;
  7. }
  8. .inperson {
  9. /* height: 1160rpx; */
  10. background: #fff;
  11. width: 710rpx;
  12. border-radius: 10rpx;
  13. overflow: hidden;
  14. }
  15. .inperson-top {
  16. /* height: 256rpx; */
  17. background: #fff7f5;
  18. width: 710rpx;
  19. box-sizing: border-box;
  20. padding-top: 25rpx;
  21. padding-left: 25rpx;
  22. padding-right: 25rpx;
  23. }
  24. .inperson-head {
  25. width: 50rpx;
  26. height: 50rpx;
  27. background: skyblue;
  28. border-radius: 40rpx;
  29. float: left;
  30. margin-right: 20rpx;
  31. }
  32. .inperson-name {
  33. font-size: 30rpx;
  34. color: #4c4c4c;
  35. float: left;
  36. width: 332rpx;
  37. overflow: hidden;
  38. text-overflow:ellipsis;
  39. white-space: nowrap;
  40. padding-top: 5rpx;
  41. }
  42. .inperson-man {
  43. font-size: 30rpx;
  44. float: right;
  45. color: #eab86a;
  46. padding-top: 5rpx;
  47. }
  48. .top-part {
  49. /* border-bottom: 1rpx solid #f3e3df; */
  50. padding-bottom: 20rpx;
  51. /* margin-bottom: 20rpx; */
  52. }
  53. .inperson-count {
  54. font-size: 26rpx;
  55. color: #4c4c4c;
  56. float: left;
  57. width: 330rpx;
  58. padding-bottom: 10rpx;
  59. }
  60. .inperson-center {
  61. /* height: 948rpx; */
  62. width: 710rpx;
  63. box-sizing: border-box;
  64. background: #fff;
  65. padding-top: 30rpx;
  66. padding-left: 20rpx;
  67. padding-right: 20rpx;
  68. }
  69. .inperson-change {
  70. height: 62rpx;
  71. width: 670rpx;
  72. border: 1px solid #cccccc;
  73. border-radius: 10rpx;
  74. /* margin: 40rpx auto 20rpx; */
  75. font-size: 30rpx;
  76. overflow: hidden;
  77. margin-bottom: 40rpx;
  78. }
  79. .inperson-total {
  80. width: 335rpx;
  81. background: #eab86a;
  82. color: #fff;
  83. float: left;
  84. height: 62rpx;
  85. line-height: 62rpx;
  86. text-align: center;
  87. }
  88. .inperson-month {
  89. width: 335rpx;
  90. height: 62rpx;
  91. background: #fff;
  92. color: #eab86a;
  93. float: right;
  94. line-height: 62rpx;
  95. text-align: center;
  96. }
  97. .active {
  98. color: #fff;
  99. background: #eab86a;
  100. }
  101. .active1 {
  102. color: #eab86a;
  103. background: #fff;
  104. }
  105. .inperson-item {
  106. height: 120rpx;
  107. }
  108. .inperson-ohead {
  109. width: 90rpx;
  110. height: 90rpx;
  111. background: #f3f3f3;
  112. float: left;
  113. border-radius: 50rpx;
  114. margin-right: 20rpx;
  115. }
  116. .inperson-oname {
  117. font-size: 30rpx;
  118. color: #4c4c4c;
  119. float: left;
  120. text-overflow: ellipsis;
  121. white-space: nowrap;
  122. overflow: hidden;
  123. width: 322rpx;
  124. padding-top: 28rpx;
  125. }
  126. .inperson-ocount {
  127. font-size: 33rpx;
  128. float: right;
  129. color: #eab86a;
  130. padding-top: 24rpx;
  131. }
  132. .inperson-more {
  133. width: 174rpx;
  134. height: 50rpx;
  135. border: 1px solid #eab86a;
  136. text-align: center;
  137. color: #eab86a;
  138. line-height: 50rpx;
  139. font-size: 30rpx;
  140. border-radius: 50rpx;
  141. margin: 0 auto 30rpx;
  142. }
  143. .top-othor {
  144. background: #fff;
  145. box-sizing: border-box;
  146. padding: 20rpx;
  147. padding-bottom: 0;
  148. }
  149. .top-othorin {
  150. border-bottom: 1rpx solid #cccccc;
  151. padding-bottom: 10rpx;
  152. }