91 lines
1.5 KiB
SCSS
91 lines
1.5 KiB
SCSS
![]() |
.container {
|
||
|
padding: 0 16px;
|
||
|
.swiper {
|
||
|
margin: 14px 0 18px;
|
||
|
}
|
||
|
.title {
|
||
|
display: flex;
|
||
|
column-gap: 6px;
|
||
|
align-items: center;
|
||
|
font-size: 28px;
|
||
|
font-weight: 700;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.bankCardList {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
row-gap: 16px;
|
||
|
margin-top: 28px;
|
||
|
}
|
||
|
.detailModal {
|
||
|
position: relative;
|
||
|
width: calc(100vw - 50px);
|
||
|
max-width: 363px;
|
||
|
background-color: #fff;
|
||
|
box-sizing: border-box;
|
||
|
.detailContent {
|
||
|
padding: 0px 29px 24px;
|
||
|
&::-webkit-scrollbar {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
.closeIcon {
|
||
|
position: absolute;
|
||
|
z-index: 10;
|
||
|
top: 14px;
|
||
|
right: 14px;
|
||
|
width: 17px;
|
||
|
height: 17px;
|
||
|
}
|
||
|
.titleWrapper {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
row-gap: 12px;
|
||
|
color: #333333;
|
||
|
padding: 12px;
|
||
|
margin: 24px 0;
|
||
|
box-shadow: -1px 0 5px 1px rgba(0, 0, 0, 0.1);
|
||
|
.title {
|
||
|
margin: 0;
|
||
|
font-size: 24px;
|
||
|
font-weight: 700;
|
||
|
line-height: 34px;
|
||
|
}
|
||
|
.value {
|
||
|
font-size: 36px;
|
||
|
font-weight: 700;
|
||
|
color: #29bbe4;
|
||
|
line-height: 52px;
|
||
|
}
|
||
|
}
|
||
|
.btnsWrapper {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
column-gap: 10px;
|
||
|
.delBtn {
|
||
|
background-color: #f56c6c;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.bankImgWrapper {
|
||
|
margin-top: 20px;
|
||
|
::v-deep .uni-file-picker {
|
||
|
height: 100px;
|
||
|
}
|
||
|
::v-deep .uni-file-picker__container {
|
||
|
height: 100px;
|
||
|
}
|
||
|
::v-deep .file-picker__box {
|
||
|
padding-top: 0px;
|
||
|
width: 100% !important;
|
||
|
max-width: 152px;
|
||
|
height: 100% !important;
|
||
|
}
|
||
|
::v-deep .uni-forms-item {
|
||
|
flex: 1;
|
||
|
}
|
||
|
}
|