108 lines
2.1 KiB
Plaintext
108 lines
2.1 KiB
Plaintext
.manage-alipay.data-v-5bc6c666 {
|
|
background-color: #f7f7f7;
|
|
height: 100vh;
|
|
padding: 0;
|
|
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
|
|
}
|
|
.account-list.data-v-5bc6c666 {
|
|
padding: 20rpx 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 20rpx;
|
|
}
|
|
.account-card.data-v-5bc6c666 {
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 28rpx 32rpx;
|
|
}
|
|
.form-item.data-v-5bc6c666 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
padding: 20rpx 0;
|
|
}
|
|
.label.data-v-5bc6c666 {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
width: 180rpx;
|
|
}
|
|
.value.data-v-5bc6c666 {
|
|
word-break: break-all;
|
|
font-size: 30rpx;
|
|
font-weight: normal;
|
|
color: #333;
|
|
flex: 1;
|
|
margin-left: 30rpx;
|
|
}
|
|
.bottom-row.data-v-5bc6c666 {
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
}
|
|
.default-wrapper.data-v-5bc6c666 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.default-wrapper .default-wrapper-img.data-v-5bc6c666 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.default-text.data-v-5bc6c666 {
|
|
margin-left: 12rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.btn-group.data-v-5bc6c666 {
|
|
display: flex;
|
|
gap: 40rpx;
|
|
}
|
|
.edit.data-v-5bc6c666,
|
|
.delete.data-v-5bc6c666 {
|
|
width: 84rpx;
|
|
height: 50rpx;
|
|
background: #f7f7f7;
|
|
border-radius: 6rpx;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #333333;
|
|
line-height: 37rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.common-list.data-v-5bc6c666 {
|
|
background-color: transparent !important;
|
|
}
|
|
.common-list.data-v-5bc6c666 .list-container {
|
|
padding: 0;
|
|
}
|
|
.button.data-v-5bc6c666 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 120rpx;
|
|
background-color: #fafafa;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.button .button-btn.data-v-5bc6c666 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 666rpx;
|
|
height: 84rpx;
|
|
border-radius: 69rpx;
|
|
border: 2rpx solid #e8101e;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #e8101e;
|
|
line-height: 45rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
|