/* stylelint-disable comment-empty-line-before */ /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .pet-questions[data-v-a44443d6] { background-color: #dfede4; height: 100%; display: flex; flex-direction: column; align-items: center; padding: 10px 10px 0 10px; } .question-box[data-v-a44443d6] { width: 90%; background-color: white; border-radius: 10px; padding: 20px; display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; } .question-input[data-v-a44443d6] { width: 100%; height: 110px; border-radius: 50px; padding: 10px; font-size: 16px; } .submit-btn[data-v-a44443d6] { background-color: #34c759; /* 按钮的绿色背景 */ color: white; /* 按钮文字的白色 */ border: none; /* 去除边框 */ padding: 0 30px; /* 调整内边距 */ font-size: 16px; /* 调整字体大小 */ border-radius: 70px; /* 圆角效果 */ cursor: pointer; /* 鼠标悬停时显示为手型 */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加按钮的阴影效果 */ outline: none; /* 去除点击后的轮廓 */ transition: background-color 0.3s ease; /* 添加渐变效果 */ height: 40px; right: -110px; } .cards[data-v-a44443d6] { margin-top: 1px; background-color: #f0f5f2; justify-content: space-between; border-radius: 20px; /* 圆角效果 */ height: 100%; } .card[data-v-a44443d6] { background-color: white; border-radius: 10px; height: 170px; width: 100%; padding: 15px; margin-right: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .card-title[data-v-a44443d6] { color: #56c98d; font-weight: bold; line-height: 50px; } .bottom-nav[data-v-a44443d6] { height: 80px; width: 100%; background-color: white; padding: 10px; display: flex; justify-content: space-between; position: absolute; align-items: center; bottom: 0; left: 0; } .iconfont[data-v-a44443d6] { font-size: 24px; } .cat-card[data-v-a44443d6] { width: 44px; height: 44px; } .cat-card_button[data-v-a44443d6] { height: 95px; width: 100%; } .question[data-v-a44443d6] { font-size: 24px; margin: 110px 0 20px 0; } .logo[data-v-a44443d6] { width: 34px; height: 34px; left: -170px; } .title[data-v-a44443d6] { color: #8d9f8b; font-size: 16px; margin: 20px 0; left: 25px; position: absolute; } .card_internal[data-v-a44443d6] { width: 95%; padding-top: 50px; display: flex; } .cards_internal[data-v-a44443d6] { height: 100%; display: flex; flex-direction: column; align-items: center; padding: 10px; } .bottom_picture[data-v-a44443d6] { width: 45%; padding-left: 70px; align-items: center; }