userbook.wxss 4.7 KB

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