@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 主要颜色 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-010cf4b4 { background-color: #F9F9F9; width: 100%; height: 100%; } .head.data-v-010cf4b4 { position: fixed; left: 0; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100rpx; height: calc(120rpx + 25px); padding-top: calc(40rpx + 25px); background-color: white; } .head .logo-title.data-v-010cf4b4 { width: 64%; color: #000; padding-left: 25rpx; font-size: 32rpx; display: flex; align-items: center; } .head .logo-title image.data-v-010cf4b4 { width: 32rpx; height: 32rpx; margin-right: 10rpx; } .head .setting-mess.data-v-010cf4b4 { width: 20%; display: flex; align-items: center; height: 100%; margin-right: 25rpx; } .main.data-v-010cf4b4 { margin-top: 100rpx; padding-bottom: 200rpx; } .sup-top.data-v-010cf4b4 { padding: 25rpx; } .sup-top .sup-title.data-v-010cf4b4 { font-size: 32rpx; font-weight: bold; } .sup-top .sup-title-small.data-v-010cf4b4 { color: #9A9EA1; margin-top: 10rpx; } /*步骤*/ .step .stepBox.data-v-010cf4b4 { width: 100%; height: 100rpx; display: flex; justify-content: space-between; align-items: center; } .step .stepBox .stepItem.data-v-010cf4b4 { width: 33.3%; height: 100rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 2; position: relative; } .step .stepBox .stepItem .stepLine.data-v-010cf4b4 { width: 100%; height: 8rpx; background-color: #BCCAEA; position: absolute; top: 26rpx; left: 120rpx; z-index: 0; } .step .stepBox .stepItem .stopOver.data-v-010cf4b4, .step .stepBox .stepItem .stopUnover.data-v-010cf4b4 { width: 36rpx; height: 36rpx; } .step .stepBox .stepItem .stepLine-active.data-v-010cf4b4 { background-color: #477eff; } .step .stepBox .stepItem .stopOver.data-v-010cf4b4 { border: 8rpx solid #477eff !important; } .step .stepBox .stepItem .stopUnover.data-v-010cf4b4 { margin-bottom: 10rpx; background-color: #fff; border: 8rpx solid #BCCAEA; display: flex; justify-content: center; align-items: center; border-radius: 50%; position: relative; z-index: 1; } .step .stepBox .stepItem .text.data-v-010cf4b4 { color: #B6B6B6; } .step .stepBox .stepItem .text-active.data-v-010cf4b4 { color: #000 !important; } .send_bottom.data-v-010cf4b4 { box-sizing: border-box; padding: 28rpx; } .send_bottom .stopMinus.data-v-010cf4b4 { background-color: #fff; border: 2rpx solid var(--view-theme); color: var(--view-theme); } .send_bottom .send_btn.data-v-010cf4b4:nth-of-type(2) { margin-left: 24rpx; } /* 列表 */ .message-list.data-v-010cf4b4 { background-color: #FFFFFF; border-radius: 20rpx; font-size: 26rpx; margin: 25rpx; } .message-list .list.data-v-010cf4b4 { display: flex; align-items: center; justify-content: space-between; border-bottom: 2rpx solid #eceff4; margin: 0 35rpx; padding: 30rpx 0; } .message-list .list .data text.data-v-010cf4b4 { color: #000; } .message-list .list .more input.data-v-010cf4b4 { text-align: right; font-size: 26rpx; } .message-list .list .more .placeholder.data-v-010cf4b4 { font-size: 26rpx; color: #acacac; line-height: 45rpx; } .message-list .list .more textarea.data-v-010cf4b4 { width: 100%; height: 120rpx; background-color: #F4F4F4; border-radius: 10rpx; padding: 20rpx; font-size: 26rpx; margin-top: 26rpx; line-height: 30rpx; } .message-list .list.data-v-010cf4b4:last-child { border-bottom: 0; } .sup-up.data-v-010cf4b4 { background-color: #FFFFFF; border-radius: 20rpx; font-size: 26rpx; margin: 25rpx; padding: 30rpx; } .sup-up .sup-up-title.data-v-010cf4b4 { margin-bottom: 40rpx; } .sup-up .sup-up-content.data-v-010cf4b4 { display: flex; justify-content: space-between; align-items: center; } .sup-up .sup-up-content .sup-up-list.data-v-010cf4b4 { width: 48%; } .sup-up .sup-up-content .sup-up-list image.data-v-010cf4b4 { width: 100%; } .page-footer.data-v-010cf4b4 { position: fixed; left: 30rpx; right: 30rpx; bottom: 40rpx; display: flex; height: 100rpx; } .page-footer .footer-buy.data-v-010cf4b4 { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; } .page-footer .footer-buy .cart-add.data-v-010cf4b4 { display: flex; align-items: center; justify-content: center; width: 48%; background-color: #DFE0E4; border-radius: 30rpx; height: 100rpx; line-height: 100rpx; } .page-footer .footer-buy .cart-add text.data-v-010cf4b4 { font-size: 30rpx; font-weight: bold; color: #2F3A53; } .page-footer .footer-buy .buy-at.data-v-010cf4b4 { display: flex; align-items: center; justify-content: center; width: 48%; background-color: #477EFF; border-radius: 30rpx; height: 100rpx; line-height: 100rpx; } .page-footer .footer-buy .buy-at text.data-v-010cf4b4 { font-size: 30rpx; font-weight: bold; color: #FFFFFF; }