default.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. .panelBottom11 {
  76. flex:1;
  77. font-size:20rpx;
  78. color:#787878;
  79. height:98rpx;
  80. justify-content: flex-start;
  81. }
  82. .panelBottom1 .line1{
  83. height:98rpx;
  84. width:2rpx;
  85. }
  86. .text5{
  87. color:#000000;
  88. }
  89. .program_tabbar_study_default {
  90. width: 54rpx;
  91. height: 54rpx;
  92. margin: 10rpx 0 4rpx 0;
  93. }
  94. .TempCardNoSaved{
  95. background-color: #0B8457;
  96. position: fixed;
  97. top:0;
  98. }
  99. .TempCardNoSaved .Avatar{
  100. width:200rpx;
  101. height:200rpx;
  102. margin-top: 150rpx;
  103. z-index: 10;
  104. border-radius: 50%;
  105. }
  106. .TempCardNoSaved .RemindText{
  107. font-size:54rpx;
  108. color:#fff;
  109. margin-top: 170rpx;
  110. text-align: center;
  111. }
  112. .TempCardNoSaved .RemindText2{
  113. font-size:32rpx;
  114. color:#fff;
  115. margin-top: 105rpx;
  116. text-align: center;
  117. }
  118. .TempCardNoSaved .btn1{
  119. font-size:36rpx;
  120. color:#fff;
  121. margin-top: 40rpx;
  122. border:2rpx solid #fff;
  123. text-align: center;
  124. width:600rpx;
  125. line-height: 90rpx;
  126. border-radius: 14rpx;
  127. }
  128. .IsExitContainer{
  129. background-color: #3157ba;
  130. position: fixed;
  131. z-index: 100;
  132. top:0;
  133. }
  134. .IsExitText{
  135. margin-top: 200rpx;
  136. color:#fff;
  137. font-size:36rpx;
  138. }
  139. .isExit{
  140. border: 1rpx solid #fff;
  141. color:#fff;
  142. border-radius: 10rpx;
  143. margin-top: 80rpx;
  144. padding: 20rpx;
  145. width:100rpx;
  146. font-size:36rpx;
  147. text-align: center;
  148. }