workerSelect.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .worker_search {
  2. width: 702rpx;
  3. height: 110rpx;
  4. margin: 12rpx auto auto auto;
  5. padding: 16rpx 30rpx 0 30rpx;
  6. box-sizing: border-box;
  7. box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03);
  8. border-radius: 20rpx;
  9. background: #ffffff;
  10. }
  11. .worker_search_con {
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. padding: 0 30rpx;
  16. border-radius: 80rpx;
  17. background: #F2F5F9;
  18. }
  19. .worker_search_con input {
  20. flex: auto;
  21. width: 100%;
  22. background: none;
  23. border: none;
  24. height: 78rpx;
  25. }
  26. .worker_search_con view {
  27. flex: none;
  28. width: 100rpx;
  29. display: inline-block;
  30. line-height: 60rpx;
  31. font-size: 26rpx;
  32. }
  33. .worker_search_con view text {
  34. margin-right: 10rpx;
  35. font-size: 30rpx;
  36. }
  37. .worker_list {
  38. padding: 24rpx;
  39. }
  40. .worker_item {
  41. border-radius: 12rpx;
  42. background-color: #ffffff;
  43. padding: 0 24rpx 10rpx 24rpx;
  44. margin-bottom: 24rpx;
  45. }
  46. .worker_item_tit {
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-between;
  50. border-bottom: 1px solid #F5F5F5;
  51. line-height: 82rpx;
  52. padding: 0 0 0 8rpx
  53. }
  54. .worker_item_tit view {
  55. font-size: 30rpx;
  56. color: #333333;
  57. flex: auto;
  58. }
  59. .worker_item_btn {
  60. padding: 0 30rpx;
  61. line-height: 58rpx;
  62. font-size: 24rpx;
  63. color: var(--color);
  64. flex: none;
  65. background: rgba(45, 89, 230, 0.15);
  66. border-radius: 38rpx;
  67. }
  68. .worker_item_txt {
  69. font-size: 24rpx;
  70. color: #666666;
  71. line-height: 34rpx;
  72. padding: 8rpx;
  73. }
  74. .worker_item_txt view {
  75. padding: 8rpx 0;
  76. display: flex;
  77. align-items: center;
  78. }
  79. .worker_item_label {
  80. width: 6em;
  81. height: 34rpx;
  82. display: inline-block;
  83. text-align: justify;
  84. text-align-last: justify;
  85. }
  86. .worker_item_label::after {
  87. width: 100%;
  88. display: inline-block;
  89. content: '';
  90. }