页面切图

This commit is contained in:
仲么了
2023-03-08 13:45:57 +08:00
parent 7494382309
commit 43419da4c7
7 changed files with 734 additions and 35 deletions

View File

@@ -42,7 +42,8 @@ page {
align-items: center;
justify-content: center;
}
.space-between{
.space-between {
display: flex;
justify-content: space-between;
}
@@ -219,16 +220,36 @@ page {
border-radius: 12rpx;
}
.device{
.device {
/deep/ .uni-card:first-of-type {
margin-top: 0 !important;
}
/deep/ .uni-card__header {
border-bottom: none !important;
}
}
.content{
.content {
/deep/ .uni-forms-item:last-of-type {
margin-bottom: 0 !important;
}
}
.status-point-success {
display: inline-block;
width: 16rpx;
height: 16rpx;
border-radius: 50%;
background: greenyellow;
overflow: hidden;
}
.status-point-error {
display: inline-block;
width: 16rpx;
height: 16rpx;
border-radius: 50%;
background: red;
overflow: hidden;
}