userbook.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .container {
  2. background-color: #fff;
  3. }
  4. .text1 {
  5. margin: 360rpx 0 0 0;
  6. font-size: 64rpx;
  7. text-align: center;
  8. }
  9. .text2 {
  10. margin: 10rpx 0 0 0;
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. text-align: center;
  14. }
  15. .userinfo {
  16. width: 100%;
  17. height: 130rpx;
  18. background-color: #ff9f33;
  19. justify-content: space-between;
  20. }
  21. .avatar {
  22. width: 70rpx;
  23. height: 70rpx;
  24. border-radius: 50%;
  25. }
  26. .nickname {
  27. margin-left: 20rpx;
  28. font-size: 28rpx;
  29. color: #fff;
  30. }
  31. .panel1 {
  32. width: 100%;
  33. height: 134rpx;
  34. align-items: flex-start;
  35. justify-content: space-between;
  36. font-weight: 400;
  37. font-size: 28rpx;
  38. }
  39. .panel10 {
  40. height: 101rpx;
  41. }
  42. .left {
  43. margin-left: 30rpx;
  44. margin-top: 30rpx;
  45. }
  46. .right {
  47. margin-right: 30rpx;
  48. margin-top: 30rpx;
  49. align-items: flex-end;
  50. }
  51. .panel11 {
  52. color: #787878;
  53. }
  54. .panel12 {
  55. font-weight: 500;
  56. font-size: 24rpx;
  57. }
  58. .panel2{
  59. width:100%;
  60. justify-content: space-between;
  61. border-top:1rpx solid #e3e3e3;
  62. }
  63. .usermanual_index_wallet {
  64. width: 50rpx;
  65. height: 50rpx;
  66. }
  67. .panel21{
  68. width:374rpx;
  69. height:171rpx;
  70. font-size:28rpx;
  71. font-weight: 400;
  72. }
  73. .line2{
  74. width:1rpx;
  75. height:171rpx;
  76. background-color: #e3e3e3;
  77. }
  78. .panelTitle {
  79. width: 100%;
  80. justify-content: space-between;
  81. background-color: #f0f0f0;
  82. }
  83. .panelTitle .panelTitle1 {
  84. font-size: 32rpx;
  85. margin: 50rpx 30rpx 30rpx 30rpx;
  86. }
  87. .panelItem {
  88. width: 100%;
  89. justify-content: flex-start;
  90. font-size: 24rpx;
  91. font-weight: 400;
  92. position: relative;
  93. }
  94. .line {
  95. width: 100%;
  96. height: 20rpx;
  97. background-color: #f0f0f0;
  98. }
  99. .panelItem2 {
  100. width: 100%;
  101. background-color: #B3443B;
  102. height:93rpx;
  103. justify-content: center;
  104. }
  105. .text3 {
  106. color:#fff;
  107. font-size:24rpx;
  108. }
  109. .btn {
  110. font-size: 28rpx;
  111. width: 480rpx;
  112. height: 90rpx;
  113. border-radius: 10rpx;
  114. text-align: center;
  115. line-height: 90rpx;
  116. color: #0071ef;
  117. background-color: #fff;
  118. border: 2rpx solid #9b9b9b;
  119. margin: 40rpx 0 10rpx 0;
  120. }
  121. .text4 {
  122. width: 690rpx;
  123. margin-top: 20rpx;
  124. }
  125. .salesactivity_a01_usermanual_banner_header {
  126. width: 100%;
  127. height: 403rpx;
  128. }
  129. .salesactivity_a01_usermanual_banner_bg {
  130. width: 100%;
  131. height: 170rpx;
  132. position: absolute;
  133. bottom: 0;
  134. z-index: 5;
  135. }
  136. .text5 {
  137. margin-bottom: 60rpx;
  138. }
  139. .panelItem1 {
  140. justify-content: flex-start;
  141. width: 100%;
  142. z-index: 10;
  143. }
  144. .btn2 {
  145. width: 300rpx;
  146. color: #1e1e1e;
  147. margin: 0 50rpx 50rpx 60rpx;
  148. }
  149. .text9 {
  150. width: 690rpx;
  151. text-align: center;
  152. font-size: 24rpx;
  153. }
  154. .btn3 {
  155. width: 480rpx;
  156. margin: 20rpx 0 60rpx 0;
  157. }
  158. .text6 {
  159. font-size: 28rpx;
  160. color: #0071ef;
  161. text-decoration: underline;
  162. margin-bottom: 50rpx;
  163. }
  164. .news_lesson_a01 {
  165. width: 690rpx;
  166. height: 240rpx;
  167. border-radius: 10rpx;
  168. margin: 40rpx 0 30rpx 0;
  169. }
  170. .text7 {
  171. width: 690rpx;
  172. text-align: left;
  173. font-weight: 400;
  174. }
  175. .text8 {
  176. width: 690rpx;
  177. text-align: left;
  178. font-size: 32rpx;
  179. font-weight: 500;
  180. margin: 10rpx 0 10rpx 0;
  181. }
  182. .text10 {
  183. width: 690rpx;
  184. text-align: left;
  185. font-weight: 400;
  186. margin-bottom: 20rpx;
  187. }
  188. .news_mustread {
  189. width: 690rpx;
  190. height: 240rpx;
  191. border-radius: 10rpx;
  192. margin: 40rpx 0 30rpx 0;
  193. }
  194. .salesactivity_a02_usermanual_banner_header {
  195. width: 100%;
  196. height: 458rpx;
  197. }
  198. .salesactivity_a04_usermanual_banner_header {
  199. width: 100%;
  200. height: 523rpx;
  201. }