index.module.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. .settting{
  2. width: 334px;
  3. .head{
  4. height: 42px;
  5. position: relative;
  6. .headTit{
  7. position: absolute;
  8. bottom: 0;
  9. left: 50%;
  10. transform: translateX(-50%);
  11. width: 137px;
  12. height: 32px;
  13. }
  14. .closeImg{
  15. position: absolute;
  16. top: 0;
  17. right: -38px;
  18. width: 32px;
  19. height: 32px;
  20. cursor: pointer;
  21. }
  22. }
  23. .content{
  24. margin-top: -26px;
  25. height: 318px;
  26. background: #FFFFFF;
  27. border-radius: 16px;
  28. padding: 36px 0 16px 16px;
  29. .conBox{
  30. width: 100%;
  31. height: 100%;
  32. overflow-y: auto;
  33. &::-webkit-scrollbar {
  34. width: 0;
  35. display: none;
  36. }
  37. .cellBox{
  38. padding: 14px 0;
  39. margin-right: 16px;
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. border-bottom: 1px solid #F2F2F2;
  44. &.isCamera{
  45. border-bottom: none;
  46. }
  47. :global{
  48. .van-switch{
  49. width: 42px;
  50. height: 21px;
  51. background-color: transparent!important;
  52. background-image: url("../image/guan.png");
  53. background-repeat: no-repeat;
  54. background-size: 100% 100%;
  55. border-radius: 0;
  56. &.van-switch--on{
  57. background-image: url("../image//kai.png");
  58. }
  59. .van-switch__node{
  60. display: none;
  61. }
  62. }
  63. }
  64. .tit{
  65. font-weight: 600;
  66. font-size: 15px;
  67. color: #000000;
  68. line-height: 21px;
  69. word-break: keep-all;
  70. }
  71. .titbtn {
  72. width: 78px;
  73. height: 25px;
  74. background: linear-gradient( 135deg, #04C8BB 0%, #60E0C5 100%);
  75. border-radius: 13px;
  76. font-weight: 600;
  77. font-size: 14px;
  78. color: #fff;
  79. text-align: center;
  80. line-height: 25px;
  81. cursor: pointer;
  82. }
  83. .spendCon{
  84. flex-grow: 1;
  85. display: flex;
  86. align-items: center;
  87. padding: 3px 0;
  88. .sliderCon{
  89. padding-left: 28px;
  90. flex-grow: 1;
  91. :global{
  92. .van-slider{
  93. height: 5px;
  94. background: #EAEAEA;
  95. .van-slider__bar{
  96. background: #01C1B5;
  97. // &::after{
  98. // position: absolute;
  99. // content: "";
  100. // left: 4px;
  101. // top: 2px;
  102. // width: 100%;
  103. // height: 1px;
  104. // background: #FFFFFF;
  105. // border-radius: 1px;
  106. // filter: blur(1px);
  107. // }
  108. // &::before{
  109. // position: absolute;
  110. // content: "";
  111. // left: 2px;
  112. // top: 1px;
  113. // width: 4px;
  114. // height: 4px;
  115. // background: url("../image/gg.png") no-repeat;
  116. // background-size: 100% 100%;
  117. // }
  118. .van-slider__button-wrapper{
  119. bottom: -6px;
  120. top: initial;
  121. transform: translateX(50%);
  122. }
  123. }
  124. }
  125. }
  126. .customButton{
  127. display: flex;
  128. flex-direction: column;
  129. align-items: center;
  130. .speedVal{
  131. width: 32px;
  132. height: 31px;
  133. background: url("../image/qipao.png") no-repeat;
  134. background-size: 100% 100%;
  135. font-weight: 600;
  136. font-size: 14px;
  137. color: #131415;
  138. line-height: 20px;
  139. text-align: center;
  140. padding-top: 3px;
  141. margin-bottom: 3px;
  142. }
  143. .speedBtn{
  144. width: 18px;
  145. height: 18px;
  146. background: #FFFFFF;
  147. border-radius: 50%;
  148. border: 4px solid #01C1B5;
  149. }
  150. }
  151. }
  152. }
  153. .radioBox{
  154. display: flex;
  155. justify-content:flex-end;
  156. flex-wrap: wrap;
  157. > div{
  158. width: 48px;
  159. height: 25px;
  160. font-weight: 600;
  161. font-size: 14px;
  162. color: #757C87;
  163. text-align: center;
  164. line-height: 25px;
  165. margin-right: 8px;
  166. margin-bottom: 8px;
  167. cursor: pointer;
  168. background: #F2F2F2;
  169. border-radius: 4px;
  170. &:nth-child(4),&:nth-child(8) {
  171. margin-right: 0;
  172. }
  173. &:nth-child(n+5) {
  174. margin-bottom: 0;
  175. }
  176. &.active{
  177. color: #ffffff;
  178. background: linear-gradient( 135deg, #04C8BB 0%, #60E0C5 100%);
  179. }
  180. }
  181. }
  182. .qhBox {
  183. >div {
  184. width: 56px;
  185. }
  186. }
  187. // .speBox {
  188. // >div {
  189. // width: 48px;
  190. // }
  191. // }
  192. .frequency{
  193. display: flex;
  194. align-items: center;
  195. .frequencyNum{
  196. margin: 0 10px;
  197. width: 63px;
  198. height: 29px;
  199. background: #F6F6F6;
  200. border-radius: 6px;
  201. text-align: center;
  202. line-height: 29px;
  203. font-weight: 600;
  204. font-size: 15px;
  205. color: #00B2A7;
  206. }
  207. .btn{
  208. width: 24px;
  209. height: 24px;
  210. flex-shrink: 0;
  211. cursor: pointer;
  212. }
  213. }
  214. .reactionTimeBox{
  215. display: flex;
  216. align-items: center;
  217. .reactionTime{
  218. width: 63px;
  219. height: 29px;
  220. background: #F6F6F6;
  221. border-radius: 6px;
  222. padding: 0;
  223. line-height: 29px;
  224. :global{
  225. .van-field__control{
  226. font-weight: 600;
  227. font-size: 15px;
  228. color: #00B2A7;
  229. caret-color: #01C1B5;
  230. }
  231. }
  232. }
  233. .timeName{
  234. margin-left: 8px;
  235. font-weight: 600;
  236. font-size: 15px;
  237. color: #000000;
  238. }
  239. }
  240. }
  241. .pointerCon{
  242. margin-right: 16px;
  243. padding-bottom: 14px;
  244. border-bottom: 1px solid #F2F2F2;
  245. .pointerBox{
  246. padding: 8px 24px;
  247. background: #FFF6E8;
  248. border-radius: 6px;
  249. >div{
  250. position: relative;
  251. margin-top: 4px;
  252. font-weight: 400;
  253. font-size: 13px;
  254. color: #904C24;
  255. line-height: 18px;
  256. &:first-child{
  257. margin-top: 0;
  258. }
  259. &::after{
  260. content: "";
  261. left: -11px;
  262. top: 50%;
  263. transform: translateY(-50%);
  264. position: absolute;
  265. border-radius: 50%;
  266. width: 5px;
  267. height: 5px;
  268. background: #FF983F;
  269. }
  270. }
  271. }
  272. }
  273. .cellBtnBox{
  274. display: flex;
  275. justify-content: center;
  276. align-items: center;
  277. padding: 14px 0 0;
  278. margin-right: 16px;
  279. >img{
  280. width: 118px;
  281. height: 39px;
  282. cursor: pointer;
  283. & + img{
  284. margin-left: 20px;
  285. }
  286. }
  287. }
  288. }
  289. }
  290. }