@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .serachBox.data-v-c58b4fba { height: 80rpx; position: fixed; top: 0; left: 0; right: 0; padding: 30rpx 20rpx; z-index: 19; background-color: #efefef; } .serachBox .serach-box.data-v-c58b4fba { height: 80rpx; border-radius: 20rpx; position: relative; background-color: #fff; } .serachBox .searchInput.data-v-c58b4fba { position: absolute; left: 0; right: 120rpx; height: 80rpx; } .serachBox .searchInput icon.data-v-c58b4fba { position: absolute; right: 20rpx; top: 20rpx; display: flex; z-index: 9; } .serachBox .searchInput .voice.data-v-c58b4fba { display: flex; justify-content: flex-end; align-items: center; position: absolute; right: 20rpx; top: 0; bottom: 0; width: 150rpx; display: flex; z-index: 9; } .serachBox .searchInput .voice .mic.data-v-c58b4fba { margin-right: 10rpx; } .serachBox .searchBtn.data-v-c58b4fba { position: absolute; width: 120rpx; right: 0px; height: 80rpx; line-height: 80rpx; background: #3CB383; border-radius: 0 20rpx 20rpx 0; text-align: center; color: #fff; } .serachBox input.data-v-c58b4fba { height: 80rpx; padding: 0 5px; text-align: center; position: absolute; left: 0px; right: 0px; border-radius: 20rpx; } .serachBox .icon.data-v-c58b4fba { width: 100rpx; height: 80rpx; position: absolute; right: 30rpx; display: flex; align-items: center; justify-content: center; } .content-box.data-v-c58b4fba { border-radius: 20rpx 20rpx 0 0; position: relative; z-index: 9; width: 100%; margin: 65px 0 30rpx; background: #fff; } .search-history.data-v-c58b4fba { width: 100%; height: auto; overflow: hidden; } .search-history uni-icons.data-v-c58b4fba { color: #333333; font-size: 60rpx; position: absolute; top: 13px; right: 30rpx; } .history-list.data-v-c58b4fba { width: calc(100% - 40rpx); margin: 20rpx 20rpx 0; height: auto; display: flex; flex-wrap: wrap; } .history-list .history-list-item.data-v-c58b4fba { border: 1px solid #dfdfdf; padding: 3px 24rpx; border-radius: 20rpx; margin-bottom: 20rpx; margin-right: 20rpx; } .title.data-v-c58b4fba { width: 90%; font-size: 30rpx; font-weight: bold; color: #000; margin-top: 30rpx; margin-left: 30rpx; display: flex; align-items: center; } .popular-container.data-v-c58b4fba { width: 100%; margin-top: 30rpx; margin-bottom: 80px; } .popular-container .popular-food-item.data-v-c58b4fba { display: flex; flex-direction: column; align-items: center; margin: 20rpx; padding: 20rpx; box-sizing: border-box; border-radius: 20rpx; background: linear-gradient(#EDFFF4, #ffffff 80%); } .popular-container .popular-food-item .food-title.data-v-c58b4fba { font-size: 34rpx; font-weight: 700; } .popular-container .popular-food-item .popular-food-inner.data-v-c58b4fba { display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%; margin-top: 20rpx; } .popular-container .popular-food-item .popular-food-inner .popular-food-subitem.data-v-c58b4fba { display: flex; align-items: center; margin-bottom: 20rpx; padding: 10rpx 20rpx; background-color: #fff; margin-right: 20rpx; border-radius: 20rpx; border: 1px solid #f7f7f7; } .search_list.data-v-c58b4fba { display: flex; padding: 0 20rpx; flex-wrap: wrap; margin: 75px 20rpx 90px; width: calc(100% - 80rpx); justify-content: space-between; background: #fff; border-radius: 20rpx; } .search_list .search_list_item.data-v-c58b4fba { width: 100%; display: flex; align-items: center; border-bottom: 1px solid #f7f7f7; padding: 20rpx 0; position: relative; } .search_list .search_list_item image.data-v-c58b4fba { width: 80rpx; height: 80rpx; margin-right: 20rpx; border-radius: 20rpx; } .search_list .search_list_item text.data-v-c58b4fba { width: 100%; display: inline-block; } .search_list .search_list_item .dui.data-v-c58b4fba { position: absolute; right: 30rpx; } .search_list .search_list_item :nth-child(2) text.data-v-c58b4fba { margin-top: 5px; } .auto-search-dialog.data-v-c58b4fba { display: flex; justify-content: center; align-items: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .auto-search-dialog .auto-search-inner.data-v-c58b4fba { display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: relative; width: 70%; height: 350rpx; padding: 80rpx 0; background-color: #fff; border-radius: 20rpx; box-shadow: 0 0 20rpx #ccc; } .auto-search-dialog .auto-search-inner .close.data-v-c58b4fba { position: absolute; left: 0; right: 0; bottom: -140rpx; width: 90rpx; margin: 0 auto; } .auto-search-dialog text.data-v-c58b4fba { font-size: 32rpx; width: 80%; } .auto-search-dialog .mic-icon.data-v-c58b4fba { display: flex; justify-content: center; align-items: center; width: 150rpx; height: 150rpx; border-radius: 50%; border: 8rpx solid #777777; } .auto-search-dialog .btn-wrap.data-v-c58b4fba { display: flex; justify-content: space-around; width: 90%; } .auto-search-dialog .btn-wrap .retry.data-v-c58b4fba, .auto-search-dialog .btn-wrap .confirm.data-v-c58b4fba { width: 190rpx; height: 60rpx; line-height: 60rpx; text-align: center; font-size: 28rpx; border: 2rpx solid #777; border-radius: 15rpx; } .activeList.data-v-c58b4fba { z-index: 12; bottom: 100rpx; } .activeList .box2.data-v-c58b4fba { height: 500rpx; background: #fff; position: absolute; width: 100%; bottom: 70px; padding-bottom: 90px; border-radius: 20rpx 20rpx 0 0; } .activeList .list.data-v-c58b4fba { padding-bottom: 55px; } .activeList .list .name.data-v-c58b4fba { margin-right: 5px; } .activeList .list icon.data-v-c58b4fba { font-size: 22px; } .groupbtn.data-v-c58b4fba { display: flex; align-items: center; justify-content: space-between; padding: 0 20rpx 40rpx; position: fixed; bottom: 0; left: 0; right: 0; height: 55px; z-index: 99; background-color: #fff; overflow: hidden; box-shadow: 0px 1px 5px 2px #dfe2e1fc; } .groupbtn .subbtn.data-v-c58b4fba { color: #fff; width: 40%; text-align: center; border-radius: 20rpx; height: 35px; line-height: 35px; background-color: #f0ae43; } .groupbtn .che.data-v-c58b4fba { width: 120rpx; height: 120rpx; position: relative; } .groupbtn .che text.data-v-c58b4fba { position: absolute; height: 30rpx; background: red; width: 30rpx; border-radius: 50%; display: inline-block; color: #fff; line-height: 30rpx; text-align: center; font-size: 24rpx; right: 0; top: 5px; } .groupbtn .che image.data-v-c58b4fba, .groupbtn .che .t-icon.data-v-c58b4fba { width: 120rpx; height: 120rpx; border-radius: 50%; } .btn.data-v-c58b4fba { color: #fff; width: 60%; margin: auto; background-color: #f0ae43; } .button-container.data-v-c58b4fba { position: absolute; top: 20rpx; right: 30rpx; font-size: 40rpx; } .button-container image.data-v-c58b4fba { width: 50rpx; height: 50rpx; }