接口对接修改
This commit is contained in:
@@ -97,6 +97,7 @@ page {
|
||||
|
||||
.grid-card-content-4,
|
||||
.grid-card-content-2,
|
||||
.grid-card-content-1,
|
||||
.grid-card-content-3,
|
||||
.grid-card-content-5,
|
||||
.grid-card-content-6 {
|
||||
@@ -114,15 +115,19 @@ page {
|
||||
text-align: center;
|
||||
border-bottom: 2rpx solid #ccc;
|
||||
border-right: 2rpx solid #ccc;
|
||||
min-height: 100rpx;
|
||||
padding: 4rpx;
|
||||
background: $uni-theme-white;
|
||||
}
|
||||
|
||||
.item-title {
|
||||
background: unset;
|
||||
padding: 8rpx 4rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.grid-card-content-1 {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.grid-card-content-2 {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
@@ -253,4 +258,25 @@ page {
|
||||
border-radius: 50%;
|
||||
background: red;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.popup-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 20rpx;
|
||||
height: 80rpx;
|
||||
background: #fff;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #eee;
|
||||
.popup-header-title {
|
||||
font-size: 32rpx;
|
||||
color: #333;
|
||||
}
|
||||
.popup-header-close {
|
||||
font-size: 32rpx;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user