companyUser.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .worker_search {
  2. width: 100%;
  3. height: 110rpx;
  4. /* margin: -70rpx auto auto auto; */
  5. position: relative;
  6. z-index: 1;
  7. padding: 16rpx 30rpx 0 30rpx;
  8. box-sizing: border-box;
  9. box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03);
  10. border-radius: 20rpx;
  11. background: #ffffff;
  12. }
  13. .worker_search_con {
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. padding: 0 30rpx;
  18. border-radius: 80rpx;
  19. background: #F2F5F9;
  20. }
  21. .worker_search_con input {
  22. flex: auto;
  23. width: 100%;
  24. background: none;
  25. border: none;
  26. height: 78rpx;
  27. }
  28. .worker_search_con view {
  29. flex: none;
  30. width: 100rpx;
  31. display: inline-block;
  32. line-height: 60rpx;
  33. font-size: 26rpx;
  34. }
  35. .worker_search_con view text {
  36. margin-right: 10rpx;
  37. font-size: 30rpx;
  38. }
  39. .userInfo{
  40. padding: 15rpx 30rpx;
  41. }
  42. .userInfo > view{
  43. background: #fff;
  44. display: flex;
  45. justify-content: space-between;
  46. padding: 10rpx;
  47. margin-bottom: 20rpx;
  48. border-radius: 15rpx;
  49. }
  50. .userInfo > view > view:nth-child(1) {
  51. display: flex;
  52. flex-flow: column;
  53. width: 50%;
  54. }
  55. .userInfo > view > view:nth-child(1) >text:nth-child(1){
  56. color: #333333;
  57. font-size: 32rpx;
  58. }
  59. .userInfo > view > view:nth-child(1) >text:nth-child(2){
  60. color: #666666;
  61. font-size: 26rpx;
  62. }
  63. .userInfo > view > view:nth-child(1) >text{
  64. padding: 15rpx;
  65. }
  66. .userInfo > view > view:nth-child(2){
  67. padding: 15rpx 20rpx;
  68. display: flex;
  69. width: 50%;
  70. justify-content: space-around;
  71. align-items: center;
  72. }
  73. .userInfo > view > view:nth-child(2)>text:nth-child(1){
  74. padding: 8rpx 42rpx;
  75. background: rgba(45, 89, 230, 0.15);
  76. border-radius: 48rpx;
  77. color: #2D59E6;
  78. }
  79. .userInfo > view > view:nth-child(2)>text:nth-child(2){
  80. padding: 8rpx 42rpx;
  81. background: rgba(208, 2, 27, .2);
  82. border-radius: 48rpx;
  83. color: #CA3749;
  84. }
  85. .tabs{
  86. display: flex;
  87. padding: 15rpx 30rpx;
  88. justify-content: space-around;
  89. background: #fff;
  90. }
  91. .tabs > view >text{
  92. padding: 8rpx 28rpx;
  93. background: #fff;
  94. border-radius: 48rpx;
  95. color: #666666;
  96. display: block;
  97. }
  98. .text{
  99. color: #999999;
  100. text-align: right;
  101. justify-content: flex-end !important;
  102. }
  103. .active{
  104. background: rgba(45, 89, 230, 0.15) !important;
  105. color: #2D59E6 !important;
  106. }