default.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .container {
  2. background-color: #3157ba;
  3. }
  4. .panel1 {
  5. position: fixed;
  6. top:100rpx;
  7. color: #fff;
  8. }
  9. .panel1 .text1 {
  10. font-size: 36rpx;
  11. }
  12. .panel1 .text11 {
  13. font-size: 40rpx;
  14. font-family: 'Roboto-Black';
  15. }
  16. .panel1 .text3 {
  17. font-size: 28rpx;
  18. margin-top: 10rpx;
  19. }
  20. .panel1 .text2 {
  21. font-family: 'Roboto-Black';
  22. font-size: 168rpx;
  23. margin: 0 10rpx;
  24. }
  25. .panel1 .panel11{
  26. margin-right: -50rpx;
  27. }
  28. .universalpic_setup_white_50x50 {
  29. width: 50rpx;
  30. height: 50rpx;
  31. margin-top: 60rpx;
  32. }
  33. .study_index_start {
  34. width: 377rpx;
  35. height: 240rpx;
  36. position: fixed;
  37. top:523rpx;
  38. }
  39. .study_index_start_iPad {
  40. width: 377rpx;
  41. height: 240rpx;
  42. position: fixed;
  43. top:433rpx;
  44. }
  45. .panelBottom {
  46. position: fixed;
  47. bottom:0;
  48. width: 100%;
  49. }
  50. .study_index_banner{
  51. width: 360rpx;
  52. height: 148rpx;
  53. align-self: flex-end;
  54. margin-right: 20rpx;
  55. z-index: 50;
  56. position: relative;
  57. }
  58. .study_index_banner_close{
  59. width: 50rpx;
  60. height: 50rpx;
  61. z-index: 100;
  62. align-self: flex-end;
  63. margin-right: 20rpx;
  64. margin-bottom: -50rpx;
  65. position: relative;
  66. }
  67. .study_index_footer{
  68. width: 100%;
  69. height:130rpx;
  70. }
  71. .panelBottom1 {
  72. width: 100%;
  73. background-color: #fff;
  74. }
  75. .iphone10plus{
  76. width:100%;
  77. height:30rpx;
  78. background-color: #fff;
  79. }
  80. .panelBottom11 {
  81. flex:1;
  82. font-size:20rpx;
  83. color:#787878;
  84. height:98rpx;
  85. justify-content: flex-start;
  86. }
  87. .panelBottom1 .line1{
  88. height:98rpx;
  89. width:2rpx;
  90. }
  91. .text5{
  92. color:#000000;
  93. }
  94. .program_tabbar_study_default {
  95. width: 54rpx;
  96. height: 54rpx;
  97. margin: 10rpx 0 4rpx 0;
  98. }
  99. .TempCardNoSaved{
  100. background-color: #0B8457;
  101. position: fixed;
  102. top:0;
  103. }
  104. .TempCardNoSaved .Avatar{
  105. width:200rpx;
  106. height:200rpx;
  107. margin-top: 150rpx;
  108. z-index: 10;
  109. border-radius: 50%;
  110. }
  111. .TempCardNoSaved .RemindText{
  112. font-size:54rpx;
  113. color:#fff;
  114. margin-top: 170rpx;
  115. text-align: center;
  116. }
  117. .TempCardNoSaved .RemindText2{
  118. font-size:32rpx;
  119. color:#fff;
  120. margin-top: 105rpx;
  121. text-align: center;
  122. }
  123. .TempCardNoSaved .btn1{
  124. font-size:36rpx;
  125. color:#fff;
  126. margin-top: 40rpx;
  127. border:2rpx solid #fff;
  128. text-align: center;
  129. width:600rpx;
  130. line-height: 90rpx;
  131. border-radius: 14rpx;
  132. }
  133. .IsExitContainer{
  134. background-color: #3157ba;
  135. position: fixed;
  136. z-index: 100;
  137. top:0;
  138. }
  139. .IsExitText{
  140. margin-top: 200rpx;
  141. color:#fff;
  142. font-size:36rpx;
  143. }
  144. .isExit{
  145. border: 1rpx solid #fff;
  146. color:#fff;
  147. border-radius: 10rpx;
  148. margin-top: 80rpx;
  149. padding: 20rpx;
  150. width:100rpx;
  151. font-size:36rpx;
  152. text-align: center;
  153. }