my_apply.acss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .search{
  2. background-color: #f1f1f1;
  3. border-radius: 10rpx;
  4. width: 90%;
  5. margin: 0 auto;
  6. padding:6rpx 10rpx;
  7. }
  8. .search image{
  9. width: 30rpx;
  10. height: 30rpx;
  11. margin-left: 10rpx;
  12. }
  13. .staff-all{
  14. background: rgba(245, 247, 250, 1);
  15. padding: 10rpx 32rpx;
  16. }
  17. .rule-all-text{
  18. font-size: 28rpx;
  19. color: #999;
  20. position: relative;
  21. right: 10rpx;
  22. bottom: 5rpx;
  23. top: 0rpx;
  24. }
  25. .header{
  26. background: #fff;
  27. padding: 28rpx;
  28. padding-bottom: 0rpx;
  29. position: sticky;
  30. top: 0;
  31. }
  32. .selectItems{
  33. margin-top: 20rpx;
  34. }
  35. .selectItems .selectImg{
  36. border-left: 1px solid #f1f1f1;
  37. padding: 0 20rpx;
  38. }
  39. .selectImg image{
  40. width: 30rpx;
  41. height: 30rpx;
  42. }
  43. .selectItems .flex-1{
  44. padding: 20rpx 0;
  45. text-align: center;
  46. position: relative;
  47. }
  48. .selectItems .active::before{
  49. position: absolute;
  50. content: " ";
  51. height: 4rpx;
  52. width: 100rpx;
  53. background: #26A2FF;
  54. bottom: 0rpx;
  55. left: 50%;
  56. margin-left: -50rpx;
  57. }
  58. .main{
  59. background: #fff;
  60. }
  61. .li{
  62. padding: 24rpx 32rpx;
  63. }
  64. .main-right .name{
  65. font-size: 32rpx;
  66. margin-bottom: 10rpx;
  67. }
  68. .main-right .context{
  69. overflow : hidden;
  70. text-overflow: ellipsis;
  71. display: -webkit-box;
  72. -webkit-line-clamp: 2;
  73. -webkit-box-orient: vertical;
  74. padding-top: 10rpx;
  75. margin-bottom: 10rpx;
  76. }
  77. .main-right .date{
  78. color: #909399;
  79. }
  80. .main-right text{
  81. color: #26A2FF;
  82. font-size: 28rpx;
  83. }
  84. .main-right text:nth-child(1){
  85. margin-right: 20rpx;
  86. }
  87. .index{
  88. border-radius: 6rpx;
  89. background:rgba(245, 108, 108, 0.1);
  90. color: #F56C6C;
  91. font-size: 20rpx;
  92. padding: 0 6rpx;
  93. }
  94. .scroll {
  95. height: calc(100vh - 220rpx);
  96. }