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

105 lines
2.1 KiB

8 months ago
pgae {
}
.page {
padding-bottom: 80rpx;
position: relative;
height: 100vh;
.bg {
width: 100%;
height: 610rpx;
8 months ago
}
.container {
position: absolute;
left: 0;
top: 300rpx;
width: 100%;
.frame {
display: block;
margin: 0 auto;
width: 196rpx;
height: 196rpx;
8 months ago
}
.title {
display: block;
margin: 32rpx auto 0;
7 months ago
width: 386rpx;
height: 52rpx;
8 months ago
}
.content {
padding: 32rpx 50rpx 0;
font-size: 32rpx;
color: rgba(102, 102, 102, 1);
line-height: 64rpx;
.link {
color: rgba(207, 83, 117, 1);
}
}
.phone-btn {
margin: 64rpx 50rpx 0;
8 months ago
height: 88rpx;
line-height: 88rpx;
text-align: center;
font-size: 32rpx;
color: rgba(255, 255, 255, 1);
background: linear-gradient( 197deg, #FFBCF9 0%, #B982FF 100%);
border-radius: 100rpx;
8 months ago
&::after {
border: none;
outline: none;
}
}
.argument {
margin-top: 150rpx;
8 months ago
padding: 0 50rpx;
.a-col {
margin-bottom: 30rpx;
8 months ago
display: flex;
gap: 12rpx;
.icon {
flex-shrink: 0;
width: 36rpx;
height: 36rpx;
}
.a-content {
font-size: 28rpx;
color: rgba(105, 104, 110, 1);
8 months ago
.link {
2 weeks ago
display: inline;
color: rgba(185, 130, 255, 1);
8 months ago
}
}
}
}
.divider {
margin: 106rpx auto 0;
width: 380rpx;
font-size: 28rpx;
color: rgba(207, 209, 213, 1);
}
.other {
margin-top: 48rpx;
display: flex;
justify-content: center;
align-items: center;
gap: 50rpx;
.col {
padding: 8rpx 32rpx;
font-size: 28rpx;
color: rgba(161, 164, 172, 1);
display: flex;
align-items: center;
justify-content: center;
gap: 8rpx;
background-color: rgba(246, 248, 249, 1);
border-radius: 92rpx;
.icon {
flex-shrink: 0;
width: 40rpx;
height: 40rpx;
}
}
}
8 months ago
}
}