userbook.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. .container {
  2. background-color: #fff;
  3. }
  4. .text00 {
  5. margin: 200rpx 0 0 0;
  6. font-size: 64rpx;
  7. text-align: center;
  8. color:#FE6659;
  9. }
  10. .text01 {
  11. margin: 30rpx 0 0 0;
  12. font-size: 32rpx;
  13. text-align: center;
  14. color:#1E1E1E;
  15. font-weight: 400;
  16. }
  17. .text02 {
  18. margin: 50rpx 0 0 0;
  19. font-size: 32rpx;
  20. text-align: center;
  21. color:#1E1E1E;
  22. font-weight: 500;
  23. }
  24. .text03 {
  25. margin: 10rpx 0 0 0;
  26. font-size: 28rpx;
  27. text-align: center;
  28. color:#1E1E1E;
  29. font-weight: 400;
  30. }
  31. .btn00 {
  32. font-size: 36rpx;
  33. font-weight: 500;
  34. width: 500rpx;
  35. height: 90rpx;
  36. border-radius: 10rpx;
  37. text-align: center;
  38. line-height: 90rpx;
  39. color: #fff;
  40. background-color: #0071ef;
  41. margin: 40rpx 0 0rpx 0;
  42. }
  43. .text1 {
  44. margin: 360rpx 0 0 0;
  45. font-size: 64rpx;
  46. text-align: center;
  47. }
  48. .text2 {
  49. margin: 10rpx 0 0 0;
  50. font-size: 28rpx;
  51. font-weight: 400;
  52. text-align: center;
  53. }
  54. .userinfo {
  55. width: 100%;
  56. height: 130rpx;
  57. background-color: #ff9f33;
  58. justify-content: space-between;
  59. }
  60. .avatar {
  61. width: 70rpx;
  62. height: 70rpx;
  63. border-radius: 50%;
  64. }
  65. .nickname {
  66. margin-left: 20rpx;
  67. font-size: 28rpx;
  68. color: #fff;
  69. }
  70. .panel1 {
  71. width: 100%;
  72. height: 134rpx;
  73. align-items: flex-start;
  74. justify-content: space-between;
  75. font-weight: 400;
  76. font-size: 28rpx;
  77. }
  78. .panel10 {
  79. height: 101rpx;
  80. }
  81. .left {
  82. margin-left: 30rpx;
  83. margin-top: 30rpx;
  84. }
  85. .right {
  86. margin-right: 30rpx;
  87. margin-top: 30rpx;
  88. font-size: 28rpx;
  89. color:#fff;
  90. }
  91. .universalpic_setup_white_50x50{
  92. width:30rpx;
  93. height:30rpx;
  94. margin-right: 10rpx;
  95. }
  96. .panel11 {
  97. color: #787878;
  98. }
  99. .panel12 {
  100. font-weight: 500;
  101. font-size: 24rpx;
  102. }
  103. .panel2{
  104. width:100%;
  105. justify-content: space-between;
  106. border-top:1rpx solid #e3e3e3;
  107. }
  108. .panel21{
  109. flex:1;
  110. height:171rpx;
  111. font-size:24rpx;
  112. font-weight: 400;
  113. }
  114. .line2{
  115. width:1rpx;
  116. height:171rpx;
  117. background-color: #e3e3e3;
  118. }
  119. .panel3{
  120. width:100%;
  121. border-top: 50rpx solid #f0f0f0;
  122. background-color: #f0f0f0;
  123. }
  124. .panel31{
  125. width:220rpx;
  126. height:93rpx;
  127. font-size: 24rpx;
  128. border-radius: 10rpx;
  129. text-align: center;
  130. line-height: 93rpx;
  131. color: #1E1E1E;
  132. background-color: #fff;
  133. border: 2rpx solid #D2D2D2;
  134. margin: 0 8rpx;
  135. }
  136. .panelTitle {
  137. width: 100%;
  138. justify-content: space-between;
  139. background-color: #f0f0f0;
  140. }
  141. .panelTitle .panelTitle1 {
  142. font-size: 32rpx;
  143. margin: 50rpx 30rpx 30rpx 30rpx;
  144. }
  145. .panelItem {
  146. width: 100%;
  147. justify-content: flex-start;
  148. font-size: 24rpx;
  149. font-weight: 400;
  150. position: relative;
  151. }
  152. .panelItem3{
  153. border-top:20rpx solid #f0f0f0;
  154. }
  155. .line {
  156. width: 100%;
  157. height: 20rpx;
  158. background-color: #f0f0f0;
  159. }
  160. .panelItem2 {
  161. width: 100%;
  162. height:93rpx;
  163. justify-content: center;
  164. }
  165. .text3 {
  166. margin-top: 30rpx;
  167. width:690rpx;
  168. font-size:24rpx;
  169. }
  170. .text11 {
  171. color: #B3443B;
  172. font-size:24rpx;
  173. font-weight: 500;
  174. }
  175. .btn {
  176. font-size: 28rpx;
  177. font-weight: 500;
  178. width: 480rpx;
  179. height: 90rpx;
  180. border-radius: 10rpx;
  181. text-align: center;
  182. line-height: 90rpx;
  183. color: #0071ef;
  184. background-color: #fff;
  185. border: 2rpx solid #D2D2D2;
  186. margin: 40rpx 0 10rpx 0;
  187. }
  188. .btn4 {
  189. border: 2rpx solid #fff;
  190. margin: 60rpx 0 40rpx 0;
  191. }
  192. .text4 {
  193. width: 690rpx;
  194. margin-top: 20rpx;
  195. }
  196. .text41 {
  197. margin-top: 40rpx;
  198. }
  199. .text42 {
  200. margin-bottom: 40rpx;
  201. }
  202. .text5 {
  203. margin-bottom: 60rpx;
  204. }
  205. .panelItem1 {
  206. justify-content: flex-start;
  207. width: 100%;
  208. z-index: 10;
  209. }
  210. .btn2 {
  211. width: 300rpx;
  212. color: #1e1e1e;
  213. margin: 0 50rpx 50rpx 60rpx;
  214. }
  215. .text9 {
  216. width: 690rpx;
  217. text-align: center;
  218. font-size: 24rpx;
  219. }
  220. .btn3 {
  221. width: 480rpx;
  222. margin: 20rpx 0 60rpx 0;
  223. }
  224. .salesactivity_a01_usermanual_banner{
  225. width:100%;
  226. height:280rpx;
  227. }
  228. .text6 {
  229. position: absolute;
  230. left:274rpx;
  231. top:184rpx;
  232. width:200rpx;
  233. height:70rpx;
  234. }
  235. .news_lesson_a01 {
  236. width: 690rpx;
  237. height: 240rpx;
  238. border-radius: 10rpx;
  239. margin: 40rpx 0 30rpx 0;
  240. }
  241. .text7 {
  242. width: 690rpx;
  243. text-align: left;
  244. font-weight: 400;
  245. }
  246. .text8 {
  247. width: 690rpx;
  248. text-align: left;
  249. font-size: 32rpx;
  250. font-weight: 500;
  251. margin: 10rpx 0 10rpx 0;
  252. }
  253. .text10 {
  254. width: 690rpx;
  255. text-align: left;
  256. font-weight: 400;
  257. margin-bottom: 20rpx;
  258. }
  259. .news_mustread {
  260. width: 690rpx;
  261. height: 240rpx;
  262. border-radius: 10rpx;
  263. margin: 40rpx 0 30rpx 0;
  264. }
  265. .salesactivity_a02_usermanual_banner_header {
  266. width: 100%;
  267. height: 458rpx;
  268. }
  269. .salesactivity_a04_usermanual_banner_header {
  270. width: 100%;
  271. height: 523rpx;
  272. }
  273. .usermanual_index_handshake{
  274. width: 40rpx;
  275. height: 40rpx;
  276. margin-bottom: 10rpx;
  277. }
  278. .salesactivity_a05_usermanual_banner{
  279. width:100%;
  280. height:280rpx;
  281. border-bottom: 20rpx solid #f0f0f0;
  282. }
  283. .marketingDetail{
  284. position: absolute;
  285. top:60rpx;
  286. right:70rpx;
  287. width:200rpx;
  288. height:70rpx;
  289. }