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

169 lines
3.7 KiB

2 months ago
page {
background-color: #f6f8f9;
}
.page {
min-height: 100vh;
padding-bottom: 300rpx;
2 months ago
.reference {
font-size: 24rpx;
color: #69686e;
vertical-align: text-top;
line-height: 1;
}
.module1 {
margin: 32rpx 40rpx 0;
padding: 214rpx 40rpx 0;
height: 1034rpx;
2 months ago
box-sizing: border-box;
.content {
font-size: 32rpx;
color: #211d2e;
2 months ago
line-height: 56rpx;
}
.container {
margin-top: 32rpx;
border-radius: 24rpx 24rpx 24rpx 24rpx;
.title {
padding-top: 32rpx;
display: flex;
align-items: center;
gap: 22rpx;
font-size: 36rpx;
color: #211d2e;
font-weight: bold;
&::before {
content: '';
width: 8rpx;
height: 36rpx;
background: #b982ff;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
}
.progress {
margin: 30rpx 2rpx 0;
2 months ago
padding-bottom: 32rpx;
.row {
display: flex;
gap: 16rpx;
.aside {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
.line-top {
height: 12rpx;
border-right: 1px dashed rgba(185, 130, 255, 0.29);
}
.side {
position: relative;
width: 32rpx;
height: 32rpx;
border-radius: 50%;
background-color: rgba(185, 130, 255, 0.3);
&::after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
content: '';
width: 18rpx;
height: 18rpx;
background-color: #b982ff;
border-radius: 50%;
}
}
.line {
flex: 1;
border-right: 1px dashed rgba(185, 130, 255, 0.29);
}
}
.r-content {
padding-bottom: 38rpx;
2 months ago
font-size: 32rpx;
color: #69686e;
line-height: 56rpx;
.name {
font-size: 32rpx;
color: #211d2e;
font-weight: bold;
}
}
}
}
}
.tip {
margin-top: -10rpx;
2 months ago
font-size: 32rpx;
color: #69686e;
text-align: right;
2 months ago
.num {
font-size: 44rpx;
color: #b982ff;
font-weight: bold;
}
}
}
.module2 {
margin: 32rpx 40rpx 0;
padding: 40rpx;
background: #ffffff;
border-radius: 24rpx 24rpx 24rpx 24rpx;
.title {
font-size: 32rpx;
color: #211d2e;
font-weight: bold;
}
.content {
margin-top: 20rpx;
font-size: 28rpx;
color: #adacb2;
line-height: 56rpx;
}
}
.footer {
position: fixed;
bottom: 0;
left: 0;
padding: 20rpx 40rpx calc(50rpx + env(safe-area-inset-bottom));
2 months ago
width: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
gap: 14rpx;
background-color: #fff;
.share {
padding: 0 38rpx;
margin: 0;
border: none;
line-height: 1;
background-color: transparent;
&::after {
border: none;
padding: 0;
}
.icon {
width: 44rpx;
height: 44rpx;
}
.name {
margin-top: 12rpx;
font-size: 28rpx;
color: #b982ff;
}
}
.btn {
flex: 1;
height: 88rpx;
font-size: 36rpx;
2 months ago
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(197deg, #ffbcf9 0%, #b982ff 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
}
}