default.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. page{
  2. background-color: #3157ba;
  3. }
  4. .container {
  5. background-color: #3157ba;
  6. }
  7. .panel1 {
  8. position: fixed;
  9. top:80rpx;
  10. color: #fff;
  11. }
  12. .panel1_iPad {
  13. position: fixed;
  14. top:0rpx;
  15. color: #fff;
  16. }
  17. .text1 {
  18. font-size: 36rpx;
  19. }
  20. .text11 {
  21. font-size: 40rpx;
  22. font-family: 'Roboto-Black';
  23. }
  24. .text3 {
  25. font-size: 28rpx;
  26. margin-top: 10rpx;
  27. }
  28. .text2 {
  29. font-family: 'Roboto-Black';
  30. font-size: 168rpx;
  31. }
  32. .universalpic_setup_white_50x50 {
  33. width: 50rpx;
  34. height: 50rpx;
  35. margin-top: 60rpx;
  36. }
  37. .message_practise_index_01{
  38. width: 460rpx;
  39. height: 143rpx;
  40. position: fixed;
  41. top:374rpx;
  42. }
  43. .message_practise_index_01_iPad{
  44. width: 460rpx;
  45. height: 143rpx;
  46. position: fixed;
  47. top:270rpx;
  48. }
  49. .study_index_start {
  50. width: 480rpx;
  51. height: 254rpx;
  52. position: fixed;
  53. top:526rpx;
  54. }
  55. .study_index_start_iPad {
  56. width: 480rpx;
  57. height: 254rpx;
  58. position: fixed;
  59. top:387rpx;
  60. }
  61. .setting{
  62. width:150rpx;
  63. height:168rpx;
  64. position: fixed;
  65. top:544rpx;
  66. left:145rpx;
  67. z-index: 10;
  68. }
  69. .setting_iPad{
  70. width:150rpx;
  71. height:168rpx;
  72. position: fixed;
  73. top:396rpx;
  74. left:145rpx;
  75. z-index: 10;
  76. }
  77. .study_index_plan{
  78. width:110rpx;
  79. height:144rpx;
  80. position: fixed;
  81. top:745rpx;
  82. }
  83. .study_index_plan_iPad{
  84. width:110rpx;
  85. height:144rpx;
  86. position: fixed;
  87. top:545rpx;
  88. }
  89. .panelBottom {
  90. position: fixed;
  91. bottom:0;
  92. width: 100%;
  93. }
  94. .adPanel{
  95. width:100%;
  96. height:174rpx;
  97. justify-content: flex-end;
  98. position: relative;
  99. }
  100. .adLine1{
  101. width:100%;
  102. height:120rpx;
  103. background-color: #222D4C;
  104. border-top-left-radius: 14rpx;
  105. border-top-right-radius: 14rpx;
  106. }
  107. .text6{
  108. margin-left: 15rpx;
  109. font-size:28rpx;
  110. color:#E3E3E3;
  111. }
  112. .adLine2{
  113. width:100%;
  114. height:20rpx;
  115. background-color: #FFC48D;
  116. }
  117. .adLine3{
  118. width:100%;
  119. height:10rpx;
  120. background-color: #CA8770;
  121. }
  122. .avatar{
  123. width:110rpx;
  124. height:169rpx;
  125. position: absolute;
  126. bottom:0;
  127. left:30rpx;
  128. }
  129. .message{
  130. width:103rpx;
  131. height:41rpx;
  132. position: absolute;
  133. top:0;
  134. left:160rpx;
  135. }
  136. .chalk{
  137. height:8rpx;
  138. border-radius: 4rpx;
  139. }
  140. .chalk1{
  141. width:34rpx;
  142. position: absolute;
  143. bottom:30rpx;
  144. right:90rpx;
  145. background-color: #E3E3E3;
  146. }
  147. .chalk11{
  148. width:28rpx;
  149. background-color: rgba(0,0,0,0.2);
  150. }
  151. .chalk2{
  152. width:34rpx;
  153. position: absolute;
  154. bottom:30rpx;
  155. right:40rpx;
  156. background-color: #19C575;
  157. }
  158. .study_index_board_close{
  159. width:70rpx;
  160. height:70rpx;
  161. position: absolute;
  162. right:10rpx;
  163. top:49rpx;
  164. }
  165. .study_index_footer{
  166. width: 100%;
  167. height:140rpx;
  168. }
  169. .panelBottom1 {
  170. width: 100%;
  171. background-color: #fff;
  172. }
  173. .iphone10plus{
  174. width:100%;
  175. height:30rpx;
  176. background-color: #fff;
  177. }
  178. .panelBottom11 {
  179. color:#9B9B9B;
  180. height:98rpx;
  181. width:150rpx;
  182. font-size:36rpx;
  183. }
  184. .panelBottom12 {
  185. color:#9B9B9B;
  186. height:98rpx;
  187. width:300rpx;
  188. font-size:36rpx;
  189. }
  190. .text5{
  191. color:#1e1e1e;
  192. }
  193. .text51{
  194. width:220rpx;
  195. text-align: right;
  196. }
  197. .tabbar_add_red_70x70 {
  198. width: 70rpx;
  199. height: 70rpx;
  200. }
  201. .TempCardNoSaved{
  202. background-color: #0B8457;
  203. position: fixed;
  204. top:0;
  205. }
  206. .TempCardNoSaved .Avatar{
  207. width:200rpx;
  208. height:200rpx;
  209. margin-top: 150rpx;
  210. z-index: 10;
  211. border-radius: 50%;
  212. }
  213. .TempCardNoSaved .RemindText{
  214. font-size:54rpx;
  215. color:#fff;
  216. margin-top: 170rpx;
  217. text-align: center;
  218. }
  219. .TempCardNoSaved .RemindText2{
  220. font-size:32rpx;
  221. color:#fff;
  222. margin-top: 105rpx;
  223. text-align: center;
  224. }
  225. .TempCardNoSaved .btn1{
  226. font-size:36rpx;
  227. color:#fff;
  228. margin-top: 40rpx;
  229. border:2rpx solid #fff;
  230. text-align: center;
  231. width:600rpx;
  232. line-height: 90rpx;
  233. border-radius: 14rpx;
  234. }
  235. .IsExitContainer{
  236. background-color: #3157ba;
  237. position: absolute;
  238. z-index: 100;
  239. top:0;
  240. }
  241. .IsExitText{
  242. margin-top: 200rpx;
  243. color:#fff;
  244. font-size:36rpx;
  245. }
  246. .isExit{
  247. border: 1rpx solid #fff;
  248. color:#fff;
  249. border-radius: 10rpx;
  250. margin-top: 80rpx;
  251. padding: 20rpx;
  252. width:100rpx;
  253. font-size:36rpx;
  254. text-align: center;
  255. }
  256. .ChangeUser{
  257. position: fixed;
  258. top:30rpx;
  259. left:0;
  260. z-index: 100;
  261. width:100rpx;
  262. height:100rpx;
  263. }
  264. .input{
  265. background-color: #fff;
  266. color:#1e1e1e;
  267. text-align: center;
  268. font-size:24rpx;
  269. margin-top: 30rpx;
  270. }
  271. .panel2{
  272. margin: 10rpx 0 10rpx 0;
  273. }
  274. .panel20{
  275. width:500rpx;
  276. margin: -20rpx 0 0 0;
  277. }
  278. .panel21{
  279. margin: -20rpx 0 0 0;
  280. }
  281. .Avatar2{
  282. width: 50rpx;
  283. height:50rpx;
  284. background-color: #E3E3E3;
  285. border-radius: 5rpx;
  286. margin:0 10rpx;
  287. }
  288. .NickName2{
  289. max-width:200rpx;
  290. overflow-x: hidden;
  291. font-size: 20rpx;
  292. color:#fff;
  293. }
  294. .input2{
  295. width: 140rpx;
  296. height:65rpx;
  297. margin: 0rpx 10rpx 0 10rpx;
  298. font-size:28rpx;
  299. }
  300. .btnShowUserID{
  301. margin:20rpx 5rpx;
  302. font-size: 26rpx;
  303. }
  304. .btn2{
  305. font-size: 26rpx;
  306. margin:20rpx 5rpx;
  307. }
  308. .IsRemindContainer{
  309. background-color:rgba(49,87,186,0.86);
  310. position: fixed;
  311. z-index: 100;
  312. top:0;
  313. }
  314. .IsRemindContainer .IsRemindPanel{
  315. width:710rpx;
  316. height:835rpx;
  317. margin-top: 120rpx;
  318. border-radius: 40rpx;
  319. background-color: #222D4C;
  320. align-items: flex-start;
  321. justify-content: flex-start;
  322. position: relative;
  323. }
  324. .IsRemindContainer .IsRemindText1{
  325. margin: 80rpx 0 0 60rpx;
  326. color: #F0F0F0;
  327. font-size:72rpx;
  328. }
  329. .IsRemindContainer .IsRemindText2{
  330. margin: 20rpx 0 0 60rpx;
  331. color: #F0F0F0;
  332. font-size:36rpx;
  333. }
  334. .IsRemindContainer .IsRemindLine{
  335. margin: 30rpx 0 0 60rpx;
  336. width:300rpx;
  337. height:2rpx;
  338. background-color: #f0f0f0;
  339. }
  340. .IsRemindContainer .IsRemindText3{
  341. margin: 30rpx 0 0 60rpx;
  342. color: #FEDF9F;
  343. font-size:36rpx;
  344. }
  345. .IsRemindContainer .IsRemindBtn{
  346. margin: 47rpx 0 0 60rpx;
  347. width:300rpx;
  348. height:100rpx;
  349. background-color: #FE6659;
  350. border-radius: 20rpx;
  351. color:#fff;
  352. font-size:48rpx;
  353. text-align: center;
  354. line-height: 100rpx;
  355. }
  356. .practise_index_board_blackboard{
  357. position: absolute;
  358. bottom:0;
  359. left:0;
  360. width:710rpx;
  361. height:58rpx;
  362. }
  363. .practise_index_board_blackboard{
  364. position: absolute;
  365. bottom:0;
  366. left:0;
  367. width:710rpx;
  368. height:58rpx;
  369. }
  370. .practise_index_board_avater01{
  371. position: absolute;
  372. bottom:0;
  373. right:50rpx;
  374. width:268rpx;
  375. height:463rpx;
  376. }
  377. .practise_index_board_close{
  378. position: absolute;
  379. top:30rpx;
  380. right:30rpx;
  381. width:70rpx;
  382. height:70rpx;
  383. }
  384. .hiddenline{
  385. width:70%;
  386. height:1rpx;
  387. background-color: #ddd;
  388. }
  389. .panelItemPay{
  390. background-color: #fff;
  391. width:100%;
  392. border-bottom: 2rpx solid #F0F0F0;
  393. padding: 10rpx 30rpx;
  394. }
  395. .panelItemPay1{
  396. background-color: #E3E3E3;
  397. width:100%;
  398. border-bottom: 2rpx solid #F0F0F0;
  399. padding: 10rpx 30rpx;
  400. }
  401. .input3{
  402. width: 602rpx;
  403. margin: 0rpx 30rpx 10rpx 30rpx;
  404. font-size:28rpx;
  405. text-align: left;
  406. padding-left: 20rpx;
  407. }
  408. .UserAssociated{
  409. position: fixed;
  410. top:397rpx;
  411. height: 80rpx;
  412. border-radius: 40rpx;
  413. background-color: #2a4a9f;
  414. justify-content: space-between;
  415. }
  416. .UserAssociated_iPad{
  417. position: fixed;
  418. top:282rpx;
  419. height: 80rpx;
  420. border-radius: 40rpx;
  421. background-color: #2a4a9f;
  422. justify-content: space-between;
  423. }
  424. .UserAssociatedAvatar{
  425. width:60rpx;
  426. height:60rpx;
  427. margin-left: 10rpx;
  428. border-radius: 50%;
  429. }
  430. .UserAssociatedNickName{
  431. color:#fff;
  432. font-size: 28rpx;
  433. margin: 0 20rpx;
  434. }
  435. .icon_nextpage_2{
  436. width:16rpx;
  437. height:26rpx;
  438. margin-right: 30rpx;
  439. }
  440. .IsRemindPanel2{
  441. width:660rpx;
  442. height:520rpx;
  443. margin-top: 270rpx;
  444. border-radius: 40rpx;
  445. background-color: #222D4C;
  446. justify-content: flex-start;
  447. position: relative;
  448. }
  449. .IsRemindPanel2_iPad{
  450. width:660rpx;
  451. height:520rpx;
  452. margin-top: 170rpx;
  453. border-radius: 40rpx;
  454. background-color: #222D4C;
  455. justify-content: flex-start;
  456. position: relative;
  457. }
  458. .text7{
  459. font-size: 36rpx;
  460. color: #F0F0F0;
  461. letter-spacing: 0;
  462. margin-top: 60rpx;
  463. }
  464. .IsRemindPanel20{
  465. width:480rpx;
  466. justify-content: space-around;
  467. margin-top: 50rpx;
  468. }
  469. .IsRemindPanel201{
  470. height:300rpx;
  471. justify-content: flex-start;
  472. position: relative;
  473. }
  474. .UserAssociatedAvatar2{
  475. width:120rpx;
  476. height:120rpx;
  477. border-radius: 50%;
  478. background-color: #fff;
  479. }
  480. .text8{
  481. width:120rpx;
  482. font-size: 24rpx;
  483. color: #FFFFFF;
  484. text-align: center;
  485. margin-top: 25rpx;
  486. }
  487. .text9{
  488. font-size: 22rpx;
  489. color: #5282FA;
  490. letter-spacing: 0;
  491. text-align: center;
  492. }
  493. .text10{
  494. background: #FE6659;
  495. border-radius: 10rpx;
  496. font-size: 20rpx;
  497. color: #F0F0F0;
  498. letter-spacing: 0;
  499. width:80rpx;
  500. height:40rpx;
  501. border-radius: 10rpx;
  502. position: absolute;
  503. top:80rpx;
  504. text-align: center;
  505. line-height: 40rpx;
  506. z-index: 20;
  507. }
  508. .practise_index_board_close{
  509. width:70rpx;
  510. height:70rpx;
  511. position: absolute;
  512. top:30rpx;
  513. right:30rpx;
  514. z-index: 10;
  515. }