页面切图
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user