previewMenu.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. .universalpic_exmark_deepyellow_70x70{
  24. width:70rpx;
  25. height:70rpx;
  26. margin-right: 30rpx;
  27. margin-top: 28rpx;
  28. }
  29. .panelStudyPlan11{
  30. align-items: flex-start;
  31. }
  32. .text7{
  33. font-size:28rpx;
  34. margin-bottom: 4rpx;
  35. font-weight: 400;
  36. }
  37. .text71{
  38. color:#FE6659;
  39. }
  40. .text6{
  41. font-size:20rpx;
  42. color:#787878;
  43. }
  44. .panelHelp{
  45. width:710rpx;
  46. height:256rpx;
  47. background-color: #fff;
  48. border-radius: 20rpx;
  49. margin-top: 30rpx;
  50. align-items: flex-start;
  51. }
  52. .universalpic_exmark_deepyellow_70x70{
  53. width:70rpx;
  54. height:70rpx;
  55. margin-right: 30rpx;
  56. margin-top: 28rpx;
  57. }
  58. .text8{
  59. width:550rpx;
  60. font-size:20rpx;
  61. }
  62. .panelFooter{
  63. width:100%;
  64. position: fixed;
  65. bottom: 0;
  66. border-top: 1rpx solid #D2D2D2;
  67. }
  68. .panelFooter .btn{
  69. width:50%;
  70. height:121rpx;
  71. text-align: center;
  72. line-height: 121rpx;
  73. color:#FE6659;
  74. font-size:28rpx;
  75. background-color: #fff;
  76. }
  77. .panelFooter .btn2{
  78. color:#0071EF;
  79. }
  80. .line1{
  81. width:2rpx;
  82. height:30rpx;
  83. background-color: #D2D2D2;
  84. }