| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- /* 菜单 */
- .container2 {
- background-color: #f0f0f0;
- }
- .panelTop{
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- background-color: #fff;
- position: fixed;
- top:0;
- z-index: 10;
- border-bottom: 1rpx solid #d2d2d2;
- }
- .panelTop .panelTopLeft {
- width: 374rpx;
- background-color: #fff;
- height:100rpx;
- font-size:28rpx;
- }
- .panelText1 {
- width:344rpx;
- height:100rpx;
- color:#FE6659;
- text-align: left;
- line-height: 100rpx;
- margin: 0 30rpx;
- }
- .panelText2 {
- width:344rpx;
- height:100rpx;
- color:#0071EF;
- text-align: right;
- line-height: 100rpx;
- margin: 0 30rpx;
- }
- .line {
- width:100%;
- height:100rpx;
- background-color: #f0f0f0;
- }
- .panelStudyPlan {
- width: 710rpx;
- background-color: #fff;
- margin-top: 20rpx;
- border-radius: 20rpx;
- }
- .panelStudyPlan1 {
- width: 100%;
- height: 133rpx;
- justify-content: flex-start;
- position: relative;
- }
- .panelStudyPlan2 {
- width: 100%;
- height: 73rpx;
- justify-content: flex-start;
- position: relative;
- }
- .panelStudyPlan3 {
- width: 100%;
- height: 100rpx;
- }
- .lineWidth610{
- width: 610rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .imgTrue {
- width: 100rpx;
- height: 134rpx;
- }
- .universalpic_checked_blue_40x40 {
- width: 40rpx;
- height: 40rpx;
- }
- .panelStudyPlan10 {
- align-items: flex-start;
- }
- .panelStudyPlan11 {
- align-items: flex-start;
- margin-left: 30rpx;
- }
- .panelStudyPlan12 {
- margin-left: 178rpx;
-
- }
- .text7 {
- font-size: 28rpx;
- margin-bottom: 4rpx;
- font-weight: 400;
- color:#4d4d4d;
- }
- .text7_Selected{
- font-size: 28rpx;
- margin-bottom: 4rpx;
- font-weight: 500;
- color:#0071EF;
- }
- .text6 {
- font-size: 20rpx;
- color: #787878;
- }
- .text11 {
- font-size: 28rpx;
- width:110rpx;
- height:80rpx;
- line-height: 80rpx;
- text-align: center;
- }
- .text9 {
- font-size: 28rpx;
- }
- .text10 {
- height:73rpx;
- font-size: 24rpx;
- color:#1e1e1e;
- padding: 0 20rpx;
- margin:0 0 0 20rpx;
- text-align: center;
- line-height: 73rpx;
- }
- .text71 {
- color: #694405;
- font-size: 20rpx;
- text-align: center;
- width:200rpx;
- height:40rpx;
- line-height: 40rpx;
- border-radius: 20rpx;
- background-color: #FCE8C5;
- border:1rpx solid #979797;
- position: absolute;
- right:30rpx;
- top:47rpx;
- }
- .panelHelp {
- width: 710rpx;
- background-color: #FCE8C5;
- border-radius: 20rpx;
- margin-top: 20rpx;
- align-items: flex-start;
- padding: 30rpx 0;
- color:#694405;
- }
- .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;
- margin:0 0 0 30rpx;
- }
- .universalpic_bell_black_30x30{
- width:30rpx;
- height:30rpx;
- margin-right: 20rpx;
- }
|