@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .data-v-69bf97c2 .u-input__input { font-size: 64rpx !important; color: #303133; width: calc(100% - 200rpx) !important; } .data-v-69bf97c2 .u-column-item { display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: 64rpx !important; color: #303133; padding: 8rpx; } .data-v-69bf97c2 .u-btn-picker.data-v-70102400 { padding: 16rpx; box-sizing: border-box; text-align: center; text-decoration: none; font-size: 64rpx !important; } .choose.data-v-69bf97c2 { text-align: center; padding: 20rpx; margin: 30rpx; color: #FFFFFF; background: #43CEB1; border-radius: 64rpx; } .active.data-v-69bf97c2 { background-color: #1890FF; } .select-type.data-v-69bf97c2 { border: 2rpx solid #3857F3; text-align: center; padding: 20rpx; margin: 30rpx; color: #3857F3; border-radius: 64rpx; } .total.data-v-69bf97c2 { width: 100%; padding: 40rpx 30rpx; text-align: center; color: #FFFFFF; } .list_s.data-v-69bf97c2 { min-height: 100vh; background-color: #F9F9F9; } .header_s.data-v-69bf97c2 { padding: 30rpx 30rpx 0rpx 30rpx; } .header_s .btn_s.data-v-69bf97c2 { margin: 0 15rpx; width: calc(50% - 15px); height: 100rpx; line-height: 100rpx; text-align: center; background-color: #3857F3; color: #fff; font-size: 64rpx; border-radius: 16rpx; } .footer_s.data-v-69bf97c2 { padding: 30rpx; } .footer_s .footer-item.data-v-69bf97c2 { background: #FFFFFF; height: auto; border-radius: 8rpx; margin-bottom: 30rpx; padding: 20rpx 0rpx 20rpx 66rpx; position: relative; } .footer_s .footer-item .item-title.data-v-69bf97c2 { font-size: 48rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333333; padding-bottom: 20rpx; } .footer_s .footer-item .main-list-icon.data-v-69bf97c2 { position: absolute; top: 43rpx; left: 30rpx; width: 16rpx; height: 16rpx; background: #3857F3; border-radius: 2rpx; } .footer_s .footer-item .item-img.data-v-69bf97c2 { display: flex; justify-content: flex-start; flex-wrap: wrap; } .footer_s .footer-item .item-img image.data-v-69bf97c2 { width: calc(50% - 20rpx); height: 200rpx; padding-bottom: 20rpx; padding-right: 20rpx; }