| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- .container {
- background-color: #3157ba;
- }
- .panel1 {
- position: fixed;
- top:100rpx;
- color: #fff;
- }
- .panel1 .text1 {
- font-size: 36rpx;
- }
- .panel1 .text11 {
- font-size: 40rpx;
- font-family: 'Roboto-Black';
- }
- .panel1 .text3 {
- font-size: 28rpx;
- margin-top: 10rpx;
- }
- .panel1 .text2 {
- font-family: 'Roboto-Black';
- font-size: 168rpx;
- margin: 0 10rpx;
- }
- .panel1 .panel11{
- margin-right: -50rpx;
- }
- .universalpic_setup_white_50x50 {
- width: 50rpx;
- height: 50rpx;
- margin-top: 60rpx;
- }
- .study_index_start {
- width: 377rpx;
- height: 240rpx;
- position: fixed;
- top:523rpx;
- }
- .study_index_start_iPad {
- width: 377rpx;
- height: 240rpx;
- position: fixed;
- top:433rpx;
- }
- .panelBottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .study_index_footer{
- width: 100%;
- height:130rpx;
- }
- .panelBottom1 {
- width: 100%;
- background-color: #fff;
- }
- .panelBottom11 {
- flex:1;
- font-size:20rpx;
- color:#787878;
- height:98rpx;
- justify-content: flex-start;
- }
- .panelBottom1 .line1{
- height:98rpx;
- width:2rpx;
- }
- .text5{
- color:#000000;
- }
- .program_tabbar_study_default {
- width: 54rpx;
- height: 54rpx;
- margin: 10rpx 0 4rpx 0;
- }
- .TempCardNoSaved{
- background-color: #0B8457;
- position: fixed;
- top:0;
- }
- .TempCardNoSaved .Avatar{
- width:200rpx;
- height:200rpx;
- margin-top: 150rpx;
- z-index: 10;
- border-radius: 50%;
- }
- .TempCardNoSaved .RemindText{
- font-size:54rpx;
- color:#fff;
- margin-top: 170rpx;
- text-align: center;
- }
- .TempCardNoSaved .btn1{
- font-size:36rpx;
- color:#fff;
- margin-top: 40rpx;
- border:5rpx solid #fff;
- text-align: center;
- width:520rpx;
- line-height: 90rpx;
- border-radius: 14rpx;
- }
- .IsExitContainer{
- background-color: #3157ba;
- position: fixed;
- z-index: 100;
- top:0;
- }
- .IsExitText{
- margin-top: 200rpx;
- color:#fff;
- font-size:36rpx;
- }
- .isExit{
- border: 1rpx solid #fff;
- color:#fff;
- border-radius: 10rpx;
- margin-top: 80rpx;
- padding: 20rpx;
- width:100rpx;
- font-size:36rpx;
- text-align: center;
- }
|