/* page { height: 97%; } */ /* .page-bluebooth-list{ width: 100%; height: 100%; display: flex; flex-direction: column; } */ .page-body{ width: 100%; height: 100%; display: flex; flex-direction: column; } .body-toolBar{ width:100%; height: 10%; /* background-color: #426666; */ /* background-color: purple; */ display: flex; flex-direction: column; align-items: center; } .body-content{ width: 100%; height: 90%; /* background-color: green; */ /* display: flex; */ /* justify-content: center; */ /* flex-direction: column; align-items: center; */ } .info_list_box{ width: 100%; height: 100%; /* background-color: red; */ /* border-radius: 5px; */ position: relative; display: flex; flex-direction: column; align-items: center; /* top: -22rpx; */ } .scroll_info_list { /* margin: 50px 5px; border: 1px solid #EEE; border-radius: 5px; width: auto; */ width: 98%; height: 99%; margin-top: 8px; /* background-color: blueviolet; */ /* height: 90%; background-color: #fff; border-radius: 5px; position: relative; display: flex; flex-direction: column; align-items: center; */ } /* button{ margin-top: 30rpx; margin-bottom: 10rpx; margin-left: 20rpx; margin-right: 20rpx; } */ .button-sp-area{ margin: 0 auto; width: 60%; } .mini-btn{ margin-right: 10rpx; } .devices_summary { margin-top: 8px; padding-left: 20rpx; /* background-color: #EEEEEE; */ width: 100%; height:60rpx; align-items: center; } .devices_summary text{ font-size: 30rpx; color: #7b7b7b; margin-left: 5px; } .connected_devices_info{ /* margin-top: 0px; padding-left: 20rpx; */ background-color: #ffffff; width: 100%; height:100%; display: flex; flex-direction: column; /* border-radius: 5px; */ position: relative; /* top: -30px; */ border-bottom: 1px #dddddd solid; } /* .connected_devices_info text{ font-size: 26rpx; color: #444444; } */ .device_list { width: 90%; height: auto; /* border: 1px solid #EEE; */ /* border-radius: 5px; */ } .device_item { /* border-bottom: 1px gray solid; */ margin-left: 10rpx; margin-right: 10rpx; margin-top:10rpx; margin-bottom:10rpx; /* color: #666; */ } .device_item_hover { background-color: rgba(0, 0, 0, .1); } .bluebooth-status-line{ height:50rpx; width: 100%; display: flex; flex-direction: row; } .connected-devices-info-name{ height:100%; /* padding-left: 10rpx; */ width: 90%; display: flex; flex-direction: column; justify-content: center; margin-left: 8px; margin-bottom: 5px; } .connected-devices-info-name text{ color: #181818; font-size: 32rpx; } .bluebooth-status-name-view{ height:100%; padding-left: 10rpx; width: 90%; display: flex; flex-direction: column; justify-content: center; } .bluebooth-status-name-view text{ color: #181818; font-size: 30rpx; } .connected-devices-info-image{ height:100%; align-items: center; margin-left: 8px; margin-top: 8px; /* width: 10%; */ } /* .connected-devices-info-image image{ width: 40rpx; height: 40rpx; margin-left: 10rpx; margin-top:5rpx; } */ .bluebooth-status-image-view{ height:100%; align-items: center; width: 10%; } .bluebooth-status-image-view image{ width: 40rpx; height: 40rpx; margin-left: 10rpx; margin-top:5rpx; /* margin-right: 10rpx; margin-left: 10rpx; margin-top:5rpx; */ } .bluebooth-status-info-sub{ height:40rpx; align-items: center; padding-left: 10rpx; width: 100%; } .bluebooth-status-info-sub text{ font-size: 24rpx; color: #acacac; } .bluebooth-process-btn{ display: flex; flex-direction: row; justify-content: flex-end; } .connected_info { position: fixed; bottom: 0; width: 100%; background-color: #F0F0F0; padding: 10px; padding-bottom: 20px; margin-bottom: env(safe-area-inset-bottom); font-size: 14px; min-height: 100px; box-shadow: 0px 0px 3px 0px; } .connected_info .operation { position: absolute; display: inline-block; right: 30px; } .rtu_status_line_white{ /* background-color: whitesmoke; */ height: 60rpx; display: flex; flex-direction: row; } .rtu_status_line_grey{ /* background-color: #EEEEEE; */ height: 60rpx; display: flex; flex-direction: row; } .rtu_status_info_view_name{ display: flex; flex-direction: column; justify-content: center; height: 100%; width: 40%; } .rtu_status_info_view_value{ display: flex; flex-direction: column; justify-content: center; height: 100%; width: 60%; } .rtu_status_info_view_name text{ font-size: 26rpx; color: #333333; margin-left: 10rpx; } .rtu_status_info_view_value text{ font-size: 26rpx; color: #FF9933; width: 60%; } .shanshuo{ animation: twinkling 1s infinite ease-in-out; } @keyframes twinkling{ 0% {opacity: 0; } 100% {opacity: 1; } } .blue-icon-button-hover { opacity: 0.8; background: #f7f7f7; } .bltImg{ width: 260rpx; height: 260rpx; margin-bottom: 20px; } .device-list-box{ width: 100%; height: 100%; background-color: white; /* border-radius: 5px; */ position: relative; /* top: -45px; */ display: flex; flex-direction: column; align-items: center; } .scanBtn{ background-color: #669999; border-radius: 50px; width: 300rpx; margin-bottom: 8px; } .scanBtn-l{ background-color: #FD7400; border-radius: 50px; width: 300rpx; } .bluetooth-status-box{ margin-bottom: 10rpx; } .text_right_point{ text-align: right; } .rtu_baseinfo_text_line{ width: 100%; display: flex; flex-direction: row; align-items: flex-start; color: black; } .ip_line_title{ width: 10%; } .ip_line_content{ width: 89%; text-align: left; color:#669999; font-size: small; } .rtu_baseinfo_text_line_title{ width: 50%; } .rtu_baseinfo_text_line_content{ width: 50%; text-align: left; color:#669999; font-size: small; } .rtu_kind_text_line{ width: 100%; display: flex; flex-direction: row; align-items: flex-start; color: black; } .rtu_kind_text_line_title{ width: 50%; } .rtu_kind_text_line_content{ width: 40%; text-align: left; color:#669999; font-size: small; } .rtu_kind_text_line_desc{ width: 10%; text-align: center; color:#669999; font-size: small; }