previewMenu.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. /* 菜单 */
  2. .container2 {
  3. background-color: #f0f0f0;
  4. }
  5. .panelTop{
  6. width: 100%;
  7. justify-content: space-between;
  8. font-size: 28rpx;
  9. background-color: #fff;
  10. position: fixed;
  11. top:0;
  12. z-index: 10;
  13. border-bottom: 1rpx solid #d2d2d2;
  14. }
  15. .panelTop .panelTopLeft {
  16. width: 374rpx;
  17. background-color: #fff;
  18. height:100rpx;
  19. font-size:28rpx;
  20. }
  21. .panelText1 {
  22. width:344rpx;
  23. height:100rpx;
  24. color:#FE6659;
  25. text-align: left;
  26. line-height: 100rpx;
  27. margin: 0 30rpx;
  28. }
  29. .panelText2 {
  30. width:344rpx;
  31. height:100rpx;
  32. color:#0071EF;
  33. text-align: right;
  34. line-height: 100rpx;
  35. margin: 0 30rpx;
  36. }
  37. .line {
  38. width:100%;
  39. height:100rpx;
  40. background-color: #f0f0f0;
  41. }
  42. .panelStudyPlan {
  43. width: 710rpx;
  44. background-color: #fff;
  45. margin-top: 20rpx;
  46. border-radius: 20rpx;
  47. }
  48. .panelStudyPlan1 {
  49. width: 100%;
  50. height: 133rpx;
  51. justify-content: flex-start;
  52. position: relative;
  53. }
  54. .panelStudyPlan2 {
  55. width: 100%;
  56. height: 73rpx;
  57. justify-content: flex-start;
  58. position: relative;
  59. }
  60. .panelStudyPlan3 {
  61. width: 100%;
  62. height: 100rpx;
  63. }
  64. .lineWidth610{
  65. width: 610rpx;
  66. height: 1rpx;
  67. background-color: #E3E3E3;
  68. }
  69. .imgTrue {
  70. width: 100rpx;
  71. height: 134rpx;
  72. }
  73. .universalpic_checked_blue_40x40 {
  74. width: 40rpx;
  75. height: 40rpx;
  76. }
  77. .panelStudyPlan10 {
  78. align-items: flex-start;
  79. }
  80. .panelStudyPlan11 {
  81. align-items: flex-start;
  82. margin-left: 30rpx;
  83. }
  84. .panelStudyPlan12 {
  85. margin-left: 178rpx;
  86. }
  87. .text7 {
  88. font-size: 28rpx;
  89. margin-bottom: 4rpx;
  90. font-weight: 400;
  91. color:#4d4d4d;
  92. }
  93. .text7_Selected{
  94. font-size: 28rpx;
  95. margin-bottom: 4rpx;
  96. font-weight: 500;
  97. color:#0071EF;
  98. }
  99. .text6 {
  100. font-size: 20rpx;
  101. color: #787878;
  102. }
  103. .text11 {
  104. font-size: 28rpx;
  105. width:110rpx;
  106. height:80rpx;
  107. line-height: 80rpx;
  108. text-align: center;
  109. }
  110. .text9 {
  111. font-size: 28rpx;
  112. }
  113. .text10 {
  114. height:73rpx;
  115. font-size: 24rpx;
  116. color:#1e1e1e;
  117. padding: 0 20rpx;
  118. margin:0 0 0 20rpx;
  119. text-align: center;
  120. line-height: 73rpx;
  121. }
  122. .text71 {
  123. color: #694405;
  124. font-size: 20rpx;
  125. text-align: center;
  126. width:200rpx;
  127. height:40rpx;
  128. line-height: 40rpx;
  129. border-radius: 20rpx;
  130. background-color: #FCE8C5;
  131. border:1rpx solid #979797;
  132. position: absolute;
  133. right:30rpx;
  134. top:47rpx;
  135. }
  136. .panelHelp {
  137. width: 710rpx;
  138. background-color: #fff;
  139. border-radius: 20rpx;
  140. margin-top: 20rpx;
  141. align-items: flex-start;
  142. padding: 30rpx 0;
  143. }
  144. .universalpic_exmark_deepyellow_70x70 {
  145. width: 70rpx;
  146. height: 70rpx;
  147. margin-right: 30rpx;
  148. }
  149. .text8 {
  150. width: 550rpx;
  151. font-size: 20rpx;
  152. }
  153. .panelFooter {
  154. width: 100%;
  155. position: fixed;
  156. bottom: 0;
  157. border-top: 1rpx solid #d2d2d2;
  158. background-color: #fff;
  159. }
  160. .panelFooter_IsIPhoneX {
  161. width: 100%;
  162. position: fixed;
  163. bottom: 30rpx;
  164. border-top: 1rpx solid #d2d2d2;
  165. background-color: #fff;
  166. }
  167. .btn {
  168. width: 50%;
  169. height: 121rpx;
  170. text-align: center;
  171. line-height: 121rpx;
  172. color: #fe6659;
  173. font-size: 28rpx;
  174. background-color: #fff;
  175. }
  176. .btn2 {
  177. color: #0071ef;
  178. }
  179. .line1 {
  180. width: 2rpx;
  181. height: 30rpx;
  182. background-color: #d2d2d2;
  183. margin:0 0 0 30rpx;
  184. }
  185. .universalpic_bell_black_30x30{
  186. width:30rpx;
  187. height:30rpx;
  188. margin-right: 20rpx;
  189. }