.settting{ .head{ background: url("../image/headImg.png") no-repeat; background-size: 100% 100%; width: 372px; height: 57px; position: relative; .headTit{ position: absolute; bottom: 9px; left: 50%; transform: translateX(-50%); width: 38px; height: 18px; } .closeImg{ position: absolute; top: 0; right: -38px; width: 32px; height: 32px; cursor: pointer; } } .content{ width: 354px; height: 284px; background: #B0D8FF; box-shadow: 0px 4px 0px 0px #7AAEE0; border-radius: 0px 0px 24px 24px; margin: 0 auto; padding: 10px; .conBox{ width: 100%; height: 100%; background: #EAF2FB; border-radius: 12px; overflow-y: auto; padding: 0 16px; &::-webkit-scrollbar { width: 0; display: none; } .cellBox{ padding: 14px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #D5E0ED; :global{ .van-switch{ width: 42px; height: 21px; background-color: transparent!important; background-image: url("../image/guan.png"); background-repeat: no-repeat; background-size: 100% 100%; border-radius: 0; &.van-switch--on{ background-image: url("../image//kai.png"); } .van-switch__node{ display: none; } } } .tit{ font-weight: 600; font-size: 15px; color: #000000; line-height: 21px; } .radioBox{ display: flex; > div{ width: 66px; height: 28px; font-weight: 600; font-size: 14px; color: #757C87; text-align: center; line-height: 26px; background: url("../image/radio.png") no-repeat; background-size: 100% 100%; margin-right: 10px; cursor: pointer; &:last-child{ margin-right: 0; } &.active{ background: url("../image/radioActive.png") no-repeat; background-size: 100% 100%; color: #ffffff; } } } .frequency{ display: flex; align-items: center; .frequencyNum{ margin: 0 10px; width: 63px; height: 29px; background: #FFFFFF; border-radius: 6px; text-align: center; line-height: 29px; font-weight: 600; font-size: 15px; color: #1CACF1; } .btn{ width: 24px; height: 24px; flex-shrink: 0; cursor: pointer; } } .reactionTimeBox{ display: flex; align-items: center; .reactionTime{ width: 63px; height: 29px; background: #FFFFFF; border-radius: 6px; padding: 0; line-height: 29px; :global{ .van-field__control{ font-weight: 600; font-size: 15px; color: #1CACF1; } } } .timeName{ margin-left: 8px; font-weight: 600; font-size: 15px; color: #000000; } } } .cellBtnBox{ display: flex; justify-content: center; align-items: center; padding: 14px 0; >img{ width: 118px; height: 39px; cursor: pointer; &:first-child{ margin-right: 20px; } } } } } }