personInfo.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .personxx {
  5. width: 710rpx;
  6. margin-left: 20rpx;
  7. margin-top: 20rpx;
  8. height: 210rpx;
  9. display: flex;
  10. background-color: #fff;
  11. border-radius: 20rpx;
  12. }
  13. .tx {
  14. width: 180rpx;
  15. height: 180rpx;
  16. border-radius: 90rpx;
  17. overflow: hidden;
  18. margin-left: 50rpx;
  19. margin-top: 15rpx;
  20. }
  21. .nc{
  22. margin-top: 100rpx;
  23. margin-left: 50rpx;
  24. font-size: 28rpx;
  25. }
  26. .top-content {
  27. width: 710rpx;
  28. margin-left: 20rpx;
  29. margin-top: 20rpx;
  30. background-color: #fff;
  31. border-radius: 20rpx;
  32. }
  33. .content {
  34. display: flex;
  35. margin: 40rpx;
  36. border-bottom: 1rpx solid rgba(221,221,221,1);
  37. padding-bottom: 20rpx;
  38. }
  39. /* .content:last-child {
  40. border-bottom: unset
  41. } */
  42. .big-title {
  43. font-size: 32rpx;
  44. text-align: left;
  45. color: #222222;
  46. /* border: 1px solid red; */
  47. }
  48. .small-title{
  49. color: #999999;
  50. font-size:25rpx;
  51. }
  52. .right-bpx {
  53. margin-left: 40rpx;
  54. }
  55. .t1{
  56. font-size:28rpx;
  57. margin-top: 100rpx;
  58. margin-left: 100rpx;
  59. color: #eb3f33;
  60. font-weight: 900;
  61. }
  62. .version{
  63. text-align: center;
  64. color:#666666;
  65. padding-bottom:10rpx;
  66. }