| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- /* 菜单 */
- .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;
- }
- .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;
- background-color: #fff;
- border-radius: 20rpx;
- margin-top: 30rpx;
- align-items: flex-start;
- padding: 30rpx 0;
- }
- .universalpic_exmark_deepyellow_70x70 {
- width: 70rpx;
- height: 70rpx;
- margin-right: 30rpx;
- }
- .text8 {
- width: 550rpx;
- font-size: 20rpx;
- }
- .panelFooter {
- width: 100%;
- position: fixed;
- bottom: 0;
- border-top: 1rpx solid #d2d2d2;
- background-color: #fff;
- }
- .panelFooter_IsIPhoneX {
- width: 100%;
- position: fixed;
- bottom: 30rpx;
- border-top: 1rpx solid #d2d2d2;
- background-color: #fff;
- }
- .btn {
- width: 50%;
- height: 121rpx;
- text-align: center;
- line-height: 121rpx;
- color: #fe6659;
- font-size: 28rpx;
- background-color: #fff;
- }
- .btn2 {
- color: #0071ef;
- }
- .line1 {
- width: 2rpx;
- height: 30rpx;
- background-color: #d2d2d2;
- }
|