页面切图
This commit is contained in:
@@ -91,6 +91,7 @@ page {
|
||||
}
|
||||
|
||||
.grid-card-content-4,
|
||||
.grid-card-content-2,
|
||||
.grid-card-content-3,
|
||||
.grid-card-content-5,
|
||||
.grid-card-content-6 {
|
||||
@@ -117,10 +118,15 @@ page {
|
||||
}
|
||||
}
|
||||
|
||||
.grid-card-content-2 {
|
||||
grid-template-columns: 1fr 3fr;
|
||||
}
|
||||
|
||||
.grid-card-content-3 {
|
||||
grid-template-columns: 1fr 2fr 2fr;
|
||||
}
|
||||
|
||||
|
||||
.grid-card-content-5 {
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
||||
}
|
||||
@@ -177,6 +183,7 @@ page {
|
||||
border-radius: 8rpx;
|
||||
background: #ebeaec;
|
||||
color: #666;
|
||||
|
||||
&-active {
|
||||
background: #dfe5f7;
|
||||
color: $uni-theme-blue;
|
||||
@@ -206,4 +213,18 @@ page {
|
||||
height: 60rpx;
|
||||
font-size: 24rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
|
||||
.device{
|
||||
/deep/ .uni-card:first-of-type {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
/deep/ .uni-card__header {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
.content{
|
||||
/deep/ .uni-forms-item:last-of-type {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user