default.wxss 952 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. .panelBottom {
  32. position: fixed;
  33. bottom: 0;
  34. width: 100%;
  35. }
  36. .task_index_footer{
  37. width: 100%;
  38. height:130rpx;
  39. }
  40. .panelBottom1 {
  41. width: 100%;
  42. background-color: #fff;
  43. }
  44. .panelBottom11 {
  45. flex:1;
  46. font-size:20rpx;
  47. color:#787878;
  48. height:98rpx;
  49. justify-content: flex-start;
  50. }
  51. .panelBottom1 .line1{
  52. height:98rpx;
  53. width:2rpx;
  54. }
  55. .text5{
  56. color:#000000;
  57. }
  58. .program_tabbar_task_default {
  59. width: 54rpx;
  60. height: 54rpx;
  61. margin: 10rpx 0 4rpx 0;
  62. }