page { background: #f2f3f5; } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .home.data-v-027e05ec { padding-top: 200rpx; } .home .nav.data-v-027e05ec { position: absolute; left: 0; top: 0; width: 100%; height: 356rpx; background: #3e7ef8; border-radius: 0 0 31rpx 31rpx; } .home .nav .title.data-v-027e05ec { position: relative; text-align: center; font-size: 32rpx; font-weight: bold; color: #ffffff; } .home .nav .title .back.data-v-027e05ec { position: absolute; top: 0; bottom: 0; margin: auto; left: 70rpx; display: flex; } .home .main.data-v-027e05ec { position: absolute; width: 100%; height: calc(100vh - 200rpx); overflow: hidden; padding-bottom: 64rpx; } .home .main .main-top.data-v-027e05ec { padding: 0 32rpx; } .home .main .customer-box.data-v-027e05ec { width: 100%; background: #ffffff; box-shadow: 0 6rpx 19rpx 2rpx rgba(0, 45, 132, 0.15); border-radius: 32rpx; padding: 22rpx 38rpx 68rpx 40rpx; } .home .main .customer-box .header .name .img.data-v-027e05ec { width: 46rpx; height: 46rpx; border-radius: 50%; margin-right: 8rpx; } .home .main .customer-box .header .name text.data-v-027e05ec { font-size: 28rpx; font-weight: bold; color: #323232; } .home .main .customer-box .header .date.data-v-027e05ec { font-size: 24rpx; color: #3e7ef8; } .home .main .customer-box .info .info-item.data-v-027e05ec { margin-top: 18rpx; } .home .main .customer-box .info .info-item .info-label.data-v-027e05ec { width: 116rpx; text-align: left; font-size: 24rpx; color: #646464; } .home .main .customer-box .info .info-item .info-txt.data-v-027e05ec { flex: 1; font-size: 24rpx; color: #323232; } .home .main .data-list.data-v-027e05ec { margin-top: 16rpx; width: 100%; height: calc(100vh - 532rpx); background: #ffffff; padding: 32rpx; overflow: auto; padding-bottom: 145rpx; } .home .main .data-list .status1.data-v-027e05ec { color: #4096fb; background: rgba(64, 150, 251, 0.2); } .home .main .data-list .status2.data-v-027e05ec { background: rgba(255, 184, 60, 0.2); color: #ffb83c; } .home .main .data-list .status3.data-v-027e05ec { color: #fe6936; background: rgba(254, 105, 54, 0.2); } .home .fixed-btn-group.data-v-027e05ec { position: fixed; display: flex; justify-content: space-around; align-items: center; width: 90rpx; height: 90rpx; bottom: 50rpx; right: 50rpx; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 20px; transition: all 0.2s; } .home .fixed-btn-group .btn.data-v-027e05ec { width: 60rpx; height: 60rpx; background: #3e7ef8; border-radius: 50%; margin: 10rpx; font-size: 26rpx; font-weight: bold; color: #ffffff; }