default.wxss 6.0 KB

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