index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. /**index.wxss**/
  2. <<<<<<< HEAD
  3. =======
  4. .container {
  5. width: 100%;
  6. height: 100%;
  7. background: #FAF8FB;
  8. padding-top:72rpx;
  9. }
  10. /*菜单*/
  11. .menu{
  12. position: fixed;
  13. top: 0;
  14. left: 0;
  15. width: 100%;
  16. z-index: 99;
  17. background: #FAF8FB;
  18. }
  19. .top-nav{
  20. white-space: nowrap;
  21. }
  22. .top-btn{
  23. position: relative;
  24. display: inline-block;
  25. padding: 12rpx 20rpx;
  26. font-size: 36rpx;
  27. color: #878787;
  28. }
  29. .top-hoverd-btn {
  30. color: #000;
  31. }
  32. .striping {
  33. position: absolute;
  34. left: 50%;
  35. bottom: 0;
  36. transform: translateX(-50%);
  37. width: 26rpx;
  38. border-bottom: #000 solid 6rpx;
  39. display: none;
  40. }
  41. .top-hoverd-striping {
  42. display: block;
  43. }
  44. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  45. /* 隐藏内容 */
  46. .none {
  47. display: none;
  48. }
  49. <<<<<<< HEAD
  50. .my {
  51. width: 100%;
  52. padding: 0 15rpx;
  53. box-sizing: border-box;
  54. =======
  55. /*个人一些信息*/
  56. .content {
  57. height:100%;
  58. }
  59. .content scroll-view{
  60. height: 100%;
  61. }
  62. ::-webkit-scrollbar{
  63. width: 0;
  64. height: 0;
  65. color: transparent;
  66. }
  67. .my,
  68. .recommend,
  69. .art {
  70. position: relative;
  71. width: 100%;
  72. padding: 0 15rpx;
  73. box-sizing: border-box;
  74. overflow: hidden;
  75. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  76. }
  77. .message,.medal {
  78. width: 100%;
  79. margin: 20rpx 0;
  80. border-radius: 25rpx;
  81. padding: 32rpx 24rpx;
  82. box-sizing: border-box;
  83. background: #fff;
  84. }
  85. .user {
  86. display: flex;
  87. justify-content: space-between;
  88. border-bottom: 2rpx solid #CDCED3;
  89. padding-bottom: 20rpx;
  90. }
  91. .head {
  92. display: flex;
  93. align-items: center;
  94. }
  95. .left {
  96. display: flex;
  97. flex-direction: column;
  98. justify-content: center;
  99. margin-left: 34rpx;
  100. }
  101. .userinfo-avatar {
  102. width: 86rpx;
  103. height: 86rpx;
  104. border-radius: 50%;
  105. }
  106. .name {
  107. height:44rpx;
  108. font-size: 36rpx;
  109. font-weight: 600;
  110. }
  111. .LV {
  112. font-size: 24rpx;
  113. }
  114. .student {
  115. height:34rpx;
  116. font-size: 28rpx;
  117. color: #8C8C8C;
  118. margin-top: 10rpx;
  119. }
  120. .grade {
  121. width: 128rpx;
  122. height: 46rpx;
  123. font-size: 28rpx;
  124. font-weight: bolder;
  125. color: #878787;
  126. border: 2rpx solid #CECDD2;
  127. border-radius: 30rpx;
  128. text-align: center;
  129. line-height: 48rpx;
  130. }
  131. .personal {
  132. display: flex;
  133. margin-top: 34rpx;
  134. }
  135. .personal .particulars {
  136. flex: 1;
  137. display: flex;
  138. flex-direction: column;
  139. text-align: center;
  140. }
  141. /*勋章*/
  142. .medal {
  143. padding: 28rpx;
  144. }
  145. .medal .title {
  146. display: flex;
  147. justify-content: space-between;
  148. align-items: center;
  149. }
  150. .medal .title text:nth-child(1){
  151. font-size: 36rpx;
  152. font-weight: 600;
  153. }
  154. .medal .title text:nth-child(2){
  155. font-size: 28rpx;
  156. color: #878787;
  157. }
  158. .img {
  159. display: flex;
  160. margin-top: 38rpx;
  161. }
  162. .img view {
  163. flex: 1;
  164. display: flex;
  165. flex-direction: column;
  166. justify-content: center;
  167. align-items: center;
  168. }
  169. .img image {
  170. width: 100rpx;
  171. height: 100rpx;
  172. }
  173. .img text {
  174. font-size: 24rpx;
  175. color: #878787;
  176. margin-top: 10rpx;
  177. }
  178. .personal .particulars text:nth-child(1) {
  179. font-size: 24rpx;
  180. color: #8D8C91;
  181. }
  182. .personal .particulars text:nth-child(2) {
  183. font-size: 28rpx;
  184. color: #000;
  185. font-weight: 600;
  186. }
  187. .questions, .share {
  188. width: 100%;
  189. margin-top: 40rpx;
  190. }
  191. .questions text, .share text {
  192. width: 100%;
  193. display: inline-block;
  194. border: 1px solid #ccc;
  195. background: #fff;
  196. }
  197. .questions view, .share view {
  198. height: 1400rpx;
  199. margin-top: 20rpx;
  200. background: red;
  201. }
  202. .adsorb {
  203. position: fixed;
  204. left: 0;
  205. top: 84rpx;
  206. }