index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. .rolePage {
  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. .itemBox {
  63. width: 100%;
  64. padding: 1.5em 1em;
  65. line-height: 1.8;
  66. border-bottom: 1px solid #e7eaf7;
  67. display: flex;
  68. .roleBox {
  69. width: 70%;
  70. .itemRow {
  71. width: 100%;
  72. display: flex;
  73. flex-wrap: wrap;
  74. .roleItem {
  75. width: 33%;
  76. }
  77. }
  78. }
  79. .operBox {
  80. width: 30%;
  81. display: flex;
  82. align-items: flex-start;
  83. justify-content: center;
  84. .iconImg {
  85. width: 1em;
  86. height: 1em;
  87. margin-right: 0.3em;
  88. }
  89. .editImg {
  90. width: 1.2em;
  91. height: 1.2em;
  92. background: url("../../assets/edit.png") top center no-repeat;
  93. background-size: 100%;
  94. }
  95. .operSet,
  96. .operDelter {
  97. display: flex;
  98. }
  99. .operText {
  100. font-size: 1em;
  101. line-height: 1.3;
  102. }
  103. .operSet {
  104. color: #2c87c8;
  105. padding-right: 0.5em;
  106. margin-right: 0.5em;
  107. border-right: 1px solid;
  108. }
  109. .operDelter {
  110. color: #df5e4c;
  111. }
  112. }
  113. }
  114. }
  115. }
  116. }
  117. }
  118. .operCheckBox {
  119. .block5 {
  120. background-color: rgba(215, 215, 226, 1);
  121. border-radius: 2px;
  122. width: 310px;
  123. height: 1px;
  124. margin: 0 auto;
  125. margin-top: 25px;
  126. }
  127. .word10 {
  128. width: 143px;
  129. height: 13px;
  130. overflow-wrap: break-word;
  131. color: rgba(64, 77, 116, 1);
  132. font-size: 13px;
  133. text-align: left;
  134. white-space: nowrap;
  135. line-height: 13px;
  136. display: block;
  137. margin: 33px auto;
  138. }
  139. .block6 {
  140. width: 265px;
  141. height: 34px;
  142. margin: 20px auto;
  143. .mod7 {
  144. border-radius: 17px;
  145. height: 34px;
  146. border: 1px solid #2c87c8;
  147. width: 120px;
  148. justify-content: center;
  149. align-items: center;
  150. .info5 {
  151. width: 60px;
  152. height: 13px;
  153. overflow-wrap: break-word;
  154. color: #2c87c8;
  155. font-size: 15px;
  156. font-family: PingFangSC-Medium;
  157. text-align: center;
  158. white-space: nowrap;
  159. line-height: 15px;
  160. display: block;
  161. }
  162. }
  163. .mod8 {
  164. background-color: #2c87c8;
  165. border-radius: 17px;
  166. height: 34px;
  167. width: 120px;
  168. justify-content: center;
  169. align-items: center;
  170. .info6 {
  171. width: 30px;
  172. height: 13px;
  173. overflow-wrap: break-word;
  174. color: rgba(255, 255, 255, 1);
  175. font-size: 15px;
  176. font-family: PingFangSC-Medium;
  177. text-align: center;
  178. white-space: nowrap;
  179. line-height: 15px;
  180. display: block;
  181. }
  182. }
  183. }
  184. }
  185. .van-checkbox__icon--checked .van-icon {
  186. border-color: #2c87c8;
  187. background-color: #2c87c8;
  188. }
  189. .van-button--primary {
  190. border-color: #2c87c8;
  191. background-color: #2c87c8;
  192. }