myself.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. background-color: #F2F3F5;
  7. }
  8. .person{
  9. display: revert;
  10. margin-top: 20rpx;
  11. margin-left: 20rpx;
  12. margin-right: 20rpx;
  13. width: 710rpx;
  14. height: 190rpx;
  15. background: rgba(255, 255, 255, 1);
  16. border-radius: 9rpx;
  17. }
  18. .person_touxiang{
  19. margin-left: 30rpx;
  20. margin-top: 40rpx;
  21. width: 110rpx;
  22. height: 110rpx;
  23. border-radius: 55px;
  24. }
  25. .person_name{
  26. position: absolute;
  27. margin-left: 22rpx;
  28. margin-top: 50rpx;
  29. color: rgba(0, 0, 0, 1);
  30. font-size: 36rpx;
  31. font-weight: 600;
  32. }
  33. .person_identity{
  34. position: absolute;
  35. margin-left: 14rpx;
  36. width: 91rpx;
  37. height: 38rpx;
  38. background: rgba(41, 109, 227, 1);
  39. border-radius: 145rpx;
  40. color: rgba(255, 255, 255, 1);
  41. font-size: 20rpx;
  42. font-weight: 400;
  43. line-height: 38rpx;
  44. text-align: center;
  45. }
  46. .person_phone{
  47. position: absolute;
  48. margin-left: 22rpx;
  49. margin-top: 98rpx;
  50. color: rgba(128, 128, 128, 1);
  51. font-size: 24rpx;
  52. font-weight: 400;
  53. }
  54. /* 第二部分,我的订单 */
  55. .my_order{
  56. display: revert;
  57. margin-top: 20rpx;
  58. margin-left: 20rpx;
  59. margin-right: 20rpx;
  60. width: 710rpx;
  61. height: 397rpx;
  62. background: rgba(255, 255, 255, 1);
  63. border-radius: 9rpx;
  64. }
  65. .order_title{
  66. margin-left: 28rpx;
  67. margin-top: 30rpx;
  68. color: rgba(0, 0, 0, 1);
  69. font-size: 32rpx;
  70. font-weight: 500;
  71. }
  72. .order_all{
  73. margin-left: 602rpx;
  74. margin-top: -30rpx;
  75. color: rgba(128, 128, 128, 1);
  76. font-size: 24rpx;
  77. font-weight: 400;
  78. }
  79. .item-list{
  80. display: flex;
  81. flex-direction: row;
  82. justify-content: flex-start;
  83. width: 710rpx;
  84. height: 121rpx;
  85. margin-top: 20rpx;
  86. margin-left: 10rpx;
  87. background: rgba(255, 255, 255, 1);
  88. border-radius: 10px;
  89. }
  90. .item-list-one{
  91. display: flex;
  92. flex-direction: column;
  93. align-items: center;
  94. width: 150rpx;
  95. margin-right: 30rpx;
  96. margin-top: 20rpx;
  97. }
  98. .img-btn{
  99. width: 59rpx;
  100. height: 54rpx;
  101. }
  102. .list-txt{
  103. width: 150rpx;
  104. text-align: center;
  105. font-size: 28rpx;
  106. margin-top: 10rpx;
  107. color: rgba(0, 0, 0, 1);
  108. font-weight: 400;
  109. }
  110. /* 第三部分,我的服务 */
  111. .my_help{
  112. display: revert;
  113. margin-top: 20rpx;
  114. margin-left: 20rpx;
  115. margin-right: 20rpx;
  116. width: 710rpx;
  117. height: 269rpx;
  118. background: rgba(255, 255, 255, 1);
  119. border-radius: 9rpx;
  120. }
  121. .help_title{
  122. margin-left: 28rpx;
  123. margin-top: 30rpx;
  124. color: rgba(0, 0, 0, 1);
  125. font-size: 32rpx;
  126. font-weight: 500;
  127. }