default.wxss 1.9 KB

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