65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.wallet_page {
|
|
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 450rpx), linear-gradient(146deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 300rpx), linear-gradient(194deg, #dffff3 0%, #f7f7f7 450rpx);
|
|
background-repeat: no-repeat;
|
|
}
|
|
.wallet_header {
|
|
background-color: #fff;
|
|
margin: 30rpx;
|
|
border-radius: 20rpx;
|
|
padding: 0 30rpx 30rpx 30rpx;
|
|
}
|
|
.wallet_header .title {
|
|
color: #333333;
|
|
font-size: 24rpx;
|
|
padding: 60rpx 0 25rpx 0;
|
|
text-align: center;
|
|
}
|
|
.wallet_header .balance {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
text-align: center;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.wallet_header .house_info {
|
|
background-color: #f3f9fd;
|
|
padding: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 24rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
.wallet_header .house_info .ok_house_number {
|
|
color: #3d3d3d;
|
|
}
|
|
.wallet_header .house_info .manage_house_btn {
|
|
color: #999;
|
|
}
|
|
.wallet_header .footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-top: 30rpx;
|
|
}
|
|
.wallet_header .footer .btn {
|
|
width: 48%;
|
|
}
|
|
.login_header_back_btn {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding-left: 30rpx;
|
|
}
|
|
.login_header_back_btn .btn_back {
|
|
border: 1rpx solid #ccc;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 100rpx;
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
} |