default.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #3157ba;
  6. }
  7. .panel1 {
  8. position: fixed;
  9. top:120rpx;
  10. color: #fff;
  11. }
  12. .panel1 .text1 {
  13. font-size: 36rpx;
  14. }
  15. .panel1 .text2 {
  16. font-family: 'Roboto-Black';
  17. font-size: 168rpx;
  18. margin: 0 10rpx;
  19. }
  20. .universalpic_setup_gray_40x40 {
  21. width: 40rpx;
  22. height: 40rpx;
  23. margin-top: 75rpx;
  24. }
  25. .task_index_start {
  26. width: 377rpx;
  27. height: 240rpx;
  28. position: fixed;
  29. top:523rpx;
  30. }
  31. .task_index_start_iPad {
  32. width: 377rpx;
  33. height: 240rpx;
  34. position: fixed;
  35. top:433rpx;
  36. }
  37. .panelBottom {
  38. position: fixed;
  39. bottom: 0;
  40. width: 100%;
  41. }
  42. .task_index_footer{
  43. width: 100%;
  44. height:130rpx;
  45. }
  46. .panelBottom1 {
  47. width: 100%;
  48. background-color: #fff;
  49. }
  50. .panelBottom11 {
  51. flex:1;
  52. font-size:20rpx;
  53. color:#787878;
  54. height:98rpx;
  55. justify-content: flex-start;
  56. }
  57. .panelBottom1 .line1{
  58. height:98rpx;
  59. width:2rpx;
  60. }
  61. .text5{
  62. color:#000000;
  63. }
  64. .program_tabbar_task_default {
  65. width: 54rpx;
  66. height: 54rpx;
  67. margin: 10rpx 0 4rpx 0;
  68. }