list.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .container {
  6. height: auto;
  7. overflow: hidden;
  8. padding:20rpx;
  9. }
  10. .top{
  11. height: 180rpx;
  12. border-radius: 10rpx;
  13. background-color: #09AFFF;
  14. color:#fff;
  15. }
  16. .profile-info {
  17. /*background-color: #ab956d; */
  18. color: #f4f4f4;
  19. display: flex;
  20. align-items: center;
  21. padding: 30rpx;
  22. font-size: 28rpx;
  23. }
  24. .profile-info-backimg{
  25. width: 100%;
  26. height: 180rpx;
  27. z-index: -1;
  28. }
  29. .profile-info .avatar {
  30. height: 128rpx;
  31. width: 128rpx;
  32. border-radius: 50%;
  33. border:2rpx solid #fff
  34. }
  35. .profile-info .info {
  36. flex: 1;
  37. height: 95rpx;
  38. padding-left: 31.25rpx;
  39. width: 300rpx;
  40. }
  41. .profile-info .name {
  42. display: block;
  43. height: 36rpx;
  44. line-height: 36rpx;
  45. color: #fff;
  46. font-size: 26.5rpx;
  47. margin-bottom: 5rpx;
  48. width:440rpx;
  49. overflow: hidden;
  50. white-space: nowrap;
  51. text-overflow: ellipsis;
  52. font-weight: 600;
  53. }
  54. .profile-info .cert {
  55. display: flex;
  56. height: 26rpx;
  57. line-height: 26rpx;
  58. color: #fff;
  59. font-size: 20.5rpx;
  60. margin-bottom: 5rpx;
  61. }
  62. .profile-info .plus {
  63. color: #09AFFF;
  64. font-size: 21.5rpx;
  65. width: 120rpx;
  66. padding-left: 2rpx;
  67. padding-right: 2rpx;
  68. margin-top: 5px;
  69. margin-left: 1rpx;
  70. line-height: 26rpx;
  71. margin-bottom: 5rpx;
  72. }
  73. .profile-info-img-star{
  74. width: 10rpx;
  75. height: 10rpx;
  76. }
  77. .profile-info .level {
  78. display: block;
  79. height: 30rpx;
  80. line-height: 30rpx;
  81. margin-bottom: 10rpx;
  82. color: #7f7f7f;
  83. font-size: 30rpx;
  84. }
  85. .profile-info-qr-image {
  86. width: 80rpx;
  87. height: 80rpx;
  88. margin-top: 30rpx;
  89. margin-left: 150rpx;
  90. }
  91. .row{
  92. margin-top: 20rpx;
  93. padding: 20rpx;
  94. border: 1rpx solid #999;
  95. border-radius: 10rpx;
  96. }
  97. .title{
  98. display: block;
  99. height: 50rpx;
  100. }
  101. .left{
  102. float: left;
  103. color:#333;
  104. }
  105. .right{
  106. float:right;
  107. color:#333;
  108. }
  109. .category{
  110. font-size: 36rpx;
  111. color: #333;
  112. font-weight: 500;
  113. }
  114. .content{
  115. margin-top: 20rpx;
  116. }
  117. .device{
  118. font-size: 36rpx;
  119. font-weight: 200;
  120. }
  121. .problem{
  122. display: flex;
  123. flex-wrap: wrap;
  124. }
  125. .item{
  126. margin: 10rpx;
  127. }
  128. .img{
  129. margin: 10rpx;
  130. width: 80rpx;
  131. height: 80rpx;
  132. }
  133. .edit-pre{
  134. width:140rpx;
  135. height: 60rpx;
  136. line-height:60rpx;
  137. background:#09AFFF;
  138. margin:10rpx auto;
  139. text-align: center;
  140. border-radius:10rpx;
  141. color:#fff;
  142. }