setting.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .study_plan_header{
  2. width:100%;
  3. height: 180rpx;
  4. }
  5. .panelTop{
  6. width:100%;
  7. justify-content: flex-start;
  8. height:105rpx;
  9. background-color: #2B2F3A;
  10. }
  11. .panelTop1{
  12. font-size:32rpx;
  13. margin-left: 30rpx;
  14. color:#F0F0F0;
  15. }
  16. .panelTask{
  17. width:100%;
  18. background-color: #228160;
  19. color:#E3E3E3;
  20. font-size:28rpx;
  21. align-items: flex-end;
  22. }
  23. .panelTask .panelTaskItem{
  24. width:720rpx;
  25. height:101rpx;
  26. justify-content: space-between;
  27. }
  28. .panelTask .panelTaskItem2{
  29. margin-right: 30rpx;
  30. }
  31. .lineWidth7201{
  32. background-color: #0E5433;
  33. }
  34. .lineWidth670{
  35. width: 670rpx;
  36. height: 1rpx;
  37. background-color: #0E5433;
  38. }
  39. .universalpic_bell_green_30x30{
  40. width:30rpx;
  41. height:30rpx;
  42. margin-right: 20rpx;
  43. }
  44. .universalpic_file_green_30x30{
  45. width:30rpx;
  46. height:28rpx;
  47. margin-right: 20rpx;
  48. }
  49. .universalpic_help_green_26x26{
  50. width:26rpx;
  51. height:26rpx;
  52. margin-left: 10rpx;
  53. }
  54. .lineWidthAll2{
  55. width:100%;
  56. height:20rpx;
  57. background-color: #CA8770;
  58. }
  59. .panelTitle{
  60. width:100%;
  61. margin-top: 50rpx;
  62. justify-content: space-between;
  63. }
  64. .panelTitle .panelTitle1{
  65. font-size:32rpx;
  66. margin-left: 30rpx;
  67. margin-bottom: 30rpx;
  68. }
  69. .panelTitle .panelTitle2{
  70. font-size:28rpx;
  71. margin-right: 30rpx;
  72. background-color: #1e1e1e;
  73. color:#fff;
  74. border-radius: 22rpx;
  75. text-align: center;
  76. padding: 0 20rpx;
  77. margin-bottom: 32rpx;
  78. }
  79. .panelItem{
  80. width:100%;
  81. justify-content: space-between;
  82. font-size:28rpx;
  83. height:100rpx;
  84. background-color: #fff;
  85. }
  86. .panelItem0{
  87. height:133rpx;
  88. }
  89. .panelItem00{
  90. margin-top: 10rpx;
  91. line-height: 100rpx;
  92. font-size:28rpx;
  93. font-weight: 400;
  94. justify-content: center;
  95. }
  96. .panelItem .panelItem1{
  97. margin-left: 30rpx;
  98. font-weight: 400;
  99. }
  100. .panelItem .panelItem2{
  101. margin-right: 30rpx;
  102. color:#787878;
  103. font-weight: 400;
  104. }
  105. .Arrow{
  106. width:16rpx;
  107. height:26rpx;
  108. margin-left: 30rpx;
  109. }
  110. .text1{
  111. margin-top: 50rpx;
  112. font-size:20rpx;
  113. text-align: center;
  114. }
  115. .text2{
  116. margin-top: 50rpx;
  117. font-size:24rpx;
  118. color:#787878;
  119. }