You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
1.8 KiB

  1. .userInif{
  2. }
  3. .LogoBox{
  4. margin: 20rpx;
  5. width: 162rpx;
  6. height: 162rpx;
  7. float: left;
  8. background-image: url("https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/me_bnt_touxiang.png");
  9. background-size: 156rpx 162rpx;
  10. overflow: hidden;
  11. }
  12. .LogoBoxImg{
  13. width: 130rpx;
  14. height: 130rpx;
  15. border-radius: 50%;
  16. margin-top: 10rpx;
  17. margin-left: 20rpx;
  18. float: left;
  19. }
  20. .userNameBox{
  21. width: 500rpx;
  22. float: left;
  23. margin-left: 20rpx;
  24. }
  25. .nameGoBox{
  26. margin-top: 50rpx;
  27. }
  28. .name{
  29. font-size: 36rpx;
  30. font-family: OPPOSans;
  31. font-weight: bold;
  32. color: #FFFFFF;
  33. float: left;
  34. }
  35. .go{
  36. margin-top: 15rpx;
  37. width: 30rpx;
  38. height: 30rpx;
  39. float: right;
  40. }
  41. .phone{
  42. font-family: OPPOSans;
  43. font-weight: 400;
  44. color: #8790A8;
  45. }
  46. .functionBox{
  47. margin-top: 30rpx ;
  48. }
  49. .attentionBox{
  50. float: left;
  51. width: 30%;
  52. height: 160rpx;
  53. }
  54. .collectBox{
  55. float: left;
  56. width: 30%;
  57. height: 160rpx;
  58. margin: 0 1%;
  59. }
  60. .commentBox{
  61. height: 160rpx;
  62. width: 30%;
  63. float: left;
  64. }
  65. .num{
  66. font-family: OPPOSans;
  67. font-weight: 400;
  68. text-align: center;
  69. line-height: 60rpx;
  70. font-size: 42rpx;
  71. color: #FFFFFF;
  72. }
  73. .text{
  74. text-align: center;
  75. margin: 10rpx 0;
  76. }
  77. .elseBox{
  78. border-radius: 20rpx;
  79. background-color: #191F2E;
  80. }
  81. .elseTitle{
  82. text-indent: 20rpx;
  83. font-size: 32rpx;
  84. color: #FFFFFF;
  85. font-family: OPPOSans;
  86. font-weight: bold;
  87. padding: 20rpx;
  88. }
  89. .orderBox{
  90. padding: 20rpx;
  91. }
  92. .serviceBox{
  93. padding: 20rpx;
  94. }
  95. .weBox{
  96. padding: 20rpx;
  97. }
  98. .logo{
  99. width: 58rpx;
  100. height: 61rpx;
  101. float: left;
  102. margin-left: 20rpx;
  103. }
  104. .orderTitle{
  105. float: left;
  106. margin: 0 20rpx;
  107. color: #FFFFFF;
  108. font-family: OPPOSans;
  109. font-weight: 500;
  110. line-height: 60rpx;
  111. }
  112. .Box{
  113. height: 100vh;
  114. }