select_library.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /* pages/select_library/select_library.wxss */
  2. @import '../../templates/nodata/nodata.wxss';
  3. .li-search{
  4. display: flex;
  5. justify-content: space-between;
  6. padding:0 24rpx 20rpx 24rpx;
  7. border-bottom: 1rpx solid #E5E5E5;
  8. }
  9. .li-search-left{
  10. width: 82%;
  11. height:68rpx;
  12. line-height: 68rpx;
  13. background: #F1F3FA;
  14. border-radius: 34rpx;
  15. padding: 10rpx 20rpx;
  16. display: flex;
  17. justify-content: flex-start;
  18. align-items: center;
  19. }
  20. .li-search-left-img{
  21. width: 29rpx;
  22. height: 29rpx;
  23. margin: auto 30rpx;
  24. }
  25. .li-search-left-input{
  26. color: #393939;
  27. font-size: 26rpx;
  28. display: inline-block;
  29. /* position: relative;
  30. bottom: 0; */
  31. /* margin-top: 20rpx; */
  32. }
  33. .li-search-left-input-pla{
  34. color: #AAAAAA;
  35. font-size: 26rpx;
  36. }
  37. .li-search-right{
  38. color: #6174D9;
  39. font-size: 26rpx;
  40. margin: auto 24rpx;
  41. }
  42. .model{
  43. z-index: 1001;
  44. position: fixed;
  45. top: 180rpx;
  46. margin: 0;
  47. background: #fff;
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .model-title{
  52. color: #393939;
  53. font-size: 34rpx;
  54. display: flex;
  55. justify-content: space-between;
  56. padding: 30rpx 23rpx 40rpx 23rpx;
  57. border-bottom: 1rpx solid #E5E5E5;
  58. }
  59. .model-title-img{
  60. width: 20rpx;
  61. height: 20rpx;
  62. }
  63. .model-list{
  64. display: flex;
  65. justify-content: space-between;
  66. }
  67. .model-list-left{
  68. width: 25%;
  69. background: #F8F8F8;
  70. }
  71. .model-list-left-items{
  72. height: 86rpx;
  73. line-height: 86rpx;
  74. text-align: center;
  75. font-size: 28rpx;
  76. color: #393939;
  77. border-left: 6rpx solid transparent;
  78. }
  79. .model-list-right{
  80. width: 75%;
  81. background: #Fff;
  82. overflow: scroll;
  83. padding-bottom: 30rpx;
  84. }
  85. .model-list-right-items{
  86. height: 86rpx;
  87. line-height: 86rpx;
  88. text-align: center;
  89. font-size: 28rpx;
  90. color: #393939;
  91. width: 100%;
  92. display: flex;
  93. justify-content: space-between;
  94. margin: auto 0;
  95. padding: 0 24rpx;
  96. overflow: hidden;
  97. }
  98. .area-active{
  99. background: #fff;
  100. border-left: 6rpx solid #FF6465;
  101. }
  102. .model-list-right-items-img{
  103. width: 23rpx;
  104. height: 17rpx;
  105. margin-top: 33rpx;
  106. }