@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* uni.scss */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .top.data-v-8dd41934 { position: absolute; top: 117rpx; left: 25rpx; z-index: 99; font-family: PingFang SC; font-weight: 500; font-size: 30rpx; color: #FFFFFF; } .content3.data-v-8dd41934 { width: 702rpx; height: 376rpx; border-radius: 20rpx; margin: 0 auto; display: flex; } .content3 .content31.data-v-8dd41934 { position: relative; } .content3 .content31 .border.data-v-8dd41934 { border-bottom: 10rpx solid #CA151F; } .content3 .content31 .img31.data-v-8dd41934 { width: 702rpx; height: 375rpx; margin: 5rpx; border-radius: 10rpx; } .content3 .content31 .textbuttom.data-v-8dd41934 { position: absolute; top: 289rpx; left: 20px; width: 603rpx; height: 28rpx; font-family: PingFang SC; font-weight: 500; font-size: 28rpx; color: #FFFFFF; line-height: 36rpx; } .content3 .content31 .textbuttom1.data-v-8dd41934 { position: absolute; top: 319rpx; left: 20px; font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #FFFFFF; opacity: 0.7; } .icon32.data-v-8dd41934 { display: flex; justify-content: space-between; } .text31.data-v-8dd41934 { font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #AAAAAA; line-height: 40rpx; } .text32.data-v-8dd41934 { border-radius: 5rpx; } .img32.data-v-8dd41934 { width: 40rpx; height: 40rpx; border-radius: 50%; } .home-add.data-v-8dd41934 { 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-8dd41934 { pointer-events: auto; width: 112rpx; height: 112rpx; } .home-add .movableView image.data-v-8dd41934 { width: 100%; height: 100%; } .home-navbar image.data-v-8dd41934 { width: 45rpx; height: 45rpx; margin-left: 38rpx; } .home-filter.data-v-8dd41934 { width: 100%; background-color: #efefef; display: flex; align-items: center; } .home-filter .item.data-v-8dd41934 { line-height: 85rpx; width: 20%; text-align: center; color: #241b17; font-size: 30rpx; } .home-filter .item-on.data-v-8dd41934 { background-color: #009944; color: #ffffff; } .home-search.data-v-8dd41934 { width: 100%; box-sizing: border-box; } .home-search .box.data-v-8dd41934 { position: absolute; top: 162rpx; left: 35rpx; z-index: 99; 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-8dd41934 { width: 40rpx; height: 40rpx; } .home-search .box input.data-v-8dd41934 { flex: 1; color: #241b17; font-size: 30rpx; text-align: left; margin-left: 25rpx; } .home-search .box .arrow.data-v-8dd41934 { width: 19rpx; height: 33rpx; } .home-list.data-v-8dd41934 { overflow: hidden; padding: 0 0 40rpx; display: flex; flex-wrap: wrap; } .home-list .item.data-v-8dd41934 { width: 134rpx; margin-top: 40rpx; overflow: hidden; margin-left: 40rpx; } .home-list .item .box.data-v-8dd41934 { 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-8dd41934 { text-align: center; font-size: 22rpx; line-height: 50rpx; color: #040909; } .home-list .item .box .desc.data-v-8dd41934 { margin-top: 12rpx; text-align: center; font-size: 22rpx; line-height: 50rpx; color: #040909; } .home-list .item .box image.data-v-8dd41934 { 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-8dd41934 { text-align: center; padding: 10rpx 0 0; font-size: 27rpx; color: #040909; }