This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "设备卡信息查询",
|
"navigationBarTitleText": "设备卡信息查询",
|
||||||
"navigationBarBackgroundColor": "#ededed",
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||||||
"backgroundColor": "#F8F8F8"
|
"backgroundColor": "#F8F8F8"
|
||||||
},
|
},
|
||||||
"uniIdRouter": {}
|
"uniIdRouter": {}
|
||||||
|
|||||||
@@ -600,7 +600,7 @@
|
|||||||
|
|
||||||
.wallet-header {
|
.wallet-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-start;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 32rpx;
|
margin-bottom: 32rpx;
|
||||||
|
|
||||||
@@ -628,7 +628,7 @@
|
|||||||
border: 2rpx solid rgba(255, 255, 255, 0.3);
|
border: 2rpx solid rgba(255, 255, 255, 0.3);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
padding: 10rpx 32rpx;
|
padding: 0rpx 32rpx;
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
|
||||||
@@ -716,18 +716,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-swiper {
|
.tab-swiper {
|
||||||
flex: 1;
|
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
height: 800rpx;
|
height: calc(100vh - 500rpx);
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-item-content {
|
.swiper-item-content {
|
||||||
height: 800rpx;
|
height: calc(100vh - 500rpx);
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-content {
|
.list-content {
|
||||||
height: 800rpx;
|
height: calc(100vh - 500rpx);
|
||||||
padding-top: 16rpx;
|
padding-top: 16rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user