蓝牙控制阀小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
765 B

page {
height: 100%;
width: 100%;
}
.content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
width: 100%;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.logo {
margin: 0;
padding: 0;
margin-top: 300rpx;
}
.text-area {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.title {
font-size: 36rpx;
color: #8f8f94;
}
.u-row {
margin: 40rpx 0;
}