| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
- /* 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;
- }
|