person.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. .container .person {
  2. display: flex;
  3. height: 200px;
  4. padding: 10rpx 30rpx;
  5. justify-content: space-between;
  6. align-items: center;
  7. background-color: #FFE084;
  8. }
  9. .container .person .person-info {
  10. padding-left: 40rpx;
  11. }
  12. .container .person .person-info .user-name {
  13. position: relative;
  14. margin-top: 10rpx;
  15. }
  16. .container .person .person-info .user-name .next {
  17. width: 35rpx;
  18. height: 35rpx;
  19. position: absolute;
  20. right: -74rpx;
  21. top: 12rpx;
  22. z-index: -1;
  23. }
  24. .container .person .person-info .tel {
  25. margin-top: 20rpx;
  26. }
  27. .container .person .head-img {
  28. width: 140rpx;
  29. height: 140rpx;
  30. border-radius: 50%;
  31. }
  32. .container .person .head-img image {
  33. width: 140rpx;
  34. height: 140rpx;
  35. border-radius: 50%;
  36. }
  37. .container .user-login {
  38. display: flex;
  39. flex-flow: row nowrap;
  40. justify-content: space-between;
  41. height: 70px;
  42. margin-top: 42px;
  43. }
  44. .collection-view {
  45. text-align: center;
  46. margin-right:44px ;
  47. }
  48. .record-yes-view{
  49. text-align: center;
  50. }
  51. .record-view{
  52. text-align: center;
  53. margin-left:55px ;
  54. }
  55. .opta-view-text {
  56. font-size: 14px;
  57. font-weight: 600;
  58. color: #000000;
  59. margin-top: 5px;
  60. }
  61. .opta-view-num {
  62. font-size: 20px;
  63. font-weight: 600;
  64. color: #FF8364;
  65. }
  66. .login-info {
  67. display: flex;
  68. flex-flow: row nowrap;
  69. justify-content: left;
  70. align-items: center;
  71. }
  72. .container .user-login .login-btn {
  73. background-color: transparent;
  74. font-weight: 400;
  75. text-align: center;
  76. }
  77. .container .user-login .next {
  78. width: 50rpx;
  79. height: 50rpx;
  80. }
  81. .head-img {
  82. width: 140rpx;
  83. height: 140rpx;
  84. margin-right: 32px;
  85. border-radius: 50%;
  86. }
  87. .user-info{
  88. display: flex;
  89. flex-flow: column nowrap;
  90. justify-content: left;
  91. width: 150px;
  92. margin-left: 55px;
  93. }
  94. .nick-name{
  95. font-size: 22px;
  96. font-weight: bold;
  97. color: #000000;
  98. }
  99. .edit-text-view{
  100. display: flex;
  101. flex-flow: row nowrap;
  102. justify-content: left;
  103. margin-top: 5px;
  104. align-items: center;
  105. }
  106. .edit-icon{
  107. width: 14px;
  108. height: 14px;
  109. }
  110. .edit-text{
  111. font-size: 14px;
  112. font-family: Source Han Sans CN;
  113. font-weight: 600;
  114. color: #000000;
  115. margin-left: 5px;
  116. }
  117. .container .order {
  118. display: flex;
  119. width: 100%;
  120. height: 120rpx;
  121. background-color: #fff;
  122. border-bottom: 1px solid #ebeef5;
  123. justify-content: flex-start;
  124. position: relative;
  125. }
  126. .container .order .icons {
  127. width: 55rpx;
  128. height: 55rpx;
  129. margin: 32rpx 23rpx;
  130. }
  131. .container .order .order-text {
  132. line-height: 120rpx;
  133. letter-spacing: 3rpx;
  134. }
  135. .container .order .next-gray {
  136. width: 30rpx;
  137. height: 30rpx;
  138. position: absolute;
  139. right: 30rpx;
  140. top: 45rpx;
  141. }
  142. .container .assess {
  143. display: flex;
  144. width: 100%;
  145. height: 120rpx;
  146. background-color: #fff;
  147. border-bottom: 1px solid #ebeef5;
  148. justify-content: flex-start;
  149. position: relative;
  150. }
  151. .container .assess .icons {
  152. width: 55rpx;
  153. height: 55rpx;
  154. margin: 32rpx 23rpx;
  155. }
  156. .container .assess .assess-text {
  157. line-height: 120rpx;
  158. letter-spacing: 3rpx;
  159. }
  160. .container .assess .next-gray {
  161. width: 30rpx;
  162. height: 30rpx;
  163. position: absolute;
  164. right: 30rpx;
  165. top: 45rpx;
  166. }
  167. .title {
  168. width: 100%;
  169. height: 30px;
  170. text-align: center;
  171. margin-top: 50px;
  172. line-height: 30px;
  173. font-size: 14px;
  174. }
  175. .gotoRecord {
  176. margin-left: 55px;
  177. }
  178. .opta-view {
  179. height: 60px;
  180. width: 100%;
  181. display: flex;
  182. flex-flow: row nowrap;
  183. justify-content: space-between;
  184. align-items: center;
  185. margin-top: 12px;
  186. }
  187. .index-header {
  188. display: flex;
  189. flex-flow: column nowrap;
  190. justify-content: left;
  191. height: 280px;
  192. background-color: #FFE084;
  193. }
  194. .remind{
  195. width: 320px;
  196. height: 200px;
  197. z-index: 999;
  198. margin: 0 auto;
  199. border-radius: 20px;
  200. background-color: #fff;
  201. box-shadow: 0px 9px 9px 9px rgba(131, 131, 131, 0.16);
  202. position: relative;
  203. top: -322px;
  204. }