my_task.acss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .header {
  2. background: #fff;
  3. position: sticky;
  4. top: 0;
  5. }
  6. .selectItems {
  7. /* margin-top: 20rpx; */
  8. text-align: center;
  9. }
  10. .selectItems .selectImg {
  11. border-left: 1px solid #f1f1f1;
  12. padding: 0 20rpx;
  13. }
  14. .selectImg image {
  15. width: 30rpx;
  16. height: 30rpx;
  17. }
  18. .selectItems .flex-2 {
  19. padding: 24rpx 0;
  20. text-align: center;
  21. font-size: 32rpx;
  22. position: relative;
  23. }
  24. .selectItems .active::before {
  25. position: absolute;
  26. content: " ";
  27. height: 4rpx;
  28. width: 100rpx;
  29. background: #26A2FF;
  30. bottom: 0rpx;
  31. left: 50%;
  32. margin-left: -50rpx;
  33. }
  34. .main {
  35. background: #fff;
  36. }
  37. .li {
  38. padding: 24rpx 28rpx;
  39. }
  40. .li-bottom text {
  41. position: relative;
  42. top: 10rpx;
  43. font-size: 28rpx;
  44. }
  45. .scroll {
  46. height: calc(100vh - 215rpx);
  47. }
  48. .sxImg {
  49. width: 30rpx;
  50. height: 30rpx;
  51. }
  52. .defBtn {
  53. border-radius: 6rpx;
  54. height: 50rpx;
  55. text-align: center;
  56. line-height: 50rpx;
  57. width: 120rpx;
  58. font-size: .24rem;
  59. }
  60. .li-top {
  61. margin-bottom: 14rpx;
  62. }
  63. .li-top .flex-1 {
  64. padding-right: 50rpx;
  65. }
  66. .task {
  67. background: #f5f7fa;
  68. color: #909399;
  69. font-size: .28rem;
  70. padding: .05rem .32rem .15rem;
  71. }