default.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #3157ba;
  6. }
  7. .panel1 {
  8. position: fixed;
  9. top:120rpx;
  10. color: #fff;
  11. }
  12. .panel1 .text1 {
  13. font-size: 36rpx;
  14. }
  15. .panel1 .text2 {
  16. font-family: 'Roboto-Black';
  17. font-size: 168rpx;
  18. margin: 0 10rpx;
  19. }
  20. .universalpic_setup_gray_40x40 {
  21. width: 40rpx;
  22. height: 40rpx;
  23. margin-top: 75rpx;
  24. }
  25. .study_index_start {
  26. width: 377rpx;
  27. height: 240rpx;
  28. position: fixed;
  29. top:523rpx;
  30. }
  31. .study_index_start_iPad {
  32. width: 377rpx;
  33. height: 240rpx;
  34. position: fixed;
  35. top:433rpx;
  36. }
  37. .panelBottom {
  38. position: fixed;
  39. bottom: 0;
  40. width: 100%;
  41. }
  42. .study_index_footer{
  43. width: 100%;
  44. height:130rpx;
  45. }
  46. .panelBottom1 {
  47. width: 100%;
  48. background-color: #fff;
  49. }
  50. .panelBottom11 {
  51. flex:1;
  52. font-size:20rpx;
  53. color:#787878;
  54. height:98rpx;
  55. justify-content: flex-start;
  56. }
  57. .panelBottom1 .line1{
  58. height:98rpx;
  59. width:2rpx;
  60. }
  61. .text5{
  62. color:#000000;
  63. }
  64. .program_tabbar_study_default {
  65. width: 54rpx;
  66. height: 54rpx;
  67. margin: 10rpx 0 4rpx 0;
  68. }
  69. .TempCardNoSaved{
  70. background-color: #0B8457;
  71. position: fixed;
  72. top:0;
  73. }
  74. .TempCardNoSaved .Avatar{
  75. width:200rpx;
  76. height:200rpx;
  77. margin-top: 150rpx;
  78. z-index: 10;
  79. border-radius: 50%;
  80. }
  81. .TempCardNoSaved .RemindText{
  82. font-size:54rpx;
  83. color:#fff;
  84. margin-top: 170rpx;
  85. text-align: center;
  86. }
  87. .TempCardNoSaved .btn1{
  88. font-size:36rpx;
  89. color:#fff;
  90. margin-top: 40rpx;
  91. border:5rpx solid #fff;
  92. text-align: center;
  93. width:520rpx;
  94. line-height: 90rpx;
  95. border-radius: 14rpx;
  96. }
  97. .IsExitContainer{
  98. background-color: #3157ba;
  99. position: fixed;
  100. z-index: 100;
  101. top:0;
  102. }
  103. .IsExitText{
  104. margin-top: 200rpx;
  105. color:#fff;
  106. font-size:36rpx;
  107. }
  108. .isExit{
  109. border: 1rpx solid #fff;
  110. color:#fff;
  111. border-radius: 10rpx;
  112. margin-top: 80rpx;
  113. padding: 20rpx;
  114. width:100rpx;
  115. font-size:36rpx;
  116. text-align: center;
  117. }