default.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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_close{
  51. width: 50rpx;
  52. height: 50rpx;
  53. z-index: 100;
  54. align-self: flex-end;
  55. margin-right: 20rpx;
  56. margin-bottom: -50rpx;
  57. }
  58. .study_index_banner{
  59. width: 360rpx;
  60. height: 148rpx;
  61. align-self: flex-end;
  62. margin-right: 20rpx;
  63. }
  64. .study_index_footer{
  65. width: 100%;
  66. height:130rpx;
  67. }
  68. .panelBottom1 {
  69. width: 100%;
  70. background-color: #fff;
  71. }
  72. .panelBottom11 {
  73. flex:1;
  74. font-size:20rpx;
  75. color:#787878;
  76. height:98rpx;
  77. justify-content: flex-start;
  78. }
  79. .panelBottom1 .line1{
  80. height:98rpx;
  81. width:2rpx;
  82. }
  83. .text5{
  84. color:#000000;
  85. }
  86. .program_tabbar_study_default {
  87. width: 54rpx;
  88. height: 54rpx;
  89. margin: 10rpx 0 4rpx 0;
  90. }
  91. .TempCardNoSaved{
  92. background-color: #0B8457;
  93. position: fixed;
  94. top:0;
  95. }
  96. .TempCardNoSaved .Avatar{
  97. width:200rpx;
  98. height:200rpx;
  99. margin-top: 150rpx;
  100. z-index: 10;
  101. border-radius: 50%;
  102. }
  103. .TempCardNoSaved .RemindText{
  104. font-size:54rpx;
  105. color:#fff;
  106. margin-top: 170rpx;
  107. text-align: center;
  108. }
  109. .TempCardNoSaved .btn1{
  110. font-size:36rpx;
  111. color:#fff;
  112. margin-top: 40rpx;
  113. border:5rpx solid #fff;
  114. text-align: center;
  115. width:520rpx;
  116. line-height: 90rpx;
  117. border-radius: 14rpx;
  118. }
  119. .IsExitContainer{
  120. background-color: #3157ba;
  121. position: fixed;
  122. z-index: 100;
  123. top:0;
  124. }
  125. .IsExitText{
  126. margin-top: 200rpx;
  127. color:#fff;
  128. font-size:36rpx;
  129. }
  130. .isExit{
  131. border: 1rpx solid #fff;
  132. color:#fff;
  133. border-radius: 10rpx;
  134. margin-top: 80rpx;
  135. padding: 20rpx;
  136. width:100rpx;
  137. font-size:36rpx;
  138. text-align: center;
  139. }