sign.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. page {
  2. background: #F8F9FD;
  3. }
  4. .content{
  5. padding: 20rpx 10px 0rpx 10px;
  6. }
  7. .user-card{
  8. width: auto;
  9. border: 1px solid #F3FBFF;
  10. padding: 50rpx 35rpx 0rpx 35rpx;
  11. border-radius: 30rpx;
  12. background-color: #FFFF;
  13. background: radial-gradient(65.52% 61.17% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
  14. }
  15. .user-card-backgorund{
  16. width: auto;
  17. position: relative;
  18. bottom: 0;
  19. }
  20. .user-card-backgorund .scan-image{
  21. width: 200rpx;
  22. height: 200rpx;
  23. position: absolute;
  24. bottom: 0;
  25. right: 0;
  26. }
  27. .user-card-info{
  28. width: 100%;
  29. display: flex;
  30. }
  31. .user-card-info .info-title{
  32. width: 100%;
  33. display: flex;
  34. }
  35. .user-card-info .title-info .cp-info{
  36. display: flex;
  37. font-size: 16px;
  38. justify-content: flex-start;
  39. align-items: center;
  40. }
  41. .user-card-info .info-title .version-card{
  42. font-weight: 500;
  43. font-size: 10px;
  44. height: 2vh;
  45. align-items: center;
  46. display: flex;
  47. border-top-left-radius: 20rpx;
  48. border-bottom-right-radius: 20rpx;
  49. padding: 0rpx 10rpx;
  50. justify-items: center;
  51. margin-left: 15rpx;
  52. background: linear-gradient(0deg, #CFC9C0, #CFC9C0),
  53. conic-gradient(from 154.5deg at 29.17% -8.33%, #FFE8BA -0.56deg, rgba(255, 230, 165, 0) 0.26deg, rgba(227, 184, 73, 0.34) 17.37deg, rgba(240, 187, 253, 0.23) 347.83deg, rgba(186, 234, 255, 0.38) 353.78deg, #FFE8BA 359.44deg, rgba(255, 230, 165, 0) 360.26deg);
  54. }
  55. .user-card-info .info-title .version-card span{
  56. color: #51370F;
  57. box-shadow: 0px 0.56px 0px 0px #FFFB9E;
  58. }
  59. .cp-avatar image{
  60. width: 80rpx;
  61. height: 80rpx;
  62. border-radius: 50%;
  63. }
  64. .title-info{
  65. font-size: 14px;
  66. font-weight: bolder;
  67. margin-left: 25rpx;
  68. }
  69. .title-info .user-info{
  70. margin-top: 25rpx;
  71. }
  72. .integral-info{
  73. display: flex;
  74. flex-direction: column;
  75. margin-bottom: 20rpx;
  76. }
  77. .integral-item{
  78. display: flex;
  79. justify-content: space-between;
  80. margin-top: 20rpx;
  81. z-index: 10;
  82. }
  83. .integral-item .item{
  84. display: flex;
  85. color: #1B365D;
  86. font-weight: 600;
  87. font-size: 14px;
  88. align-items: center;
  89. }
  90. .integral-item .number{
  91. color: #FF7B1A;
  92. font-size: 16px;
  93. text-decoration-line:underline;
  94. padding: 0 8rpx;
  95. }
  96. .integral-info .rearmk-view{
  97. margin-top: 15rpx;
  98. font-size: 10px;
  99. }
  100. .integral-info .rearmk-view .title{
  101. font-weight: 600;
  102. color: #1B365D;
  103. }
  104. .integral-info .rearmk-view .info{
  105. color: #95A8CB;
  106. margin-left: 15rpx;
  107. font-weight: 500;
  108. }
  109. .van-tabs__scroll{
  110. background-color: transparent !important;
  111. }
  112. .item-content{
  113. margin-top: 30rpx;
  114. }
  115. .item-card{
  116. background: linear-gradient(152.98deg, #FFF9EC 15.09%, #FFFFFF 45.02%);
  117. box-shadow: 0px 10px 20px 0px #0000000D;
  118. box-shadow: 0px -6px 20px 0px #0000000D;
  119. border-radius: 20rpx;
  120. padding-top: 30rpx;
  121. padding-left: 30rpx;
  122. padding-right: 30rpx;
  123. padding-bottom: 30rpx;
  124. }
  125. .item-card .list-item{
  126. display: flex;
  127. width: 100%;
  128. justify-content: space-between;
  129. align-content: center;
  130. align-items: center;
  131. font-size: 14px;
  132. }
  133. .item-card .list-item .item-type{
  134. font-weight: 600;
  135. font-size: 16px;
  136. color: #1B365D;
  137. }
  138. .item-card .list-item .item-info{
  139. font-size: 12px;
  140. color:#95A8CB;
  141. margin-top: 15rpx;
  142. }
  143. .item-card .list-item .integral-value{
  144. font-size: 18px;
  145. color:#A5814A;
  146. font-weight: 600;
  147. }