信达小程序
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.
 
 
 
 

168 lines
3.7 KiB

.page {
.container {
position: relative;
padding: 40rpx 40rpx 240rpx;
border-radius: 32rpx 32rpx 0 0;
background-color: #fff;
.benchmark {
position: absolute;
top: 0;
right: 0;
padding-top: 8rpx;
text-align: center;
width: 144rpx;
height: 64rpx;
font-size: 28rpx;
color: #fff;
line-height: 32rpx;
}
.date {
font-size: 40rpx;
color: #211d2e;
font-weight: bold;
}
.total {
margin-top: 32rpx;
padding-top: 48rpx;
font-size: 32rpx;
color: #211d2e;
border-top: 1px solid rgba(173, 172, 178, 0.1);
display: flex;
gap: 22rpx;
align-items: center;
.num {
font-size: 40rpx;
color: #b073ff;
}
&::before {
content: '';
width: 8rpx;
height: 32rpx;
background: #b982ff;
border-radius: 44rpx 44rpx 44rpx 44rpx;
}
}
.banner {
margin-top: 24rpx;
padding: 32rpx;
background: #f6f8f9;
border-radius: 32rpx 32rpx 32rpx 32rpx;
border: 2rpx solid #ffffff;
.title {
font-size: 32rpx;
color: #211d2e;
font-weight: bold;
}
.row {
margin-top: 24rpx;
display: flex;
gap: 24rpx;
text-align: center;
.col {
padding: 24rpx;
flex: 1;
background-color: #fff;
border-radius: 16rpx;
.name {
font-size: 28rpx;
color: #211d2e;
line-height: 32rpx;
}
.content {
margin-top: 16rpx;
display: flex;
justify-content: center;
align-items: baseline;
gap: 8rpx;
.num {
font-size: 56rpx;
color: #b073ff;
font-weight: bold;
}
.sub {
font-size: 28rpx;
color: #211d2e;
}
}
}
}
}
.card {
margin-top: 48rpx;
.card-title {
display: flex;
align-items: center;
gap: 16rpx;
font-size: 32rpx;
color: #211d2e;
font-weight: bold;
&::before {
content: '';
width: 8rpx;
height: 32rpx;
background: #b982ff;
border-radius: 44rpx 44rpx 44rpx 44rpx;
}
}
.card-container {
margin-top: 24rpx;
display: grid;
grid-template-columns: repeat(2, 320rpx);
justify-content: space-between;
gap: 30rpx;
.card-item {
.photo {
display: block;
width: 100%;
height: 320rpx;
border-radius: 24rpx;
}
.name {
margin-top: 16rpx;
font-size: 28rpx;
color: #adacb2;
text-align: center;
}
}
}
}
}
.footer {
position: fixed;
bottom: 0;
left: 0;
padding: 20rpx 30rpx 60rpx;
width: 100%;
box-sizing: border-box;
margin-top: 46rpx;
display: flex;
align-items: center;
gap: 22rpx;
background-color: #fff;
box-shadow: 0 -10rpx 10rpx rgba(204, 204, 204, 0.1);
.btn1 {
flex: 1;
height: 88rpx;
font-size: 36rpx;
color: #b982ff;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #b982ff;
background-color: #fff;
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
.btn2 {
flex: 1;
height: 88rpx;
font-size: 36rpx;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(0deg, #e98ff8 0%, #b073ff 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
}
}