|
@@ -83,9 +83,10 @@ function toBindBank() {
|
|
|
}
|
|
}
|
|
|
.profile-container {
|
|
.profile-container {
|
|
|
font-family: Alibaba PuHuiTi;
|
|
font-family: Alibaba PuHuiTi;
|
|
|
- min-height: 100vh;
|
|
|
|
|
|
|
+ min-height: calc(100vh - 20rpx);
|
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
|
|
+ padding: 20rpx 0 0 0;
|
|
|
// padding-top: 44px; /* 为固定导航栏留出空间 */
|
|
// padding-top: 44px; /* 为固定导航栏留出空间 */
|
|
|
.widthdraw-select-card {
|
|
.widthdraw-select-card {
|
|
|
height: 88rpx;
|
|
height: 88rpx;
|
|
@@ -98,7 +99,7 @@ function toBindBank() {
|
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
padding: 0 20rpx;
|
|
padding: 0 20rpx;
|
|
|
- margin: 20rpx;
|
|
|
|
|
|
|
+ margin: 0 20rpx;
|
|
|
.widthdraw-select-card-left {
|
|
.widthdraw-select-card-left {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|