previewMenu.wxss 803 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. text-align: center;
  19. line-height: 134rpx;
  20. font-size:50rpx;
  21. color:#0071EF;
  22. }
  23. .panelStudyPlan11{
  24. align-items: flex-start;
  25. }
  26. .text7{
  27. font-size:28rpx;
  28. margin-bottom: 4rpx;
  29. }
  30. .text6{
  31. font-size:20rpx;
  32. color:#787878;
  33. }
  34. .panelHelp{
  35. width:710rpx;
  36. height:256rpx;
  37. background-color: #fff;
  38. border-radius: 20rpx;
  39. margin-top: 30rpx;
  40. align-items: flex-start;
  41. }
  42. .universalpic_exmark_deepyellow_70x70{
  43. width:70rpx;
  44. height:70rpx;
  45. margin-right: 30rpx;
  46. margin-top: 28rpx;
  47. }
  48. .text8{
  49. width:550rpx;
  50. font-size:20rpx;
  51. }