业务交流通
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.wxss 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* pages/myPage/myPage.wxss */
  2. .card-view{
  3. border-radius: 30rpx;
  4. background: #fff;
  5. box-sizing: border-box;
  6. }
  7. .header{
  8. height: 200rpx;
  9. padding: 48rpx 38rpx;
  10. position: relative;
  11. }
  12. .user-info {
  13. position: relative;
  14. top: -10rpx;
  15. }
  16. .chatHeads {
  17. width: 104rpx;
  18. height: 104rpx;
  19. background: #999;
  20. border-radius: 50%;
  21. }
  22. .chatHeads-img {
  23. width: 100%;
  24. height: 100%;
  25. border-radius: 50%;
  26. }
  27. .user-info {
  28. width: calc(100% - 104rpx);
  29. height: 104rpx;
  30. box-sizing: border-box;
  31. padding-left: 40rpx;
  32. }
  33. .user-name-box {
  34. height: 40rpx;
  35. width: 100%;
  36. }
  37. .user-name-box .user-name{
  38. font-size: 28rpx;
  39. color: #333;
  40. font-weight: bold;
  41. width: 100%;
  42. }
  43. .user-name-box .need {
  44. max-width: calc(100% - 150rpx);
  45. }
  46. .user-name-box .user-isPartner {
  47. width: 140rpx;
  48. height: 39rpx;
  49. line-height: 39rpx;
  50. background-color: #fff0be;
  51. border-radius: 19px;
  52. color: #ef6f10;
  53. font-size: 20rpx;
  54. font-style: italic;
  55. text-align: center;
  56. box-sizing: border-box;
  57. padding-right: 8rpx;
  58. margin-left: 10rpx;
  59. margin-top: 4rpx;
  60. }
  61. .user-name-box .certification-img{
  62. width: 26rpx;
  63. height: 27rpx;
  64. position: relative;
  65. top: 6rpx;
  66. }
  67. .user-address {
  68. height: 40rpx;
  69. line-height: 40rpx;
  70. font-size: 24rpx;
  71. color: #999999;
  72. margin: 5rpx 0;
  73. width: 100%;
  74. }
  75. .show-home-page {
  76. height: 30rpx;
  77. line-height: 30rpx;
  78. font-size: 24rpx;
  79. color: #728dd4;
  80. width: 100%;
  81. }
  82. .show-home-page .home-page-img{
  83. width: 23rpx;
  84. height: 26rpx;
  85. position: relative;
  86. top: 4rpx;
  87. margin-right: 5rpx;
  88. }
  89. .exit-view {
  90. width: 138rpx;
  91. height: 58rpx;
  92. line-height: 58rpx;
  93. text-align: center;
  94. border-radius: 29rpx 0 0 29rpx;
  95. color: #fff;
  96. font-weight: bold;
  97. position: absolute;
  98. right: 0;
  99. bottom: 32rpx;
  100. background-color: #8496f3;
  101. }
  102. .exit-view .exit-img{
  103. width: 26rpx;
  104. height: 28rpx;
  105. position: relative;
  106. top: 4rpx;
  107. }
  108. .content {
  109. padding: 5rpx 30rpx;
  110. margin-top: 30rpx;
  111. }
  112. .content .li-view{
  113. height: 90rpx;
  114. line-height: 90rpx;
  115. box-sizing: border-box;
  116. border-bottom: 1px solid #f0f1f5;
  117. font-size: 28rpx;
  118. color: #333;
  119. font-weight: bold;
  120. padding:0 20rpx;
  121. }
  122. .content .li-view:last-child{
  123. border-bottom: 0;
  124. }
  125. .content .li-view .my-release-img,
  126. .content .li-view .my-attention-img,
  127. .content .li-view .my-collect-img,
  128. .content .li-view .my-contact-img{
  129. position: relative;
  130. top: 4rpx;
  131. margin-right: 15rpx;
  132. }
  133. .content .li-view .my-release-img,
  134. .content .li-view .my-attention-img{
  135. width: 44rpx;
  136. height: 41rpx;
  137. }
  138. .content .li-view .my-release-img{
  139. top: 13rpx;
  140. }
  141. .content .li-view .my-collect-img{
  142. width: 41rpx;
  143. height: 41rpx;
  144. top: 10rpx;
  145. margin-left: 4rpx;
  146. left: 0rpx;
  147. }
  148. .content .li-view .my-attention-img{
  149. top:10rpx;
  150. margin-left: 1rpx;
  151. }
  152. .content .li-view .my-contact-img{
  153. width: 37rpx;
  154. height: 35rpx;
  155. top: 7rpx;
  156. margin-left: 10rpx;
  157. left: -5rpx;
  158. }
  159. .content .li-view .right-icon {
  160. font-size: 29rpx;
  161. color: #d7dae4;
  162. }
  163. .not-login-img {
  164. width: 128rpx;
  165. height: 128rpx;
  166. margin-left: 58rpx;
  167. }
  168. .not-login-view {
  169. height: 128rpx;
  170. width: calc(100% - 186rpx);
  171. box-sizing: border-box;
  172. padding-left: 30rpx;
  173. }
  174. .not-login-view .not-login-info{
  175. font-size: 26rpx;
  176. color: #728dd4;
  177. margin: 15rpx 0;
  178. }
  179. .login-btn-view {
  180. height: 58rpx;
  181. }
  182. .login-btn{
  183. width: 194rpx;
  184. height: 58rpx;
  185. line-height: 58rpx;
  186. background-image: linear-gradient(-60deg,
  187. #617bff 0%,
  188. #68c0fe 100%);
  189. box-shadow: 0rpx 3rpx 13rpx 0rpx
  190. rgba(52, 67, 193, 0.28);
  191. border-radius: 29rpx;
  192. font-size: 22rpx;
  193. color: #ffffff;
  194. margin-left: 35rpx;
  195. }