You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

222 lines
3.8 KiB

2 years ago
.uni-input-input {
font-size: 28rpx !important;
}
.from_row_name {
min-width: 230rpx;
}
.from_row_value {
margin-left: 20rpx;
height: 64rpx;
background-color: #F1F1F1;
width: 224rpx;
display: flex;
align-items: center;
padding: 0 20rpx;
/* box-sizing: border-box; */
}
.from_row:nth-child(3) {
/* background-color: #007AFF; */
margin-bottom: 40rpx;
}
.from_row:last-child {
/* background-color: #007AFF; */
}
.from_header {
color: #999999;
margin-bottom: 14rpx;
/* text-align: left; */
}
.from_body {
font-size: 28rpx;
color: #333333;
padding: 35rpx;
padding-bottom: 0;
}
.from_row {
display: flex;
padding-left: 33rpx;
align-items: center;
margin-bottom: 16rpx;
}
.icontop {
width: 29rpx;
height: 29rpx;
margin-right: 5rpx;
}
.popup_jb_ok {
background: #2866FF;
border-radius: 10rpx;
color: #FFFFFF;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.popup_jb_close {
border: 1rpx solid #BBBBBB;
border-radius: 10rpx;
color: #333333;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
margin-right: 29rpx;
}
.popup_jb_footer {
display: flex;
font-size: 32rpx !important;
height: 74rpx;
padding: 29rpx 70rpx 0 70rpx;
box-sizing: content-box;
/* gap:29rpx; */
/* -webkit-gap:29rpx; */
}
.popup_jb_title {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #1583FF;
margin-top: 47rpx;
}
.popup_jb_text {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
margin-top: 17rpx;
}
.popup_jb_headerImg {
width: 100%;
height: 134rpx;
}
/* .setUpPopup_jb {
width: 610rpx;
height: 733rpx;
background: #FFFFFF;
border-radius: 25rpx;
overflow: hidden;
} */
.popup_jb {
width: 610rpx;
height: 400rpx;
background: #FFFFFF;
border-radius: 25rpx;
overflow: hidden;
text-align: center;
}
.u-arrow-down-icon {
margin-right: 0px !important;
}
.u-collapse-item {
border-bottom: solid 1px #F1F1F1;
}
.collapse_price {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.collapse_yc_row {
flex: 1;
display: flex;
gap: 10rpx
}
.collapse_yc {
font-size: 20rpx;
/* padding-right: 20rpx; */
padding-bottom: 24rpx;
}
.collapse_img {
width: 60rpx;
height: 60rpx;
margin-right: 15rpx;
}
.collapse_header {
flex: 1;
display: flex;
justify-content: space-between;
}
.list_body_bg {
background-color: #FFFFFF;
border-radius: 14rpx;
padding: 0 40rpx;
}
.small_text_color {
color: #000000;
}
.collapse_text {
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
}
.collapse_title {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
}
.list_body {
/* padding: 0 40rpx; */
margin-top: 20rpx;
margin-bottom: 60rpx;
}
.balanceDetails_row_flex_text {
font-size: 28rpx;
font-weight: 500;
color: #000000;
}
.balanceDetails_row_flex_title {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
}
.border {
border-right: 1px solid #F1F1F1;
}
.balanceDetails_row_flex {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
}
.balanceDetails :last-child {
border-bottom: 0px;
}
.balanceDetails_row {
display: flex;
width: 100%;
flex: 1;
padding: 10rpx 0;
border-bottom: 1px solid #F1F1F1;
box-sizing: border-box;
color: #000000;
}
.balanceDetails {
/* width: 670rpx; */
height: 200rpx;
background: #FFFFFF;
border-radius: 14rpx;
margin: 0 auto;
margin-top: 29rpx;
display: flex;
flex-direction: column;
}
.balance {
text-align: center;
margin-top: 38rpx;
padding: 0 40rpx;
}
.acc_title {
display: flex;
margin-top: 25rpx;
padding: 0 40rpx;
justify-content: space-between;
color: #FFFFFF;
font-size: 24rpx;
}