default.wxss 1.8 KB

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