default.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. .container {
  2. background-color: #3157ba;
  3. }
  4. .panel1 {
  5. position: fixed;
  6. top:80rpx;
  7. color: #fff;
  8. }
  9. .panel1_iPad {
  10. position: fixed;
  11. top:0rpx;
  12. color: #fff;
  13. }
  14. .text1 {
  15. font-size: 36rpx;
  16. }
  17. .text11 {
  18. font-size: 40rpx;
  19. font-family: 'Roboto-Black';
  20. }
  21. .text3 {
  22. font-size: 28rpx;
  23. margin-top: 10rpx;
  24. }
  25. .text2 {
  26. font-family: 'Roboto-Black';
  27. font-size: 168rpx;
  28. }
  29. .universalpic_setup_white_50x50 {
  30. width: 50rpx;
  31. height: 50rpx;
  32. margin-top: 60rpx;
  33. }
  34. .message_practise_index_01{
  35. width: 460rpx;
  36. height: 143rpx;
  37. position: fixed;
  38. top:374rpx;
  39. }
  40. .message_practise_index_01_iPad{
  41. width: 460rpx;
  42. height: 143rpx;
  43. position: fixed;
  44. top:270rpx;
  45. }
  46. .study_index_start {
  47. width: 480rpx;
  48. height: 254rpx;
  49. position: fixed;
  50. top:526rpx;
  51. }
  52. .study_index_start_iPad {
  53. width: 480rpx;
  54. height: 254rpx;
  55. position: fixed;
  56. top:387rpx;
  57. }
  58. .setting{
  59. width:150rpx;
  60. height:168rpx;
  61. position: fixed;
  62. top:544rpx;
  63. left:145rpx;
  64. z-index: 10;
  65. }
  66. .study_index_plan{
  67. width:110rpx;
  68. height:144rpx;
  69. position: fixed;
  70. top:745rpx;
  71. }
  72. .study_index_plan_iPad{
  73. width:110rpx;
  74. height:144rpx;
  75. position: fixed;
  76. top:545rpx;
  77. }
  78. .panelBottom {
  79. position: fixed;
  80. bottom:0;
  81. width: 100%;
  82. }
  83. .adPanel{
  84. width:100%;
  85. height:174rpx;
  86. justify-content: flex-end;
  87. position: relative;
  88. }
  89. .adLine1{
  90. width:100%;
  91. height:120rpx;
  92. background-color: #222D4C;
  93. border-top-left-radius: 14rpx;
  94. border-top-right-radius: 14rpx;
  95. }
  96. .text6{
  97. margin-left: 15rpx;
  98. font-size:28rpx;
  99. color:#E3E3E3;
  100. }
  101. .adLine2{
  102. width:100%;
  103. height:20rpx;
  104. background-color: #FFC48D;
  105. }
  106. .adLine3{
  107. width:100%;
  108. height:10rpx;
  109. background-color: #CA8770;
  110. }
  111. .avatar{
  112. width:110rpx;
  113. height:169rpx;
  114. position: absolute;
  115. bottom:0;
  116. left:30rpx;
  117. }
  118. .message{
  119. width:103rpx;
  120. height:41rpx;
  121. position: absolute;
  122. top:0;
  123. left:160rpx;
  124. }
  125. .chalk{
  126. height:8rpx;
  127. border-radius: 4rpx;
  128. }
  129. .chalk1{
  130. width:34rpx;
  131. position: absolute;
  132. bottom:30rpx;
  133. right:90rpx;
  134. background-color: #E3E3E3;
  135. }
  136. .chalk11{
  137. width:28rpx;
  138. background-color: rgba(0,0,0,0.2);
  139. }
  140. .chalk2{
  141. width:34rpx;
  142. position: absolute;
  143. bottom:30rpx;
  144. right:40rpx;
  145. background-color: #19C575;
  146. }
  147. .study_index_board_close{
  148. width:70rpx;
  149. height:70rpx;
  150. position: absolute;
  151. right:10rpx;
  152. top:49rpx;
  153. }
  154. .study_index_footer{
  155. width: 100%;
  156. height:140rpx;
  157. }
  158. .panelBottom1 {
  159. width: 100%;
  160. background-color: #fff;
  161. }
  162. .iphone10plus{
  163. width:100%;
  164. height:30rpx;
  165. background-color: #fff;
  166. }
  167. .panelBottom11 {
  168. color:#9B9B9B;
  169. height:98rpx;
  170. width:150rpx;
  171. font-size:36rpx;
  172. }
  173. .panelBottom12 {
  174. color:#9B9B9B;
  175. height:98rpx;
  176. width:300rpx;
  177. font-size:36rpx;
  178. }
  179. .text5{
  180. color:#1e1e1e;
  181. }
  182. .text51{
  183. width:220rpx;
  184. text-align: right;
  185. }
  186. .tabbar_add_red_70x70 {
  187. width: 70rpx;
  188. height: 70rpx;
  189. }
  190. .TempCardNoSaved{
  191. background-color: #0B8457;
  192. position: fixed;
  193. top:0;
  194. }
  195. .TempCardNoSaved .Avatar{
  196. width:200rpx;
  197. height:200rpx;
  198. margin-top: 150rpx;
  199. z-index: 10;
  200. border-radius: 50%;
  201. }
  202. .TempCardNoSaved .RemindText{
  203. font-size:54rpx;
  204. color:#fff;
  205. margin-top: 170rpx;
  206. text-align: center;
  207. }
  208. .TempCardNoSaved .RemindText2{
  209. font-size:32rpx;
  210. color:#fff;
  211. margin-top: 105rpx;
  212. text-align: center;
  213. }
  214. .TempCardNoSaved .btn1{
  215. font-size:36rpx;
  216. color:#fff;
  217. margin-top: 40rpx;
  218. border:2rpx solid #fff;
  219. text-align: center;
  220. width:600rpx;
  221. line-height: 90rpx;
  222. border-radius: 14rpx;
  223. }
  224. .IsExitContainer{
  225. background-color: #3157ba;
  226. position: fixed;
  227. z-index: 100;
  228. top:0;
  229. }
  230. .IsExitText{
  231. margin-top: 200rpx;
  232. color:#fff;
  233. font-size:36rpx;
  234. }
  235. .isExit{
  236. border: 1rpx solid #fff;
  237. color:#fff;
  238. border-radius: 10rpx;
  239. margin-top: 80rpx;
  240. padding: 20rpx;
  241. width:100rpx;
  242. font-size:36rpx;
  243. text-align: center;
  244. }
  245. .ChangeUser{
  246. position: fixed;
  247. top:30rpx;
  248. left:0;
  249. z-index: 100;
  250. width:100rpx;
  251. height:100rpx;
  252. }
  253. .input{
  254. background-color: #fff;
  255. color:#1e1e1e;
  256. text-align: center;
  257. font-size:24rpx;
  258. margin-top: 30rpx;
  259. }
  260. .panel2{
  261. width:500rpx;
  262. margin-top: 10rpx;
  263. }
  264. .Avatar2{
  265. width: 50rpx;
  266. height:50rpx;
  267. background-color: #E3E3E3;
  268. border-radius: 5rpx;
  269. margin-right: 10rpx;
  270. }
  271. .NickName2{
  272. max-width:200rpx;
  273. overflow-x: hidden;
  274. font-size: 20rpx;
  275. color:#fff;
  276. }
  277. .input2{
  278. width: 200rpx;
  279. height:65rpx;
  280. margin-top: 0rpx;
  281. margin-left: 10rpx;
  282. font-size:28rpx;
  283. }
  284. .btnShowUserID{
  285. margin:30rpx 5rpx;
  286. font-size: 26rpx;
  287. }
  288. .btn2{
  289. font-size: 26rpx;
  290. margin:0 0 0 10rpx;
  291. }
  292. .IsRemindContainer{
  293. background-color:rgba(49,87,186,0.86);
  294. position: fixed;
  295. z-index: 100;
  296. top:0;
  297. }
  298. .IsRemindContainer .IsRemindPanel{
  299. width:710rpx;
  300. height:835rpx;
  301. margin-top: 120rpx;
  302. border-radius: 40rpx;
  303. background-color: #222D4C;
  304. align-items: flex-start;
  305. justify-content: flex-start;
  306. position: relative;
  307. }
  308. .IsRemindContainer .IsRemindText1{
  309. margin: 80rpx 0 0 60rpx;
  310. color: #F0F0F0;
  311. font-size:72rpx;
  312. }
  313. .IsRemindContainer .IsRemindText2{
  314. margin: 20rpx 0 0 60rpx;
  315. color: #F0F0F0;
  316. font-size:36rpx;
  317. }
  318. .IsRemindContainer .IsRemindLine{
  319. margin: 30rpx 0 0 60rpx;
  320. width:300rpx;
  321. height:2rpx;
  322. background-color: #f0f0f0;
  323. }
  324. .IsRemindContainer .IsRemindText3{
  325. margin: 30rpx 0 0 60rpx;
  326. color: #FEDF9F;
  327. font-size:36rpx;
  328. }
  329. .IsRemindContainer .IsRemindBtn{
  330. margin: 47rpx 0 0 60rpx;
  331. width:300rpx;
  332. height:100rpx;
  333. background-color: #FE6659;
  334. border-radius: 20rpx;
  335. color:#fff;
  336. font-size:48rpx;
  337. text-align: center;
  338. line-height: 100rpx;
  339. }
  340. .practise_index_board_blackboard{
  341. position: absolute;
  342. bottom:0;
  343. left:0;
  344. width:710rpx;
  345. height:58rpx;
  346. }
  347. .practise_index_board_blackboard{
  348. position: absolute;
  349. bottom:0;
  350. left:0;
  351. width:710rpx;
  352. height:58rpx;
  353. }
  354. .practise_index_board_avater01{
  355. position: absolute;
  356. bottom:0;
  357. right:50rpx;
  358. width:268rpx;
  359. height:463rpx;
  360. }
  361. .practise_index_board_close{
  362. position: absolute;
  363. top:30rpx;
  364. right:30rpx;
  365. width:70rpx;
  366. height:70rpx;
  367. }