业务交流通
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

homepage.wxss 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* pages/index/components/homepage/homepage.wxss */
  2. .header-view {
  3. border-radius: 30rpx;
  4. background: #fff;
  5. box-sizing: border-box;
  6. padding: 26rpx 42rpx;
  7. padding-bottom: 0;
  8. position: relative;
  9. position: sticky;
  10. top: 0;
  11. z-index: 999;
  12. }
  13. .header-view .user-view{
  14. height: 104rpx;
  15. }
  16. .header-view .chatHeads-view{
  17. width: 104rpx;
  18. height: 104rpx;
  19. border-radius: 50%;
  20. background: #999;
  21. }
  22. .header-view .chatHeads-view .chatHeads-img{
  23. width: 100%;
  24. height: 100%;
  25. border-radius: 50%;
  26. }
  27. .header-view .customer-info{
  28. width: calc(100% - 104rpx);
  29. height: 104rpx;
  30. box-sizing: border-box;
  31. padding-left: 30rpx;
  32. padding-bottom: 14rpx;
  33. padding-top: 10rpx;
  34. }
  35. .header-view .customer-nick-name{
  36. height: 50rpx;
  37. line-height: 50rpx;
  38. font-size: 28rpx;
  39. color: #333;
  40. }
  41. .header-view .customer-address{
  42. height: 30rpx;
  43. line-height: 30rpx;
  44. font-size: 24rpx;
  45. color: #999;
  46. }
  47. .service-project {
  48. margin-top: 20rpx;
  49. color: #999999;
  50. font-size: 24rpx;
  51. box-sizing: border-box;
  52. padding-left: 63rpx;
  53. }
  54. .header-view .gird-view{
  55. height: 100rpx;
  56. margin-top: 30rpx;
  57. }
  58. .gird-view-item {
  59. width: 25%;
  60. text-align: center;
  61. }
  62. .gird-view-item .gird-view-num{
  63. font-size: 26rpx;
  64. color: #728dd4;
  65. font-weight: bold;
  66. }
  67. .gird-view-item .gird-view-text{
  68. font-size: 24rpx;
  69. color: #333;
  70. font-family: SourceHanSansCN-Medium;
  71. }
  72. /* 平台认证 */
  73. .list-certification {
  74. position: absolute;
  75. right: 0;
  76. top: 22rpx;
  77. width: 130rpx;
  78. height: 40rpx;
  79. line-height: 40rpx;
  80. background-color: #fff0be;
  81. border-radius: 18rpx 0 0 18rpx;
  82. text-align: center;
  83. color: #ef6f10;
  84. font-size: 20rpx;
  85. }
  86. .list-certification .certification-img{
  87. width: 26rpx;
  88. height: 27rpx;
  89. position: relative;
  90. top: 6rpx;
  91. }
  92. .demands-view {
  93. height: 30rpx;
  94. line-height: 30rpx;
  95. margin: 30rpx 0;
  96. }
  97. .demands-view .demands-img{
  98. width: 31rpx;
  99. height: 29rpx;
  100. position: relative;
  101. top: 5rpx;
  102. }
  103. .demands-view .demands-text{
  104. color: #333333;
  105. font-size: 26rpx;
  106. font-weight: bold;
  107. margin-left: 10rpx;
  108. }
  109. .foot-view {
  110. position: fixed;
  111. bottom: 0;
  112. background: #f5f9ff;
  113. width: 100%;
  114. box-sizing: border-box;
  115. padding: 0 40rpx;
  116. padding-bottom: 20rpx;
  117. }