123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- .settting{
- &.follow{
- .head{
- background: url("../image/headImg1.png") no-repeat;
- background-size: 100% 100%;
- }
- .content{
- background: #ACDDEA;
- box-shadow: 0px 4px 0px 0px #5EA2B9;
- .conBox{
- background: #E3F3F5;
- .cellBox{
- border-color: #CFE6EC;
- }
- }
- }
- }
- &.evaluating{
- .head{
- width: 394px;
- height: 62px;
- margin-bottom: -3px;
- background: url("../image/headImg2.png") no-repeat;
- background-size: 100% 100%;
- .headTit{
- bottom: 11px;
- }
- .closeImg{
- top: 2px;
- right: -26px;
- }
- }
- .content{
- background: #B0CDFF;
- box-shadow: 0px 4px 0px 0px #759CE4;
- .conBox{
- background: #EAF1FB;
- }
- }
- }
- .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;
- &.isCamera{
- border-bottom: none;
- }
- :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;
- }
- .titbtn {
- width: 76px;
- height: 26px;
- font-weight: 600;
- font-size: 14px;
- color: #fff;
- text-align: center;
- line-height: 26px;
- background: url("../image/titBtn.png") no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .spendCon{
- flex-grow: 1;
- display: flex;
- align-items: center;
- padding: 3px 0;
- .sliderCon{
- padding-left: 28px;
- flex-grow: 1;
- :global{
- .van-slider{
- height: 10px;
- background: #94ACC4;
- box-shadow: inset 0px 2px 3px 0px #647F98;
- .van-slider__bar{
- background: linear-gradient( 270deg, #7ADEFF 0%, #29A9FF 100%);
- box-shadow: inset 1px 0px 5px 0px rgba(150,254,255,0.79);
- border: 1px solid #4A91D4;
- &::after{
- position: absolute;
- content: "";
- left: 4px;
- top: 2px;
- width: 100%;
- height: 1px;
- background: #FFFFFF;
- border-radius: 1px;
- filter: blur(1px);
- }
- &::before{
- position: absolute;
- content: "";
- left: 2px;
- top: 1px;
- width: 4px;
- height: 4px;
- background: url("../image/gg.png") no-repeat;
- background-size: 100% 100%;
- }
- .van-slider__button-wrapper{
- bottom: 0;
- top: initial;
- transform: translate3d(50%,12px,0);
- }
- }
- }
- }
- .customButton{
- display: flex;
- flex-direction: column;
- align-items: center;
- .speedVal{
- width: 34px;
- height: 31px;
- background: url("../image/qipao.png") no-repeat;
- background-size: 100% 100%;
- font-weight: 600;
- font-size: 14px;
- color: #FFFFFF;
- line-height: 20px;
- text-align: center;
- padding-top: 3px;
- }
- .speedBtn{
- width: 16px;
- height: 30px;
- background: url("../image/speedBtn.png") no-repeat;
- background-size: 100% 100%;
- }
- }
- }
- }
- .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;
- }
- }
- }
- .speBox {
- >div {
- width: 48px;
- }
- }
- .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;
- caret-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;
- & + img{
- margin-left: 20px;
- }
- }
- }
- }
- }
- }
|