previewMenu.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* 菜单 */
  2. .container2 {
  3. background-color: #f0f0f0;
  4. }
  5. .panelStudyPlan {
  6. width: 100%;
  7. background-color: #fff;
  8. margin-top: 30rpx;
  9. }
  10. .panelStudyPlan1 {
  11. width: 100%;
  12. height: 133rpx;
  13. justify-content: flex-start;
  14. }
  15. .imgTrue {
  16. width: 100rpx;
  17. height: 134rpx;
  18. }
  19. .universalpic_checked_blue_40x40 {
  20. width: 40rpx;
  21. height: 40rpx;
  22. }
  23. .panelStudyPlan11 {
  24. align-items: flex-start;
  25. }
  26. .text7 {
  27. font-size: 28rpx;
  28. margin-bottom: 4rpx;
  29. font-weight: 400;
  30. }
  31. .text71 {
  32. color: #fe6659;
  33. }
  34. .text6 {
  35. font-size: 20rpx;
  36. color: #787878;
  37. }
  38. .panelHelp {
  39. width: 710rpx;
  40. background-color: #fff;
  41. border-radius: 20rpx;
  42. margin-top: 30rpx;
  43. align-items: flex-start;
  44. padding: 30rpx 0;
  45. }
  46. .universalpic_exmark_deepyellow_70x70 {
  47. width: 70rpx;
  48. height: 70rpx;
  49. margin-right: 30rpx;
  50. }
  51. .text8 {
  52. width: 550rpx;
  53. font-size: 20rpx;
  54. }
  55. .panelFooter {
  56. width: 100%;
  57. position: fixed;
  58. bottom: 0;
  59. border-top: 1rpx solid #d2d2d2;
  60. background-color: #fff;
  61. }
  62. .panelFooter_IsIPhoneX {
  63. width: 100%;
  64. position: fixed;
  65. bottom: 30rpx;
  66. border-top: 1rpx solid #d2d2d2;
  67. background-color: #fff;
  68. }
  69. .btn {
  70. width: 50%;
  71. height: 121rpx;
  72. text-align: center;
  73. line-height: 121rpx;
  74. color: #fe6659;
  75. font-size: 28rpx;
  76. background-color: #fff;
  77. }
  78. .btn2 {
  79. color: #0071ef;
  80. }
  81. .line1 {
  82. width: 2rpx;
  83. height: 30rpx;
  84. background-color: #d2d2d2;
  85. }