index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* pages/user/info/info.wxss */
  2. page {
  3. background: linear-gradient(180deg, #FFFFFF 24%, #F8F8F8 37%);
  4. }
  5. .userInfo {
  6. height: 100%;
  7. background-image: url('http://voms.cdn.bosind.com/upload/c61952fac9fd4536bc53634508e5394f.png');
  8. background-size: contain;
  9. background-repeat: no-repeat;
  10. padding: 76rpx 24rpx 24rpx 24rpx;
  11. }
  12. .user {
  13. position: relative;
  14. background: #FFFFFF;
  15. padding: 30rpx 36rpx;
  16. display: flex;
  17. flex-flow: row;
  18. align-items: center;
  19. justify-content: space-between;
  20. border-radius: 8rpx;
  21. }
  22. .user image {
  23. width: 120rpx;
  24. height: 120rpx;
  25. background: #D9D9D9;
  26. border-radius: 50%;
  27. border: 1px solid #D9D9D9;
  28. }
  29. .userName {
  30. flex: 1;
  31. padding: 0 26rpx;
  32. }
  33. .userName view:first-child {
  34. font-weight: 500;
  35. font-size: 32rpx;
  36. color: #000000;
  37. line-height: 1.5;
  38. }
  39. .userName view:last-child {
  40. font-weight: 400;
  41. font-size: 24rpx;
  42. color: #A2A2A2;
  43. line-height: 1.5;
  44. }
  45. .bianjiziliao {
  46. position: absolute;
  47. top: 30rpx;
  48. right: 36rpx;
  49. font-weight: 400;
  50. font-size: 20rpx;
  51. color: #373737;
  52. line-height: 22rpx;
  53. }
  54. .bianjiziliao::before {
  55. font-size: 24rpx;
  56. }
  57. .loginBtn {
  58. font-weight: 500;
  59. font-size: 24rpx;
  60. color: #FFFFFF;
  61. line-height: 22rpx;
  62. background: #353739;
  63. border-radius: 44rpx;
  64. padding: 20rpx 23rpx;
  65. }
  66. .menu {
  67. padding: 24rpx;
  68. background: #FFFFFF;
  69. margin: 20rpx 0;
  70. border-radius: 8rpx;
  71. }
  72. .title {
  73. font-weight: 500;
  74. font-size: 28rpx;
  75. color: #000000;
  76. line-height: 1.5;
  77. }
  78. .status {
  79. display: flex;
  80. flex-flow: row;
  81. justify-content: space-between;
  82. align-items: center;
  83. margin-top: 50rpx;
  84. }
  85. .item {
  86. flex: 1;
  87. text-align: center;
  88. }
  89. .item view:first-child {
  90. font-size: 56rpx;
  91. }
  92. .item view:last-child {
  93. font-weight: 400;
  94. font-size: 24rpx;
  95. color: #000000;
  96. line-height: 2;
  97. }
  98. .abelCell {
  99. padding: 24rpx 20rpx;
  100. background: #FFFFFF;
  101. border-radius: 8rpx;
  102. }
  103. .abelCellItem {
  104. position: relative;
  105. line-height: 80rpx;
  106. /* text-align: justify; */
  107. /* text-justify: distribute-all-line; */
  108. }
  109. .abelCellItem::after {
  110. content: "\e615";
  111. position: absolute;
  112. right: 0;
  113. color: #A2A2A2;
  114. }