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.
97 lines
1.5 KiB
97 lines
1.5 KiB
.page{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.head-bg{
|
|
position: relative;
|
|
width: 100%;
|
|
height: 300rpx;
|
|
background: linear-gradient($base,$change-clor);
|
|
.integral-balance{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
.integral{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text{
|
|
font-size: 30rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.number{
|
|
font-size: 60rpx;
|
|
margin-top: 10rpx;
|
|
// font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
.bg{
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 40rpx;
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* 记录列表 */
|
|
.record-list{
|
|
width: 100%;
|
|
background-color: #FFFFFF;
|
|
.list{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 4%;
|
|
height: 140rpx;
|
|
border-bottom: 2rpx solid #f6f6f6;
|
|
.title-date{
|
|
width: 70%;
|
|
height: 100%;
|
|
.title{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
text{
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #222222;
|
|
}
|
|
}
|
|
.date{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
text{
|
|
font-size: 24rpx;
|
|
color: #959595;
|
|
}
|
|
}
|
|
}
|
|
.integral{
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
text{
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: $base;
|
|
}
|
|
}
|
|
}
|
|
} |