yyghDeptList.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @import "../../../static/css/search.wxss";
  2. .content {
  3. padding-top: 110rpx;
  4. position: relative;
  5. z-index: 10;
  6. }
  7. .search_con {
  8. width: 100%;
  9. position: fixed;
  10. height: 100%;
  11. background-color: rgba(0, 0, 0, 0.6);
  12. top: 0;
  13. left: 0;
  14. z-index: 1;
  15. overflow: auto;
  16. -webkit-overflow-scrolling: touch;
  17. }
  18. .search_con_inner {
  19. width: 100%;
  20. background-color: #fff;
  21. padding: 0 0 10rpx 30rpx;
  22. }
  23. .search_con_list {
  24. overflow: auto;
  25. padding-top: 110rpx;
  26. -webkit-overflow-scrolling: touch;
  27. }
  28. .search_con_list_inner {
  29. width: 100%;
  30. display: inline-block;
  31. margin-top: -1px;
  32. }
  33. .search_con_item {
  34. font-size: 32rpx;
  35. padding: 36rpx 0;
  36. color: #222326;
  37. }
  38. .public_right_img{
  39. right: 30rpx;
  40. }
  41. /* =============== */
  42. .img_box {
  43. width: 100%;
  44. flex-wrap: wrap;
  45. justify-content: space-between;
  46. align-items: center;
  47. padding:10rpx 30rpx 30rpx;
  48. background-color: #fff;
  49. }
  50. .img_item {
  51. width: 333rpx;
  52. height: 160rpx;
  53. position: relative;
  54. align-items: flex-start;
  55. padding:0 30rpx;
  56. }
  57. .img_item .img{
  58. position: absolute;
  59. top: 0;
  60. left: 0;
  61. }
  62. .img_item .text{
  63. position: relative;
  64. font-size: 32rpx;
  65. font-family: PingFang SC;
  66. font-weight: 800;
  67. color: #FFFFFF;
  68. }
  69. /* =============== */
  70. .dept_list {
  71. width: 100%;
  72. position: absolute;
  73. top: 0;
  74. left: 0;
  75. width: 100%;
  76. height: 95%;
  77. padding: 330rpx 30rpx 0;
  78. }
  79. .dept_list_inner {
  80. display: flex;
  81. align-items: center;
  82. justify-content: space-between;
  83. overflow: hidden;
  84. border-radius: 24rpx ;
  85. height: 100%;
  86. }
  87. .dept_list_fir {
  88. height: 100%;
  89. overflow: auto;
  90. width: 100%;
  91. -webkit-overflow-scrolling: touch;
  92. background-color: #fff;
  93. }
  94. .dept_list_fir_short {
  95. max-width: 316rpx;
  96. }
  97. .dept_list_fir_short .dept_item {
  98. background: #F7F7FC;
  99. }
  100. .dept_list_sec {
  101. height: 100%;
  102. overflow: auto;
  103. -webkit-overflow-scrolling: touch;
  104. width: 410rpx;
  105. background-color: #fff;
  106. }
  107. .dept_list_sec .dept_item {
  108. text-indent: 30rpx;
  109. display: flex;
  110. align-items: center;
  111. justify-content: start;
  112. padding: 34rpx 0 34rpx 30rpx;
  113. line-height: 44rpx;
  114. }
  115. .dept_item {
  116. font-size: 28rpx;
  117. position: relative;
  118. color: #222326;
  119. padding-left: 30rpx;
  120. padding-right: 30rpx;
  121. }
  122. .dept_item_inner {
  123. padding: 34rpx 0;
  124. line-height: 44rpx;
  125. }
  126. .dept_item_active {
  127. font-size: 32rpx;
  128. font-weight: bold;
  129. }
  130. .dept_list_fir_short .dept_item_active {
  131. background-color: #fff;
  132. }
  133. .dept_list_fir_short .dept_item_active + .dept_item {
  134. border-radius: 0 30rpx 0 0 ;
  135. }
  136. .toBoderRadio{
  137. border-radius: 0 0 30rpx 0;
  138. }