| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /* 菜单 */
- .container2{
- background-color: #f0f0f0;
- }
- .panelStudyPlan{
- width:100%;
- background-color: #fff;
- margin-top: 30rpx;
- }
- .panelStudyPlan1{
- width:100%;
- height:133rpx;
- justify-content: flex-start;
- }
- .imgTrue{
- width:100rpx;
- height:134rpx;
- text-align: center;
- line-height: 134rpx;
- font-size:50rpx;
- color:#0071EF;
- }
- .panelStudyPlan11{
- align-items: flex-start;
- }
- .text7{
- font-size:28rpx;
- margin-bottom: 4rpx;
- }
- .text6{
- font-size:20rpx;
- color:#787878;
- }
- .panelHelp{
- width:710rpx;
- height:256rpx;
- background-color: #fff;
- border-radius: 20rpx;
- margin-top: 30rpx;
- align-items: flex-start;
- }
- .universalpic_exmark_deepyellow_70x70{
- width:70rpx;
- height:70rpx;
- margin-right: 30rpx;
- margin-top: 28rpx;
- }
- .text8{
- width:550rpx;
- font-size:20rpx;
- }
|