default.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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. .study_index_start {
  35. width: 377rpx;
  36. height: 240rpx;
  37. position: fixed;
  38. top:437rpx;
  39. }
  40. .study_index_start_iPad {
  41. width: 377rpx;
  42. height: 240rpx;
  43. position: fixed;
  44. top:297rpx;
  45. }
  46. .study_index_plan{
  47. width:110rpx;
  48. height:144rpx;
  49. position: fixed;
  50. top:745rpx;
  51. }
  52. .study_index_plan_iPad{
  53. width:110rpx;
  54. height:144rpx;
  55. position: fixed;
  56. top:545rpx;
  57. }
  58. .panelBottom {
  59. position: fixed;
  60. bottom:0;
  61. width: 100%;
  62. }
  63. .adPanel{
  64. width:100%;
  65. height:174rpx;
  66. justify-content: flex-end;
  67. position: relative;
  68. }
  69. .adLine1{
  70. width:100%;
  71. height:120rpx;
  72. background-color: #222D4C;
  73. border-top-left-radius: 14rpx;
  74. border-top-right-radius: 14rpx;
  75. }
  76. .text6{
  77. margin-left: 15rpx;
  78. font-size:28rpx;
  79. color:#E3E3E3;
  80. }
  81. .adLine2{
  82. width:100%;
  83. height:20rpx;
  84. background-color: #FFC48D;
  85. }
  86. .adLine3{
  87. width:100%;
  88. height:10rpx;
  89. background-color: #CA8770;
  90. }
  91. .avatar{
  92. width:110rpx;
  93. height:169rpx;
  94. position: absolute;
  95. bottom:0;
  96. left:30rpx;
  97. }
  98. .message{
  99. width:103rpx;
  100. height:41rpx;
  101. position: absolute;
  102. top:0;
  103. left:160rpx;
  104. }
  105. .chalk{
  106. height:8rpx;
  107. border-radius: 4rpx;
  108. }
  109. .chalk1{
  110. width:34rpx;
  111. position: absolute;
  112. bottom:30rpx;
  113. right:90rpx;
  114. background-color: #E3E3E3;
  115. }
  116. .chalk11{
  117. width:28rpx;
  118. background-color: rgba(0,0,0,0.2);
  119. }
  120. .chalk2{
  121. width:34rpx;
  122. position: absolute;
  123. bottom:30rpx;
  124. right:40rpx;
  125. background-color: #19C575;
  126. }
  127. .study_index_board_close{
  128. width:70rpx;
  129. height:70rpx;
  130. position: absolute;
  131. right:10rpx;
  132. top:49rpx;
  133. }
  134. .study_index_footer{
  135. width: 100%;
  136. height:140rpx;
  137. }
  138. .panelBottom1 {
  139. width: 100%;
  140. background-color: #fff;
  141. }
  142. .iphone10plus{
  143. width:100%;
  144. height:30rpx;
  145. background-color: #fff;
  146. }
  147. .panelBottom11 {
  148. flex:1;
  149. font-size:20rpx;
  150. color:#787878;
  151. height:98rpx;
  152. justify-content: flex-start;
  153. }
  154. .panelBottom1 .line1{
  155. height:98rpx;
  156. width:2rpx;
  157. }
  158. .text5{
  159. color:#000000;
  160. }
  161. .program_tabbar_study_default {
  162. width: 54rpx;
  163. height: 54rpx;
  164. margin: 10rpx 0 4rpx 0;
  165. }
  166. .TempCardNoSaved{
  167. background-color: #0B8457;
  168. position: fixed;
  169. top:0;
  170. }
  171. .TempCardNoSaved .Avatar{
  172. width:200rpx;
  173. height:200rpx;
  174. margin-top: 150rpx;
  175. z-index: 10;
  176. border-radius: 50%;
  177. }
  178. .TempCardNoSaved .RemindText{
  179. font-size:54rpx;
  180. color:#fff;
  181. margin-top: 170rpx;
  182. text-align: center;
  183. }
  184. .TempCardNoSaved .RemindText2{
  185. font-size:32rpx;
  186. color:#fff;
  187. margin-top: 105rpx;
  188. text-align: center;
  189. }
  190. .TempCardNoSaved .btn1{
  191. font-size:36rpx;
  192. color:#fff;
  193. margin-top: 40rpx;
  194. border:2rpx solid #fff;
  195. text-align: center;
  196. width:600rpx;
  197. line-height: 90rpx;
  198. border-radius: 14rpx;
  199. }
  200. .IsExitContainer{
  201. background-color: #3157ba;
  202. position: fixed;
  203. z-index: 100;
  204. top:0;
  205. }
  206. .IsExitText{
  207. margin-top: 200rpx;
  208. color:#fff;
  209. font-size:36rpx;
  210. }
  211. .isExit{
  212. border: 1rpx solid #fff;
  213. color:#fff;
  214. border-radius: 10rpx;
  215. margin-top: 80rpx;
  216. padding: 20rpx;
  217. width:100rpx;
  218. font-size:36rpx;
  219. text-align: center;
  220. }
  221. .ChangeUser{
  222. position: fixed;
  223. top:30rpx;
  224. left:0;
  225. z-index: 100;
  226. width:100rpx;
  227. height:100rpx;
  228. }
  229. .input{
  230. background-color: #fff;
  231. color:#1e1e1e;
  232. text-align: center;
  233. font-size:24rpx;
  234. margin-top: 30rpx;
  235. }
  236. .panel2{
  237. width:500rpx;
  238. margin-top: 10rpx;
  239. }
  240. .Avatar2{
  241. width: 50rpx;
  242. height:50rpx;
  243. background-color: #E3E3E3;
  244. border-radius: 5rpx;
  245. margin-right: 10rpx;
  246. }
  247. .NickName2{
  248. max-width:200rpx;
  249. overflow-x: hidden;
  250. font-size: 20rpx;
  251. color:#fff;
  252. }
  253. .input2{
  254. width: 200rpx;
  255. margin-top: 0rpx;
  256. margin-left: 10rpx;
  257. }
  258. .btnShowUserID{
  259. margin-top: 30rpx;
  260. }
  261. .btn2{
  262. height:50rpx;
  263. font-size: 22rpx;
  264. margin:0 10rpx 0 10rpx;
  265. }