mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/syr/migration.wxss

93 lines
1.7 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.migration-page {
min-height: 80vh;
background: #f5f5f5;
display: flex;
flex-direction: column;
}
.content-container {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40rpx 40rpx;
position: relative;
z-index: 2;
}
.section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 24rpx;
padding: 48rpx 32rpx;
margin-bottom: 48rpx;
width: 100%;
}
.section-header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 40rpx;
width: 100%;
}
.section-icon {
width: 150rpx;
height: 150rpx;
margin-bottom: 20rpx;
}
.section-title {
font-weight: 500;
font-size: 36rpx;
color: #000000;
line-height: 50rpx;
text-align: center;
width: 100%;
}
.section-title::before {
display: none;
}
.section-content {
font-size: 26rpx;
color: #666666;
line-height: 37rpx;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.jump-section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
}
.jump-button {
width: 100%;
height: 100rpx;
background: #E8101E;
border-radius: 60rpx;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8rpx 20rpx rgba(232, 16, 30, 0.2);
transition: all 0.3s ease;
}
.jump-button:active {
-webkit-transform: translateY(4rpx);
transform: translateY(4rpx);
box-shadow: 0 4rpx 10rpx rgba(232, 16, 30, 0.2);
}
.button-text {
font-weight: 400;
font-size: 34rpx;
color: #FFFFFF;
line-height: 34rpx;
}