personInfo.wxss 988 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* page {
  2. background-color: #f2f2f2;
  3. } */
  4. .personxx {
  5. width: 710rpx;
  6. margin-left: 20rpx;
  7. height: 350rpx;
  8. border-radius: 20rpx;
  9. position: absolute;
  10. top: 0;
  11. color: white;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17. .title {
  18. color: #a7a7a7;
  19. font-size: 30rpx;
  20. box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.15);
  21. }
  22. .tx {
  23. width: 200rpx;
  24. height: 200rpx;
  25. border-radius: 50%;
  26. overflow: hidden;
  27. /* margin-left: 46rpx; */
  28. }
  29. .nc {
  30. margin-top: 15rpx;
  31. /* margin-left: 50rpx; */
  32. font-size: 28rpx;
  33. }
  34. .title {
  35. display: flex;
  36. justify-content: space-between;
  37. background: rgba(255, 255, 255, 1);
  38. border-radius: 10rpx;
  39. width: 85%;
  40. margin: 0 auto;
  41. padding: 15rpx;
  42. margin-top: 15rpx;
  43. }
  44. .small-title {
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. color: #333333;
  49. font-weight: 600;
  50. }
  51. .small-zi {
  52. margin-left: 20rpx;
  53. }
  54. .jiantou {
  55. font-size: 40rpx;
  56. color: #9b9b9b;
  57. }