my_sp.acss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 - 115rpx);
  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. .task {
  64. background: #f5f7fa;
  65. color: #909399;
  66. font-size: .28rem;
  67. padding: .05rem .32rem .15rem;
  68. }
  69. .content{
  70. padding-top: 16rpx;
  71. font-size: 32rpx;
  72. }
  73. .sxBorder::after{
  74. content: " ";
  75. width: 2rpx;
  76. height: 80rpx;
  77. background: #f1f1f1;
  78. left: 0;
  79. top: 0;
  80. position: absolute;
  81. }