| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- .top-box{
- background-color: #fff;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 100;
- }
- .top-box{
- background-color: #fff;
- }
- .top-title{
- font-size: 36rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #333333;
- padding: 0 30rpx;
- }
- .dow-ssicon{
- width: 36rpx;
- height: 36rpx;
- margin-left: 15rpx;
- }
- .tab-box{
- background-color: #fff;
- padding: 30rpx;
- z-index: 100;
- }
- .tab-item{
- text-align: center;
- font-size: 28rpx;
- line-height: 41rpx;
- }
- .tab-item image{
- visibility: hidden;
- }
- .tab-item-active{
- color: #EB5C20;
- }
- .tab-item-active image{
- visibility: visible;
- }
- .tab-active-icon{
- width: 32rpx;
- height: 10rpx;
- margin-top: 10rpx;
- margin: auto;
- }
- .saoma{
- width: 39rpx;
- height: 36rpx;
- margin-left: 60rpx;
- margin-bottom: 10rpx;
- }
- .sousuo{
- width: 36rpx;
- height: 36rpx;
- margin-left: 50rpx;
- margin-bottom: 10rpx;
- }
- .state-box{
- margin: 30rpx;
- justify-content: space-between;
- }
- .state-item{
- width: 335rpx;
- padding: 12rpx 20rpx;
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- box-sizing: border-box;
- }
- .icon{
- width: 26rpx;
- height: 26rpx;
- background: #EB5C20;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- margin-right: 10rpx;
- }
- .state-label{
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #242323;
- line-height: 35rpx;
- }
- .state-data{
- margin-left: 36rpx;
- justify-content: space-between;
- line-height: 47rpx;
- font-size: 32rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #242323;
- }
- /* 电池 */
- .cell-box{
- margin: 30rpx;
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- padding: 30rpx;
- }
- .cell-title{
- width: 157rpx;
- line-height: 54rpx;
- font-size: 36rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #242323;
- }
- .cell-state{
- line-height: 33rpx;
- background: #EB5C20;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
- font-weight: normal;
- color: #FFFFFF;
- padding: 0 10rpx;
- text-align: center;
- margin-left: 20rpx;
- }
- .cell-info{
- font-size: 28rpx;
- font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
- font-weight: normal;
- color: #666464;
- line-height: 41rpx;
- }
- .cell-option{
- margin-top: 20rpx;
- border-top: 1rpx solid #E6E6E6;
- /* padding: 30rpx 0 0; */
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #333333;
- text-align: center;
- }
- /* 弹窗 */
- .pop-title{
- line-height: 54rpx;
- font-size: 36rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #333333;
- margin-left:30rpx ;
- }
- .change-ssicon{
- width: 48rpx;
- height: 48rpx;
- margin-left: 10rpx;
- }
- .pop-content{
- margin: 48rpx 30rpx 30rpx;
- overflow: scroll;
- width: calc(100% - 60rpx);
- }
- .pop-content::-webkit-scrollbar{
- display: none;
- }
- .pop-content-item{
- height: 108rpx;
- line-height: 108rpx;
- background: #F5F5F5;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- border: 2rpx solid #F5F5F5;
- padding: 0 30rpx;
- margin-bottom: 28rpx;
- }
- .pop-content-active{
- background: #fff;
- border: 2rpx solid #EB5C20;
- }
- .pop-content-icon{
- width: 12rpx;
- height: 19rpx;
- margin-left: 10rpx;
- }
|