page { color: #333; } .devices_summary { margin-top: 30px; padding: 10px; font-size: 16px; } .device_list { height: 300px; margin: 50px 5px; margin-top: 0; border: 1px solid #EEE; border-radius: 5px; width: auto; } .device_item { border-bottom: 1px solid #EEE; padding: 10px; color: #666; } .device_item_hover { background-color: rgba(0, 0, 0, .1); } .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; } .writeInputViewBg{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background-color: rgba(0,0,0,0.5); } .writeInputView{ position: fixed; top: 30%; left: 50%; z-index: 1001; background-color: #fff; width: 80vw; height: 300rpx; display: flex; flex-direction: column; align-items: center; transform: translateX(-50%); } .writeInput{ margin-top: 60rpx; width: 90%; height: 60rpx; border: 1rpx solid #ccc; } .writeInput input{ width: 100%; height: 100%; box-sizing: border-box; } .hint{ padding-top: 10rpx; font-size: 24rpx; color: #999; } .btns{ display: flex; align-items: center; justify-content: space-between; width: 60%; margin-top: 50rpx; }