selectType.acss 939 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .all2 {
  2. background-color: #fff;
  3. height: 100%;
  4. margin-top: 40rpx;
  5. border-radius: 20rpx 20rpx 0 0;
  6. padding-top: 80rpx;
  7. z-index: 999
  8. }
  9. .close {
  10. width: 40rpx;
  11. height: 40rpx;
  12. position: absolute;
  13. right: 30rpx;
  14. top: 70rpx;
  15. }
  16. .search {
  17. background-color: #f1f1f1;
  18. border-radius: 6rpx;
  19. width: 80%;
  20. margin: 0 auto;
  21. padding: 6rpx 10rpx;
  22. }
  23. .search input {
  24. background-color: #f1f1f1;
  25. }
  26. .search image {
  27. width: 30rpx;
  28. height: 30rpx;
  29. margin-left: 10rpx;
  30. }
  31. .content2 {
  32. margin-top: 16rpx;
  33. border-top: 1px solid #f1f1f1;
  34. background: #f1f1f1;
  35. height: calc(100vh - 212rpx);
  36. }
  37. .ul {
  38. width: 100%;
  39. background-color: #fff;
  40. height: 100%;
  41. }
  42. .li {
  43. padding: 24rpx;
  44. border-bottom: 1px solid #f1f1f1;
  45. }
  46. .ul .li .xia {
  47. color: #26A2FF !important;
  48. }
  49. .shu {
  50. padding: 14rpx 24rpx;
  51. background: #fff;
  52. margin-bottom: 20rpx;
  53. font-size: 24rpx;
  54. color: #26A2FF;
  55. }
  56. .shu view:last-child {
  57. color: #ccc;
  58. }