index.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .accountPerPage {
  2. width: 100%;
  3. .accountPerBox {
  4. width: 100%;
  5. height: calc(100% - 44px);
  6. overflow: auto;
  7. // background: #fff url('../../assets/accountPer/pageBg.png') top center no-repeat;
  8. // background-size: 100%;
  9. .searchRow {
  10. width: 90%;
  11. height: 50px;
  12. margin: 0 auto;
  13. align-items: center;
  14. .bd3 {
  15. width: 87px;
  16. height: 16px;
  17. .outer4 {
  18. width: 20px;
  19. height: 26px;
  20. background: url("../../assets/accountPer/icon.png") top center no-repeat;
  21. background-size: 100%;
  22. }
  23. .txt2 {
  24. width: 65px;
  25. height: 14px;
  26. overflow-wrap: break-word;
  27. color: rgba(64, 77, 116, 1);
  28. font-size: 15px;
  29. font-family: PingFangSC-Semibold;
  30. text-align: left;
  31. white-space: nowrap;
  32. line-height: 15px;
  33. display: block;
  34. font-weight: bold;
  35. .discountNumber {
  36. font-size: 18px;
  37. color: red;
  38. }
  39. }
  40. }
  41. .operBox {
  42. display: flex;
  43. flex-wrap: nowrap;
  44. justify-content: flex-end;
  45. .listBox,
  46. .addBox,
  47. .searchBox {
  48. display: flex;
  49. flex-wrap: nowrap;
  50. flex-direction: column;
  51. align-items: center;
  52. padding: 5px;
  53. }
  54. .iconImg {
  55. width: 25px;
  56. }
  57. }
  58. }
  59. .listBox {
  60. border-top: 1px solid #e7eaf7;
  61. .listItem {
  62. position: relative;
  63. .itemBox {
  64. width: 100%;
  65. padding: 1.5em 1em;
  66. line-height: 1.8;
  67. border-bottom: 1px solid #e7eaf7;
  68. }
  69. .tipBox {
  70. position: absolute;
  71. top: 1em;
  72. right: 1em;
  73. font-size: 1.5em;
  74. color: #4DC193;
  75. display: flex;
  76. &.isUseTip {
  77. color: #df5e4c;
  78. }
  79. .outer2 {
  80. width: 6px;
  81. height: 12px;
  82. background: url('../../assets/right.png') top center no-repeat;
  83. background-size: 100%;
  84. margin-top: 4px;
  85. margin-left: .4em;
  86. }
  87. }
  88. }
  89. }
  90. .section1 {
  91. background-color: rgba(223, 223, 229, 1);
  92. border-radius: 9px;
  93. height: 18px;
  94. width: 38px;
  95. }
  96. }
  97. .van-switch {
  98. width: 38px;
  99. height: 18px;
  100. .van-switch__node {
  101. width: 18px;
  102. height: 18px;
  103. }
  104. &.van-switch--on .van-switch__node {
  105. transform: translate(calc(38px - 18px));
  106. }
  107. }
  108. .van-switch--on {
  109. background-color: #4d6add;
  110. }
  111. .van-button--primary {
  112. border-color: #4d6add;
  113. background-color: #4d6add;
  114. }
  115. .van-button--danger {
  116. border-color: #df5e4c;
  117. background-color: #df5e4c;
  118. }
  119. .van-checkbox__icon--checked .van-icon {
  120. border-color: #4d6add;
  121. background-color: #4d6add;
  122. }
  123. }
  124. .codeSearch {
  125. width: 100%;
  126. .codeSearchPopup {
  127. width: 90%;
  128. }
  129. .content {
  130. padding-top: 1em;
  131. }
  132. .field .van-field__label {
  133. width: auto;
  134. }
  135. }
  136. .van-cascader__option--selected {
  137. color: #4d6add;
  138. }
  139. .van-tabs__line {
  140. background-color: #4d6add !important;
  141. }