userbook.wxss 5.5 KB

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