网关切图

This commit is contained in:
仲么了
2023-02-14 13:34:00 +08:00
parent 061ad5222d
commit b9b627eaa8
5 changed files with 503 additions and 30 deletions

View File

@@ -36,11 +36,13 @@ page {
padding-left: #{$i}rpx;
}
}
.center{
.center {
display: flex;
align-items: center;
justify-content: center;
}
.hide-txt {
overflow-x: hidden;
white-space: nowrap;
@@ -109,7 +111,8 @@ page {
min-height: 100rpx;
background: $uni-theme-white;
}
.item-title{
.item-title {
background: unset;
}
}
@@ -123,7 +126,7 @@ page {
}
.grid-card-content-6 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
}
@@ -154,4 +157,27 @@ page {
}
}
}
}
.btn {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
background: $uni-theme-blue;
color: #fff;
height: 80rpx;
border-radius: 12rpx;
}
.btn-small {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 40rpx;
background: $uni-theme-blue;
color: #fff;
height: 60rpx;
font-size: 24rpx;
border-radius: 12rpx;
}