selectSectionBottom.acss 991 B

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