140 lines
3.3 KiB
Plaintext
140 lines
3.3 KiB
Plaintext
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/@tarojs/webpack5-runner/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/pages/service/index.scss ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.service-page {
|
|
padding: 0 24rpx 24rpx;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.page-header {
|
|
padding: 50rpx 32rpx 24rpx;
|
|
margin: 20rpx 0 0;
|
|
}
|
|
|
|
/* 客服英雄区 */
|
|
.service-hero {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
padding: 50rpx 40rpx;
|
|
}
|
|
|
|
.service-icon {
|
|
font-size: 80rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.service-title {
|
|
font-size: 36rpx;
|
|
font-weight: 700;
|
|
color: var(--text-primary);
|
|
display: block;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.service-desc {
|
|
font-size: 24rpx;
|
|
color: var(--text-secondary);
|
|
display: block;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.service-btn {
|
|
padding: 24rpx 56rpx !important;
|
|
font-size: 30rpx !important;
|
|
border-radius: 50rpx !important;
|
|
}
|
|
|
|
/* 联系方式 */
|
|
.contact-list {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
gap: 20rpx;
|
|
}
|
|
|
|
.contact-item {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 28rpx 32rpx;
|
|
}
|
|
|
|
.contact-icon {
|
|
font-size: 48rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.contact-info {
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
|
|
.contact-label {
|
|
font-size: 24rpx;
|
|
color: var(--text-secondary);
|
|
display: block;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
|
|
.contact-value {
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
/* FAQ */
|
|
.faq-card {
|
|
margin-bottom: 20rpx;
|
|
padding: 28rpx 32rpx;
|
|
}
|
|
|
|
.faq-q {
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
color: var(--text-primary);
|
|
display: block;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.faq-a {
|
|
font-size: 26rpx;
|
|
color: var(--text-secondary);
|
|
line-height: 1.6;
|
|
}
|
|
|
|
/* 企业专属 */
|
|
.enterprise-service {
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.enterprise-title {
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
color: var(--text-primary);
|
|
display: block;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.enterprise-desc {
|
|
font-size: 24rpx;
|
|
color: var(--text-secondary);
|
|
margin-bottom: 24rpx;
|
|
display: block;
|
|
}
|