@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* uni.scss */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .nnbut.data-v-041fb334 { display: flex; justify-content: center; } .nnbut .nnbut1.data-v-041fb334 { text-align: center; width: 150rpx; height: 70rpx; background: #FFFFFF; box-shadow: 0rpx 3rpx 12rpx 0rpx rgba(181, 40, 57, 0.1); border-radius: 35rpx; line-height: 70rpx; margin: 30rpx; } .nnbut .nnbut1active.data-v-041fb334 { text-align: center; width: 150rpx; height: 70rpx; background: #CA151F; box-shadow: 0rpx 3rpx 12rpx 0rpx rgba(181, 40, 57, 0.1); border-radius: 35rpx; line-height: 70rpx; margin: 30rpx; color: #fff; } .nnbut .nnbut2.data-v-041fb334 { text-align: center; width: 150rpx; height: 70rpx; background: #FFFFFF; box-shadow: 0rpx 3rpx 12rpx 0rpx rgba(181, 40, 57, 0.1); border-radius: 35rpx; line-height: 70rpx; margin: 30rpx; margin-left: 0; } .nnbut .nnbut2active.data-v-041fb334 { text-align: center; width: 150rpx; height: 70rpx; background: #CA151F; box-shadow: 0rpx 3rpx 12rpx 0rpx rgba(181, 40, 57, 0.1); border-radius: 35rpx; line-height: 70rpx; margin: 30rpx; color: #fff; } .topwenzi.data-v-041fb334 { margin-top: 40rpx; margin-left: 108rpx; font-family: PingFang SC; font-weight: 500; font-size: 30rpx; color: #333333; } .biaozhunimg.data-v-041fb334 { width: 750rpx; height: 100vh; } .topbut11.data-v-041fb334 { width: 351rpx; height: 70rpx; background: #fff; color: #999999; border-radius: 35rpx; line-height: 70rpx; text-align: center; } .topbut1.data-v-041fb334 { width: 351rpx; height: 70rpx; background: #FF8D2B; border-radius: 35rpx; color: #fff; line-height: 70rpx; text-align: center; } .topbut22.data-v-041fb334 { width: 351rpx; height: 70rpx; background: #FF8D2B; border-radius: 35rpx; color: #fff; line-height: 70rpx; text-align: center; } .topbut2.data-v-041fb334 { color: #999999; line-height: 70rpx; margin-left: 116rpx; } .topbut.data-v-041fb334 { display: flex; width: 702rpx; height: 70rpx; margin: 0 auto; background: #FFFFFF; border-radius: 35rpx; position: absolute; top: 190rpx; left: 24rpx; } .top.data-v-041fb334 { position: absolute; top: 117rpx; left: 25rpx; font-family: PingFang SC; font-weight: 500; font-size: 30rpx; color: #FFFFFF; } .content3.data-v-041fb334 { width: 702rpx; background: #FFFFFF; border-radius: 20rpx; margin: 0 auto; display: flex; } .content3 .content31 .img31.data-v-041fb334 { margin: 30rpx; width: 220rpx; height: 180rpx; border-radius: 10rpx; } .icon32.data-v-041fb334 { display: flex; justify-content: space-between; } .text31.data-v-041fb334 { font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #AAAAAA; line-height: 40rpx; } .text32.data-v-041fb334 { border-radius: 5rpx; display: flex; } .img32.data-v-041fb334 { width: 40rpx; height: 40rpx; border-radius: 50%; } .home-add.data-v-041fb334 { pointer-events: none; width: 100%; height: calc(100vh - env(safe-area-inset-bottom) - 50px); position: fixed; left: 0; top: 0; z-index: 99; } .home-add .movableView.data-v-041fb334 { pointer-events: auto; width: 112rpx; height: 112rpx; } .home-add .movableView image.data-v-041fb334 { width: 100%; height: 100%; } .home-navbar image.data-v-041fb334 { width: 45rpx; height: 45rpx; margin-left: 38rpx; } .home-filter.data-v-041fb334 { width: 100%; background-color: #efefef; display: flex; align-items: center; } .home-filter .item.data-v-041fb334 { line-height: 85rpx; width: 20%; text-align: center; color: #241b17; font-size: 30rpx; } .home-filter .item-on.data-v-041fb334 { background-color: #009944; color: #ffffff; } .home-search.data-v-041fb334 { width: 100%; box-sizing: border-box; } .home-search .box.data-v-041fb334 { margin: 24rpx auto; display: flex; align-items: center; height: 85rpx; width: 90%; box-sizing: border-box; padding: 0 25rpx; text-align: center; background-color: #fff; border-radius: 35rpx; } .home-search .box .search.data-v-041fb334 { width: 40rpx; height: 40rpx; } .home-search .box input.data-v-041fb334 { flex: 1; color: #241b17; font-size: 30rpx; text-align: left; margin-left: 25rpx; } .home-search .box .arrow.data-v-041fb334 { width: 19rpx; height: 33rpx; } .home-list.data-v-041fb334 { overflow: hidden; padding: 0 0 40rpx; display: flex; flex-wrap: wrap; } .home-list .item.data-v-041fb334 { width: 134rpx; margin-top: 40rpx; overflow: hidden; margin-left: 40rpx; } .home-list .item .box.data-v-041fb334 { width: 134rpx; height: 134rpx; background-size: 100% auto; position: relative; box-shadow: 0 8rpx 15rpx #999; border-radius: 0 0 18rpx 18rpx; overflow: hidden; } .home-list .item .box .title.data-v-041fb334 { text-align: center; font-size: 22rpx; line-height: 50rpx; color: #040909; } .home-list .item .box .desc.data-v-041fb334 { margin-top: 12rpx; text-align: center; font-size: 22rpx; line-height: 50rpx; color: #040909; } .home-list .item .box image.data-v-041fb334 { width: 124rpx; height: 10rpx; background-size: 100% auto; position: absolute; left: 50%; margin-left: -62rpx; bottom: 0; z-index: 2; } .home-list .item .sort.data-v-041fb334 { text-align: center; padding: 10rpx 0 0; font-size: 27rpx; color: #040909; }