index.module.less 10 KB

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