/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .customer-service.data-v-56c2ae06 { min-height: 100vh; background: linear-gradient(to bottom, #ebffe6, 5%, #ffffff); padding-bottom: calc(env(safe-area-inset-bottom) + 120rpx); } .nav-bar.data-v-56c2ae06 { display: flex; align-items: center; height: 88rpx; padding-top: var(--status-bar-height); } .nav-bar .title.data-v-56c2ae06 { font-family: PingFang SC; font-weight: 500; font-size: 16px; line-height: 140%; letter-spacing: 0%; text-align: center; vertical-align: middle; color: #333; margin-left: 30%; } .nav-bar .back-icon.data-v-56c2ae06, .nav-bar .more-icon.data-v-56c2ae06 { width: 88rpx; height: 88rpx; display: flex; align-items: center; justify-content: center; } .nav-bar .back-icon .iconfont.data-v-56c2ae06, .nav-bar .more-icon .iconfont.data-v-56c2ae06 { font-size: 40rpx; color: #333; } .content.data-v-56c2ae06 { padding: 40rpx 30rpx; background: #fff; width: 80%; margin: 0 auto; } .content .greeting.data-v-56c2ae06 { margin-bottom: 60rpx; } .content .greeting .title.data-v-56c2ae06 { font-size: 48rpx; font-weight: bold; color: #333; display: block; margin-bottom: 20rpx; } .content .greeting .subtitle.data-v-56c2ae06 { font-size: 28rpx; color: #999; } .content .contact-list.data-v-56c2ae06 { background: #fff; border-radius: 20rpx; margin-bottom: 40rpx; } .content .contact-list .contact-item.data-v-56c2ae06 { height: 110rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 30rpx; border-bottom: 1rpx solid rgba(0, 0, 0, 0.05); } .content .contact-list .contact-item.data-v-56c2ae06:last-child { border-bottom: none; } .content .contact-list .contact-item .label.data-v-56c2ae06 { font-size: 32rpx; color: #333; } .content .contact-list .contact-item .arrow.data-v-56c2ae06 { font-size: 24rpx; color: #999; opacity: 0.5; } .content .info-section.data-v-56c2ae06 { margin-bottom: 40rpx; padding: 0 20rpx; } .content .info-section .info-item.data-v-56c2ae06 { margin-bottom: 30rpx; display: flex; align-items: flex-start; } .content .info-section .info-item .label.data-v-56c2ae06 { font-size: 28rpx; color: #666; white-space: nowrap; } .content .info-section .info-item .value.data-v-56c2ae06 { font-size: 28rpx; color: #666; flex: 1; } .content .faq-section.data-v-56c2ae06 { background: #fff; border-radius: 20rpx; margin-bottom: 40rpx; } .content .faq-section .faq-entry.data-v-56c2ae06 { height: 110rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 30rpx; } .content .faq-section .faq-entry .label.data-v-56c2ae06 { font-size: 32rpx; color: #333; } .content .faq-section .faq-entry .arrow.data-v-56c2ae06 { font-size: 24rpx; color: #999; opacity: 0.5; } .content .faq-section .faq-tip.data-v-56c2ae06 { padding: 30rpx; font-size: 26rpx; color: #999; text-align: center; line-height: 1.6; border-top: 1rpx solid rgba(0, 0, 0, 0.05); } .bottom-btn.data-v-56c2ae06 { position: fixed; left: 0; right: 0; bottom: 0; padding: 20rpx 30rpx; padding-bottom: calc(20rpx + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .bottom-btn .online-service-btn.data-v-56c2ae06 { width: 100%; height: 88rpx; line-height: 88rpx; background: linear-gradient(to right, #b9fdae, #09eadf); color: #fff; font-size: 32rpx; border-radius: 44rpx; border: none; } .phone-popup.data-v-56c2ae06 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; } .phone-popup .popup-mask.data-v-56c2ae06 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); } .phone-popup .popup-content.data-v-56c2ae06 { position: absolute; left: 0; right: 0; bottom: 0; background: #fff; border-radius: 20rpx 20rpx 0 0; overflow: hidden; transform: translateY(0); transition: transform 0.3s ease-out; } .phone-popup .popup-content .popup-header.data-v-56c2ae06 { position: relative; height: 160rpx; display: flex; align-items: center; justify-content: center; border-bottom: 1rpx solid #f5f5f5; } .phone-popup .popup-content .popup-header .title.data-v-56c2ae06 { font-size: 34rpx; color: #333; font-weight: 500; } .phone-popup .popup-content .popup-header .close.data-v-56c2ae06 { position: absolute; left: 30rpx; font-size: 32rpx; color: #333; } .phone-popup .popup-content .phone-number.data-v-56c2ae06 { height: 140rpx; display: flex; align-items: center; justify-content: center; padding: 0 40rpx; margin-bottom: env(safe-area-inset-bottom); } .phone-popup .popup-content .phone-number text.data-v-56c2ae06 { font-size: 36rpx; color: #333; font-weight: 400; } .phone-popup .popup-content .phone-number .phone-icon.data-v-56c2ae06 { width: 44rpx; height: 44rpx; background: #f5f5f5; padding: 20rpx; border-radius: 50%; } .phone-popup.popup-enter-active.data-v-56c2ae06, .phone-popup.popup-leave-active.data-v-56c2ae06 { transition: opacity 0.3s; } .phone-popup.popup-enter-active .popup-content.data-v-56c2ae06, .phone-popup.popup-leave-active .popup-content.data-v-56c2ae06 { transition: transform 0.3s ease-out; } .phone-popup.popup-enter.data-v-56c2ae06, .phone-popup.popup-leave-to.data-v-56c2ae06 { opacity: 0; } .phone-popup.popup-enter .popup-content.data-v-56c2ae06, .phone-popup.popup-leave-to .popup-content.data-v-56c2ae06 { transform: translateY(100%); }