| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #3157ba;
- }
- .panel1 {
- position: fixed;
- top:120rpx;
- color: #fff;
- }
- .panel1 .text1 {
- font-size: 36rpx;
- }
- .panel1 .text2 {
- font-family: 'Roboto-Black';
- font-size: 168rpx;
- margin: 0 10rpx;
- }
- .universalpic_setup_gray_40x40 {
- width: 40rpx;
- height: 40rpx;
- margin-top: 75rpx;
- }
- .task_index_start {
- width: 377rpx;
- height: 240rpx;
- position: fixed;
- top:523rpx;
- }
- .panelBottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .task_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_task_default {
- width: 54rpx;
- height: 54rpx;
- margin: 10rpx 0 4rpx 0;
- }
|