| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /* 菜单 */
- .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;
- }
- .universalpic_checked_blue_40x40{
- width:40rpx;
- height:40rpx;
- }
- .universalpic_exmark_deepyellow_70x70{
- width:70rpx;
- height:70rpx;
- margin-right: 30rpx;
- margin-top: 28rpx;
- }
- .panelStudyPlan11{
- align-items: flex-start;
- }
- .text7{
- font-size:28rpx;
- margin-bottom: 4rpx;
- font-weight: 400;
- }
- .text71{
- color:#FE6659;
- }
- .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;
- }
- .panelFooter{
- width:100%;
- position: fixed;
- bottom: 0;
- border-top: 1rpx solid #D2D2D2;
- }
- .panelFooter .btn{
- width:50%;
- height:121rpx;
- text-align: center;
- line-height: 121rpx;
- color:#FE6659;
- font-size:28rpx;
- background-color: #fff;
- }
- .panelFooter .btn2{
- color:#0071EF;
- }
- .line1{
- width:2rpx;
- height:30rpx;
- background-color: #D2D2D2;
- }
|