default.wxss 896 B

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