selectType.acss 996 B

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