selectSectionBottom.acss 1.0 KB

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