/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* padding / margin */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .align_items_left.data-v-8c1ff8ec { align-items: flex-start; } .active_option.data-v-8c1ff8ec { background: #18ba89 !important; color: white !important; } .mask_form.data-v-8c1ff8ec { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 100; } .container.data-v-8c1ff8ec { overflow: hidden; } .scroll_view.data-v-8c1ff8ec { height: 100%; } .top_bg_box.data-v-8c1ff8ec { position: relative; } .top_bg_box image.data-v-8c1ff8ec { width: 100%; height: 456rpx; position: absolute; top: 0; left: 0; z-index: 1; } .top_bg_box .ques_introduce.data-v-8c1ff8ec { padding: 46rpx 52rpx 0 52rpx; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 2; } .top_bg_box .ques_introduce text.data-v-8c1ff8ec:nth-child(1) { font-size: 36rpx; font-weight: bold; color: white; margin-bottom: 20rpx; } .top_bg_box .ques_introduce text.data-v-8c1ff8ec:nth-child(2) { line-height: 45rpx; font-size: 28rpx; color: white; } .main_box.data-v-8c1ff8ec { padding: 470rpx 30rpx 190rpx 30rpx; box-sizing: border-box; position: relative; z-index: 2; } .ques_item_box.data-v-8c1ff8ec { padding: 30rpx; box-sizing: border-box; background: white; border-radius: 20rpx; margin-bottom: 32rpx; } .ques_item_box > .ques_title_box > text.data-v-8c1ff8ec { line-height: 50rpx; font-size: 36rpx; font-weight: bold; color: #1c1c1c; } .ques_item_box .mustQuest_tag.data-v-8c1ff8ec { color: #dc2828; } .ques_options.data-v-8c1ff8ec { margin-top: 34rpx; } .choice_item.data-v-8c1ff8ec { width: 100%; line-height: 80rpx; font-size: 30rpx; color: #686868; text-align: center; margin-bottom: 16rpx; border-radius: 10rpx; background: #f8f8fa; } .choice_item.data-v-8c1ff8ec:last-child { margin-bottom: 0; } .input_label.data-v-8c1ff8ec { line-height: 40rpx; font-size: 32rpx; color: #474747; } .textarea_box.data-v-8c1ff8ec { width: 100%; padding: 20rpx; box-sizing: border-box; border-radius: 10rpx; background: #f8f8fa; margin-top: 22rpx; } .textarea_box textarea.data-v-8c1ff8ec { width: 100%; } .matrix_textarea_box.data-v-8c1ff8ec { width: 70%; } .picker_box.data-v-8c1ff8ec { width: 100%; } .picker.data-v-8c1ff8ec { width: 100%; height: 80rpx; padding: 22rpx; box-sizing: border-box; background: #f9f9f9; border-radius: 20rpx; justify-content: space-between; } .picker text.data-v-8c1ff8ec { white-space: nowrap; font-size: 28rpx; color: #686868; } .picker image.data-v-8c1ff8ec { width: 12rpx; height: 24rpx; } .matrix_options.data-v-8c1ff8ec { width: 100%; margin-bottom: 34rpx; justify-content: space-between; } .matrix_options text.data-v-8c1ff8ec { font-size: 30rpx; color: #1c1c1c; text-align: center; padding: 20rpx; box-sizing: border-box; word-wrap: break-word; word-break: break-all; } .matrix_border.data-v-8c1ff8ec { border: 1px solid #f0f0f0; } .matrix_options_title.data-v-8c1ff8ec { background: #f5f5f5; } .matrix_icon_box.data-v-8c1ff8ec { width: 100%; align-items: flex-start; } .matrix_icon_box text.data-v-8c1ff8ec { font-size: 30rpx; color: #1c1c1c; margin-bottom: 36rpx; padding: 0 20rpx; box-sizing: border-box; } .matrix_icon_box image.data-v-8c1ff8ec { width: 40rpx; height: 40rpx; } .sub_title.data-v-8c1ff8ec { background: none; } .img_list.data-v-8c1ff8ec { width: 100%; margin-bottom: 24rpx; justify-content: flex-start; flex-wrap: wrap; } .img_list .item_img.data-v-8c1ff8ec { width: 100%; height: 100%; } .add_img.data-v-8c1ff8ec { width: 32%; height: 200rpx; margin-right: 2%; margin-bottom: 3%; position: relative; } .add_img.data-v-8c1ff8ec:nth-child(3n) { margin-right: 0; } .add_img_tips.data-v-8c1ff8ec { width: 100%; } .add_img_tips text.data-v-8c1ff8ec { font-size: 30rpx; color: #474747; } .cha_img.data-v-8c1ff8ec { width: 50rpx; height: 50rpx; position: absolute; top: -15rpx; right: -5rpx; } .options_item_box.data-v-8c1ff8ec { width: 100%; padding: 0 10rpx; box-sizing: border-box; margin-bottom: 20rpx; justify-content: space-between; } .options_item_box text.data-v-8c1ff8ec { font-size: 28rpx; color: #686868; word-wrap: break-word; word-break: break-all; } .options_item_box image.data-v-8c1ff8ec { width: 40rpx; height: 40rpx; margin: 20rpx 0; } .matrix_input_box.data-v-8c1ff8ec { width: 100%; } .matrix_input_box text.data-v-8c1ff8ec { width: 30%; white-space: nowrap; } .matrix_input_box input.data-v-8c1ff8ec { width: 70%; } .footer_box.data-v-8c1ff8ec { width: 100%; padding: 30rpx 30rpx 60rpx 30rpx; box-sizing: border-box; background: white; position: fixed; bottom: 0; left: 0; z-index: 10; } .footer_box text.data-v-8c1ff8ec { width: 100%; line-height: 88rpx; font-size: 36rpx; color: white; text-align: center; border-radius: 88rpx; background: #18ba89; display: block; } .modal_wrap.data-v-8c1ff8ec { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; left: 0; top: 0; z-index: 99; display: flex; align-items: center; justify-content: center; } .modal_box.data-v-8c1ff8ec { width: 600rpx; max-height: 600rpx; background-color: #fff; border-radius: 5px; padding: 40rpx 40rpx 60rpx; } .modal_tit.data-v-8c1ff8ec { text-align: center; font-size: 30rpx; } .modal_box_b1.data-v-8c1ff8ec { background-color: #f2f2f2; border-radius: 5px; line-height: 80rpx; margin-top: 40rpx; /* padding-left: 40rpx; */ text-align: center; } .modal_user_item.data-v-8c1ff8ec { background: #f2f2f2; padding: 30rpx; margin-top: 40rpx; position: relative; } .modal_user_right_img.data-v-8c1ff8ec { width: 12rpx; height: 21rpx; position: absolute; right: 30rpx; top: 0; bottom: 0; margin: auto 0; } .modal_t1.data-v-8c1ff8ec { font-weight: bold; display: inline-block; margin-right: 20rpx; font-size: 32rpx; } .modal_t3.data-v-8c1ff8ec { margin-top: 20rpx; } .modal_btn.data-v-8c1ff8ec { width: 46%; line-height: 75rpx; text-align: center; border-radius: 50rpx; margin-top: 40rpx; } .modal_btn1.data-v-8c1ff8ec { background: #aaaaaa; color: #fff; } .modal_btn2.data-v-8c1ff8ec { background: #61c88f; color: #fff; } .yjfl.data-v-8c1ff8ec { position: fixed; bottom: 340rpx; right: 0; z-index: 100; width: 160rpx; text-align: center; } .yjfl .title.data-v-8c1ff8ec { color: #fff; position: absolute; bottom: 10rpx; right: 4rpx; width: 100%; text-align: center; font-size: 24rpx; }