home.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .userinfo {
  2. width: 750rpx;
  3. height: 347rpx;
  4. background-image: url('https://jarc.jucai.gov.cn/static/images/my_header.jpg');
  5. background-size: 100% 100%;
  6. display: flex;
  7. padding: 0 20rpx;
  8. }
  9. .userinfo .userinfo-left {
  10. width: 470rpx;
  11. height: 240rpx;
  12. display: flex;
  13. align-items: center;
  14. }
  15. .userinfo .userinfo-left .cu-avatar {
  16. width: 124rpx;
  17. height: 124rpx;
  18. font-size: 3em;
  19. }
  20. .userinfo .userinfo-left .namebox {
  21. color: white;
  22. margin-left: 20rpx;
  23. }
  24. .userinfo .userinfo-left .namebox .cu-btn {
  25. width: 180rpx;
  26. height: 50rpx;
  27. background-color: #01315f;
  28. color: white;
  29. }
  30. .userinfo .userinfo-left .namebox .userinfo-content {
  31. height: 80rpx;
  32. line-height: 90rpx;
  33. font-size: 36rpx;
  34. }
  35. .userinfo .userinfo-left .namebox .userinfo-id {
  36. height: 40rpx;
  37. font-size: 28rpx;
  38. }
  39. .userinfo .userinfo-right {
  40. width: 220rpx;
  41. height: 240rpx;
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. }
  46. .userinfo .userinfo-right image {
  47. width: 60rpx;
  48. height: 60rpx;
  49. }
  50. .userinfo .userinfo-right text {
  51. color: white;
  52. font-size: 28rpx;
  53. }
  54. .option {
  55. position: relative;
  56. width: 690rpx;
  57. margin-left: 30rpx;
  58. height: 220rpx;
  59. background-color: white;
  60. border-radius: 20rpx;
  61. border: 2rpx solid #d3d3d3;
  62. top: -110rpx;
  63. display: flex;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .option .option-item {
  68. flex: 1;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. flex-direction: column;
  73. }
  74. .option .option-item image {
  75. width: 90rpx;
  76. height: 90rpx;
  77. }
  78. .option .option-item view {
  79. font-size: 28rpx;
  80. margin-top: 20rpx;
  81. color: #1f1f1f;
  82. }
  83. .my-menu {
  84. width: 670rpx;
  85. margin-left: 40rpx;
  86. height: 100rpx;
  87. line-height: 100rpx;
  88. margin-top: 30rpx;
  89. display: block;
  90. text-align: center;
  91. }
  92. .my-menu image {
  93. float: left;
  94. margin-top: 20rpx;
  95. }
  96. .my-menu text {
  97. color: white;
  98. font-size: 30rpx;
  99. margin-left: -60rpx;
  100. }
  101. .my-auth {
  102. margin-top: 50rpx;
  103. }
  104. .center-menu {
  105. border: 2rpx solid #d3d3d3;
  106. margin-top: -80rpx;
  107. }
  108. .cu-list.menu>.cu-item .content>image {
  109. margin-top: -14rpx;
  110. margin-right: 30rpx;
  111. }
  112. .cu-item.btn {
  113. width: 100%;
  114. padding: 0 30rpx;
  115. line-height: normal;
  116. font-weight: normal;
  117. text-align: left;
  118. }
  119. .avatar-wrapper {
  120. width: 124rpx;
  121. height: 124rpx;
  122. padding: 0;
  123. margin: 0;
  124. background: none;
  125. }