/* pages/Bluetooth/Bluetooth.wxss */
|
|
.btnlist{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 30rpx;
|
|
}
|
|
.btnli{
|
|
width: 33%;
|
|
margin-top: 30rpx;
|
|
}
|
|
.locktext{
|
|
margin: 30rpx;
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
color: #999;
|
|
}
|
|
|
|
|
|
.containerOne {
|
|
/* height: 100vh; */
|
|
width: 100%;
|
|
background: #f6f7f6;
|
|
}
|
|
|
|
.lock-info {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
/* margin-top: 24rpx; */
|
|
background: #fff;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
}
|
|
|
|
.line-container {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.line {
|
|
width: 90%;
|
|
height: 1rpx;
|
|
margin-left: 5%;
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.type, .mac, .label {
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
margin-top: 18rpx;
|
|
margin-bottom: 18rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.mac, .label {
|
|
margin-bottom: 16rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.row{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.button-action{
|
|
width: 45%;
|
|
}
|
|
/* 配网 */
|
|
.wificontact{
|
|
box-sizing: border-box;
|
|
padding: 10px;
|
|
}
|
|
/* 注册到平台 */
|
|
.regdevice{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.radiolists{
|
|
padding: 0 10px;
|
|
}
|
|
.sheetlist{
|
|
width: 100%;
|
|
padding: 0 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.platformIdlist{
|
|
margin-right: 10px;
|
|
}
|