@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .search.data-v-46cd2abc { overflow: hidden; min-height: 100vh; background: #F3F7F8; } .search .content.data-v-46cd2abc { width: 100%; } .search .content .l.data-v-46cd2abc { padding: 25rpx 25rpx 0; font-weight: 500; font-size: 30rpx; color: #222222; } .search .content .list.data-v-46cd2abc { padding: 0 25rpx 25rpx; } .search .content .list .li.data-v-46cd2abc { min-height: 100rpx; background: #FFFFFF; box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05); border-radius: 20rpx; padding: 20rpx 30rpx; box-sizing: border-box; margin-top: 20rpx; position: relative; overflow: hidden; display: flex; align-items: center; flex-wrap: wrap; } .search .content .list .li .a.data-v-46cd2abc { width: 100%; font-weight: 500; font-size: 28rpx; color: #666666; line-height: 50rpx; } .search .content .list .li .c.data-v-46cd2abc { width: 80rpx; line-height: 56rpx; background: #00C6A9; border-radius: 0px 20rpx 0px 20rpx; font-weight: 400; font-size: 32rpx; text-align: center; color: #FFFFFF; position: absolute; right: 0; top: 0; z-index: 2; } .search .content .list .li .c-on.data-v-46cd2abc { background: #333333; } .search .empty.data-v-46cd2abc { margin-top: 139rpx; text-align: center; font-weight: 500; font-size: 32rpx; color: #222222; } .search .empty image.data-v-46cd2abc { width: 460rpx; height: 400rpx; margin-bottom: 15rpx; } .search .form.data-v-46cd2abc { padding: 0 0 25rpx; background-color: #fff; overflow: hidden; } .search .form .btns.data-v-46cd2abc { padding: 40rpx 35rpx 20rpx 55rpx; display: flex; align-items: center; justify-content: space-between; } .search .form .btns .reset.data-v-46cd2abc { width: 300rpx; line-height: 90rpx; background: #E3F4F1; border-radius: 90rpx; text-align: center; font-weight: 500; font-size: 28rpx; color: #00C6A9; } .search .form .btns .sure.data-v-46cd2abc { width: 300rpx; line-height: 90rpx; background: #00C6A9; border-radius: 90rpx; text-align: center; font-weight: 500; font-size: 28rpx; color: #fff; } .search .form .l.data-v-46cd2abc { padding: 0 25rpx; font-weight: 500; font-size: 30rpx; color: #222222; } .search .form .info.data-v-46cd2abc { margin-top: 10rpx; padding: 0 25rpx 0 0; overflow: hidden; } .search .form .info .item.data-v-46cd2abc { margin-top: 20rpx; overflow: hidden; display: flex; align-items: center; } .search .form .info .item .fl.data-v-46cd2abc { font-weight: 500; font-size: 28rpx; color: #222222; width: 140rpx; text-align: right; margin-right: 20rpx; } .search .form .info .item .fl text.data-v-46cd2abc { color: red; } .search .form .info .item .fr.data-v-46cd2abc { flex: 1; } .search .form .info .item .fr picker.data-v-46cd2abc { width: 100%; line-height: 80rpx; height: 80rpx; background: #F6F6F6; padding: 0 20rpx; box-sizing: border-box; border-radius: 10rpx; font-weight: 500; } .search .form .info .item .fr picker .picker.data-v-46cd2abc { width: 100%; font-size: 28rpx; color: #212121; display: flex; align-items: center; justify-content: space-between; } .search .form .info .item .fr picker .picker image.data-v-46cd2abc { width: 45rpx; height: 45rpx; } .search .form .info .item .fr input.data-v-46cd2abc { width: 100%; line-height: 80rpx; height: 80rpx; background: #F6F6F6; padding: 0 20rpx; box-sizing: border-box; border-radius: 10rpx; font-weight: 500; font-size: 28rpx; color: #212121; } .search .bd.data-v-46cd2abc { background-color: #fff; overflow: hidden; } .search .bd .l.data-v-46cd2abc { padding: 5rpx 25rpx; font-weight: 500; font-size: 30rpx; color: #333333; overflow: hidden; } .search .bd .l text.data-v-46cd2abc { font-weight: 500; font-size: 24rpx; color: #999999; float: right; } .search .bd .info.data-v-46cd2abc { padding: 0 25rpx 0 0; overflow: hidden; margin-bottom: 30rpx; } .search .bd .info .item.data-v-46cd2abc { padding: 0 20rpx; line-height: 52rpx; background: #F6F6F6; border-radius: 52rpx; font-weight: 500; font-size: 24rpx; color: #666666; float: left; margin-top: 25rpx; margin-left: 25rpx; } .search .hd.data-v-46cd2abc { background-color: #fff; padding: 30rpx 25rpx; display: flex; align-items: center; justify-content: space-between; } .search .hd .l.data-v-46cd2abc { flex: 1; width: 620rpx; line-height: 70rpx; height: 70rpx; background: #F6F6F6; border-radius: 70rpx; border: 1px solid #EAEAEA; padding: 15rpx 30rpx; overflow: hidden; box-sizing: border-box; display: flex; align-items: center; } .search .hd .l .icon-search.data-v-46cd2abc { width: 24rpx; height: 27rpx; margin-right: 15rpx; } .search .hd .l .icon-filter.data-v-46cd2abc { width: 35rpx; height: 33rpx; margin-left: 15rpx; } .search .hd .l .icon-del.data-v-46cd2abc { width: 50rpx; height: 50rpx; margin-left: 15rpx; } .search .hd .l input.data-v-46cd2abc { flex: 1; font-weight: 500; font-size: 24rpx; color: #212121; } .search .hd .btn.data-v-46cd2abc { font-weight: 500; font-size: 30rpx; color: #222222; margin-left: 25rpx; }