/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ [data-v-e94a02da]:host { display: block; } /* 分类标题 */ .caption[data-v-e94a02da] { display: flex; justify-content: center; line-height: 1; padding: 1.125rem 0 1.25rem; font-size: 1rem; color: #262626; } .caption .text[data-v-e94a02da] { display: flex; justify-content: center; align-items: center; padding: 0 0.875rem 0 0.9375rem; } .caption .text[data-v-e94a02da]::before, .caption .text[data-v-e94a02da]::after { content: ""; width: 0.625rem; height: 0.625rem; background-image: url(../../static/images/bubble.png); background-size: contain; margin: 0 0.3125rem; } /* 猜你喜欢 */ .guess[data-v-e94a02da] { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0.625rem; } .guess .guess-item[data-v-e94a02da] { width: 10.78125rem; padding: 0.75rem 0.625rem 0.625rem; margin-bottom: 0.625rem; border-radius: 0.3125rem; overflow: hidden; background-color: #fff; } .guess .image[data-v-e94a02da] { width: 9.5rem; height: 9.5rem; } .guess .name[data-v-e94a02da] { height: 2.34375rem; margin: 0.3125rem 0; font-size: 0.8125rem; color: #262626; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .guess .price[data-v-e94a02da] { line-height: 1; padding-top: 0.125rem; color: #cf4444; font-size: 0.8125rem; } .guess .small[data-v-e94a02da] { font-size: 80%; } .loading-text[data-v-e94a02da] { text-align: center; font-size: 0.875rem; color: #666; padding: 0.625rem 0; } /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ body { display: flex; flex-direction: column; height: 100%; overflow: hidden; } .viewport { background-color: #f7f7f8; } .overview { line-height: 1; padding: 1.5625rem 0; color: #fff; background-color: #27ba9b; } .overview .status { font-size: 1.125rem; font-weight: 500; text-align: center; } .overview .status::before { display: block; font-size: 3.4375rem; margin-bottom: 0.625rem; } .overview .buttons { height: 1.875rem; line-height: 1.875rem; display: flex; justify-content: center; align-items: center; margin-top: 1.875rem; } .overview .button { text-align: center; margin: 0 0.3125rem; font-size: 0.875rem; color: #fff; } .overview .button:first-child { width: 6.25rem; border-radius: 2rem; border: 0.03125rem solid #fff; }