dk-single-dropdown-item.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* components/muti-searchItem/muti-searchItem.wxss */
  2. .root {
  3. /* height: 100%; */
  4. display: flex;
  5. flex-direction: column;
  6. margin-top: 40rpx;
  7. }
  8. /* 分页未完成 */
  9. .scroll_position{
  10. margin-left: 10rpx;
  11. }
  12. .choose_label{
  13. font-weight: bolder;
  14. background: #fff;
  15. padding: 0 0 0 40rpx;
  16. height: 40rpx;
  17. color:#2E3853;
  18. font-size:14px;
  19. }
  20. .scroll_search {
  21. flex: 1;
  22. overflow: scroll;
  23. margin-bottom: 20rpx;
  24. padding-top: 120rpx;
  25. }
  26. .checkbos_padding {
  27. padding-bottom: 30rpx;
  28. width: 100%;
  29. }
  30. .choose_test {
  31. height: 2% !important;
  32. }
  33. .label-class{
  34. margin-left:10rpx !important;
  35. font-size: 13px;
  36. color:#95A8CB !important;
  37. width: 100%;
  38. }
  39. .label-checked-class{
  40. margin-left:10rpx !important;
  41. font-size: 13px;
  42. color:#1B365D !important;
  43. width: 100%;
  44. }
  45. .custom-class{
  46. margin: 20rpx 40rpx 36rpx 40rpx;
  47. }
  48. .foot {
  49. position: fixed;
  50. bottom: 0px;
  51. border-top: 2rpx dotted #e2e2e2;
  52. /* border: 1px inset #d9001b; */
  53. width: 100%;
  54. height: 90rpx;
  55. z-index: 999;
  56. }
  57. .search-class{
  58. height:100rpx;
  59. }
  60. /* 规格列表保存 */
  61. .foot_save {
  62. width: 50%;
  63. display: inline-block;
  64. height: 90rpx;
  65. background-color: #d9001b;
  66. text-align: center;
  67. /* position: absolute; */
  68. line-height: 90rpx;
  69. }
  70. /* 规格列表重置*/
  71. .foot_cancel {
  72. width: 50%;
  73. display: inline-block;
  74. height: 90rpx;
  75. text-align: center;
  76. /* margin-left: 3%; */
  77. /* margin-top: 30rpx; */
  78. font-size: 24rpx;
  79. background-color: white;
  80. line-height: 90rspx;
  81. }
  82. .popup-button {
  83. position: fixed;
  84. width: 90%;
  85. bottom: 0;
  86. margin-left: 5%;
  87. display: flex;
  88. align-items: center;
  89. justify-content: space-around;
  90. padding-bottom: 20rpx;
  91. padding-top: 20rpx;
  92. background: #fff;
  93. }
  94. .label_right {
  95. margin-left: 25rpx !important;
  96. flex: 3 !important;
  97. text-align: left !important;
  98. }
  99. .custom-icon-cross {
  100. color: #d9001b;
  101. font-size: 35rpx !important;
  102. }
  103. .cell-class {
  104. padding-top: 5px !important;
  105. padding-bottom: 5px !important;
  106. }