|
|
|
@ -68,11 +68,30 @@ page { |
|
|
|
background: rgba(76, 175, 80, 0.15); |
|
|
|
} |
|
|
|
|
|
|
|
/* 按钮容器样式,用于并排显示按钮 */ |
|
|
|
.btn-container { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: space-around; |
|
|
|
margin: 30rpx auto 0; |
|
|
|
width: 80%; |
|
|
|
gap: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
/* 消息按钮样式 */ |
|
|
|
.message-btn { |
|
|
|
color: #FF6B6B; |
|
|
|
background: rgba(255, 107, 107, 0.15); |
|
|
|
margin-top: 30rpx; |
|
|
|
margin: 0; |
|
|
|
width: 48%; |
|
|
|
} |
|
|
|
|
|
|
|
/* 联系客服按钮样式 */ |
|
|
|
.service-btn { |
|
|
|
color: #1677ff; |
|
|
|
background: rgba(22, 119, 255, 0.15); |
|
|
|
margin: 0; |
|
|
|
width: 48%; |
|
|
|
} |
|
|
|
|
|
|
|
/* 立即入驻按钮样式 */ |
|
|
|
|