personHome.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. /* pages/personHome/personHome.wxss */
  2. @import "../template/template.wxss";
  3. .bg{
  4. width: 750rpx;
  5. height: 440rpx;
  6. position: relative;
  7. }
  8. .bg>image:nth-child(1){
  9. width: 750rpx;
  10. height: 440rpx;
  11. }
  12. .bg>image:nth-child(2){
  13. position: absolute;
  14. top: 108rpx;
  15. left: 16rpx;
  16. width: 48rpx;
  17. height: 48rpx;
  18. }
  19. .per-box{
  20. position: relative;
  21. width: 750rpx;
  22. height: 272rpx;
  23. background: #fff;
  24. border-radius: 24rpx 24rpx 0 0;
  25. margin-top: -44rpx;
  26. z-index: 99;
  27. border-bottom: 24rpx solid #F7F7F7;
  28. }
  29. .per-box>image:nth-child(1){
  30. position: absolute;
  31. top: -76rpx;
  32. left: 24rpx;
  33. width: 160rpx;
  34. height: 160rpx;
  35. border-radius: 50%;
  36. border: 8rpx solid #fff;
  37. }
  38. .per-attent{
  39. position: absolute;
  40. top: 32rpx;
  41. right: 32rpx;
  42. width: 152rpx;
  43. height: 64rpx;
  44. line-height: 64rpx;
  45. background: #FF5700;
  46. border-radius: 32rpx;
  47. color: #fff;
  48. font-size: 28rpx;
  49. font-family: PingFangSC-Semibold, PingFang SC;
  50. font-weight: 600;
  51. text-align: center;
  52. }
  53. .per-attentend{
  54. position: absolute;
  55. top: 32rpx;
  56. right: 32rpx;
  57. width: 152rpx;
  58. height: 64rpx;
  59. line-height: 64rpx;
  60. background: #F5F6F9;
  61. border-radius: 32rpx;
  62. color: rgba(0,0,0,0.4);
  63. font-size: 28rpx;
  64. font-family: PingFangSC-Semibold, PingFang SC;
  65. font-weight: 600;
  66. text-align: center;
  67. }
  68. .per-push{
  69. position: absolute;
  70. top: 32rpx;
  71. right: 32rpx;
  72. width: 168rpx;
  73. height: 64rpx;
  74. line-height: 64rpx;
  75. background: #FF5700;
  76. border-radius: 32rpx;
  77. color: #fff;
  78. font-size: 28rpx;
  79. font-family: PingFangSC-Semibold, PingFang SC;
  80. font-weight: 600;
  81. text-align: center;
  82. }
  83. .per-name{
  84. position: absolute;
  85. top: 124rpx;
  86. left: 32rpx;
  87. width: auto;
  88. height: 48rpx;
  89. line-height: 48rpx;
  90. font-size: 38rpx;
  91. font-family: PingFangSC-Medium, PingFang SC;
  92. font-weight: 500;
  93. color: rgba(0,0,0,0.8);
  94. }
  95. .data-box{
  96. position: absolute;
  97. left: 32rpx;
  98. bottom: 40rpx;
  99. display: flex;
  100. flex-direction: row;
  101. align-items: center;
  102. }
  103. .per-data{
  104. display: flex;
  105. flex-direction: row;
  106. align-items: center;
  107. }
  108. .per-data>text:nth-child(1){
  109. width: auto;
  110. height: 40rpx;
  111. font-size: 30rpx;
  112. font-family: PingFangSC-Medium, PingFang SC;
  113. font-weight: 500;
  114. color: rgba(0,0,0,0.8);
  115. line-height: 40rpx;
  116. }
  117. .per-data>text:nth-child(2){
  118. width: auto;
  119. height: 36rpx;
  120. font-size: 26rpx;
  121. font-family: PingFangSC-Regular, PingFang SC;
  122. font-weight: 400;
  123. color: rgba(0,0,0,0.38);
  124. line-height: 36rpx;
  125. margin-left: 8rpx;
  126. }
  127. .data-line{
  128. width: 2rpx;
  129. height: 20rpx;
  130. background-color: rgba(0,0,0,0.12);
  131. margin: 0 32rpx;
  132. }
  133. .con-head{
  134. width: 750rpx;
  135. height: 112rpx;
  136. background: #FFFFFF;
  137. }
  138. .con-item{
  139. display: flex;
  140. flex-direction: column;
  141. margin-left: 32rpx;
  142. height: 112rpx;
  143. }
  144. .con-item>text:nth-child(1){
  145. width: 64rpx;
  146. height: 48rpx;
  147. font-size: 32rpx;
  148. font-family: PingFangSC-Semibold, PingFang SC;
  149. font-weight: 600;
  150. color: rgba(0,0,0,0.87);
  151. line-height: 48rpx;
  152. margin-top: 32rpx;
  153. }
  154. .con-item>text:nth-child(2){
  155. width: 64rpx;
  156. height: 6rpx;
  157. background: #FF5700;
  158. border-radius: 4rpx;
  159. margin-top: 8rpx;
  160. }
  161. .nonedata-style{
  162. width: 750rpx;
  163. height: auto;
  164. display: flex;
  165. flex-direction: column;
  166. justify-content: center;
  167. align-items: center;
  168. margin-top: 128rpx;
  169. }
  170. .nonedata-style>image:nth-child(1){
  171. width: 332rpx;
  172. height: 264rpx;
  173. }
  174. .nonedata-style>text:nth-child(2){
  175. width: auto;
  176. height: 48rpx;
  177. font-size: 30rpx;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: 400;
  180. color: rgba(0,0,0,0.4);
  181. line-height: 48rpx;
  182. margin-top: 32rpx;
  183. }
  184. .push-btn{
  185. width: 208rpx;
  186. height: 64rpx;
  187. border-radius: 32px;
  188. border: 1rpx solid #CCCCCC;
  189. font-size: 26rpx;
  190. font-family: PingFangSC-Regular, PingFang SC;
  191. font-weight: 400;
  192. color: rgba(0,0,0,0.87);
  193. line-height: 64rpx;
  194. text-align: center;
  195. margin-top: 32rpx;
  196. }
  197. .handle-box{
  198. width: 100vw;
  199. height: 100vh;
  200. position: fixed;
  201. top: 0;
  202. z-index: 10001;
  203. }
  204. .handle-bg{
  205. width: 100vw;
  206. height: 100vh;
  207. position: absolute;
  208. bottom: 0;
  209. background-color: rgba(0,0,0,0.6);
  210. }
  211. .hadle-view{
  212. display: flex;
  213. flex-direction: row;
  214. position: absolute;
  215. bottom: 0;
  216. width: 678rpx;
  217. height: 200rpx;
  218. padding: 46rpx 36rpx 0;
  219. background: #F7F7F7;
  220. border-radius: 16px 16px 0px 0px;
  221. padding-bottom: env(safe-area-inset-bottom);
  222. }
  223. .hadle-view>image:nth-child(1){
  224. width: 48rpx;
  225. height: 48rpx;
  226. position: absolute;
  227. top: 20rpx;
  228. right: 16rpx;
  229. }
  230. .handle-item{
  231. display: flex;
  232. flex-direction: column;
  233. margin-right: 40rpx;
  234. }
  235. .handle-item>image:nth-child(1){
  236. width: 96rpx;
  237. height: 96rpx;
  238. margin-bottom: 16rpx;
  239. }
  240. .handle-item>text:nth-child(2){
  241. width: auto;
  242. height: 36rpx;
  243. font-size: 26rpx;
  244. font-family: PingFangSC-Regular, PingFang SC;
  245. font-weight: 400;
  246. color: rgba(0,0,0,0.6);
  247. line-height: 36rpx;
  248. text-align: center;
  249. }