185 lines
2.6 KiB
Plaintext
185 lines
2.6 KiB
Plaintext
page {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._my_html {
|
|
position: relative;
|
|
}
|
|
|
|
._my_ht_ba_image {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 610rpx;
|
|
}
|
|
|
|
._my_body {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
._m_b_user_info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
|
|
._b_us_in_left {
|
|
display: flex;
|
|
}
|
|
|
|
._us_in_le_avater {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
._us_in_le_other {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
._us_in_ot_person {
|
|
display: flex;
|
|
}
|
|
|
|
._us_in_ot_pe_name {
|
|
line-height: 1;
|
|
font-size: 44rpx;
|
|
margin-right: 10rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
}
|
|
|
|
._us_in_ot_vip {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
|
|
._us_in_ot_id {
|
|
line-height: 1;
|
|
font-size: 28rpx;
|
|
color: #eee;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
._b_us_in_right {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
._us_in_ri_refresh_icon {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
._m_b_money_info {
|
|
width: 100%;
|
|
padding:0 30rpx;
|
|
}
|
|
|
|
._b_mo_in_warp {
|
|
/* display: flex; */
|
|
width: 100%;
|
|
background: #fff;
|
|
border-radius: 18rpx;
|
|
padding: 30rpx 24rpx;
|
|
}
|
|
|
|
._mo_in_wa_left{
|
|
/* flex: 1; */
|
|
/* flex-shrink: 0; */
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
width: 100%;
|
|
/* height: 188rpx; */
|
|
}
|
|
|
|
._in_wa_left_item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
._wa_le_it_num {
|
|
line-height: 1;
|
|
font-size: 40rpx;
|
|
font-weight: 500;
|
|
color: #1A1A1A;
|
|
}
|
|
|
|
._wa_le_it_name {
|
|
line-height: 1;
|
|
margin-top: 20rpx;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
|
|
/* ._mo_in_wa_right {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 24rpx;
|
|
} */
|
|
|
|
._my_pay_warp {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
._in_wa_ri_btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 212rpx;
|
|
height: 76rpx;
|
|
border-radius: 18rpx;
|
|
background: linear-gradient(89.9deg, #ffd540 0.08%, #fe650f 99.91%);
|
|
}
|
|
|
|
._in_wa_ri_btn >text {
|
|
line-height: 1;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
._m_b_othen_to_list {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
._ot_to_li_his_comm .am-list-item {
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._ot_to_li_other_comm .am-list-body {
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
._ot_to_li_his_comm .am-list-item.am-list-item-hover,
|
|
._ot_to_li_other_comm .am-list-item.am-list-item-hover{
|
|
background-color: #fff;
|
|
}
|
|
|
|
._ot_to_li_his_comm .am-list-body::before,
|
|
._ot_to_li_his_comm .am-list-line-bottom::after,
|
|
._ot_to_li_other_comm .am-list-body::before,
|
|
._ot_to_li_other_comm .am-list-line-bottom::after {
|
|
display: none;
|
|
}
|
|
|
|
.am-list-line {
|
|
height: 112rpx;
|
|
}
|
|
|
|
._his_comm_li_it_title {
|
|
font-size: 36rpx;
|
|
color: #1A1A1A;
|
|
} |