/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .orders .card[data-v-52fbdc30] { min-height: 3.125rem; padding: 0.625rem; margin: 0.625rem 0.625rem 0; border-radius: 0.3125rem; background-color: #fff; } .orders .card[data-v-52fbdc30]:last-child { padding-bottom: 1.25rem; } .orders .status[data-v-52fbdc30] { display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; color: #999; margin-bottom: 0.46875rem; } .orders .status .date[data-v-52fbdc30] { color: #666; flex: 1; } .orders .status .primary[data-v-52fbdc30] { color: #ff9240; } .orders .status .icon-delete[data-v-52fbdc30] { line-height: 1; margin-left: 0.3125rem; padding-left: 0.3125rem; border-left: 0.03125rem solid #e3e3e3; } .orders .goods[data-v-52fbdc30] { display: flex; margin-bottom: 0.625rem; } .orders .goods .cover[data-v-52fbdc30] { width: 5.3125rem; height: 5.3125rem; margin-right: 0.625rem; border-radius: 0.3125rem; overflow: hidden; position: relative; } .orders .goods .cover .image[data-v-52fbdc30] { width: 5.3125rem; height: 5.3125rem; } .orders .goods .quantity[data-v-52fbdc30] { position: absolute; bottom: 0; right: 0; line-height: 1; padding: 0.1875rem 0.125rem 0.1875rem 0.25rem; font-size: 0.75rem; color: #fff; border-radius: 0.3125rem 0 0 0; background-color: rgba(0, 0, 0, 0.6); } .orders .goods .meta[data-v-52fbdc30] { flex: 1; display: flex; flex-direction: column; justify-content: center; } .orders .goods .name[data-v-52fbdc30] { height: 2.5rem; font-size: 0.8125rem; color: #444; } .orders .goods .type[data-v-52fbdc30] { line-height: 1.8; padding: 0 0.46875rem; margin-top: 0.3125rem; font-size: 0.75rem; align-self: flex-start; border-radius: 0.125rem; color: #888; background-color: #f7f7f8; } .orders .goods .more[data-v-52fbdc30] { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 0.6875rem; color: #333; } .orders .payment[data-v-52fbdc30] { display: flex; justify-content: flex-end; align-items: center; line-height: 1; padding: 0.625rem 0; text-align: right; color: #999; font-size: 0.875rem; border-bottom: 0.03125rem solid #eee; } .orders .payment .quantity[data-v-52fbdc30] { font-size: 0.75rem; margin-right: 0.5rem; } .orders .payment .amount[data-v-52fbdc30] { color: #444; margin-left: 0.1875rem; } .orders .payment .symbol[data-v-52fbdc30] { font-size: 0.625rem; } .orders .action[data-v-52fbdc30] { display: flex; justify-content: flex-end; align-items: center; padding-top: 0.625rem; } .orders .action .button[data-v-52fbdc30] { width: 5.625rem; height: 1.875rem; display: flex; justify-content: center; align-items: center; margin-left: 0.625rem; border-radius: 1.875rem; border: 0.03125rem solid #ccc; font-size: 0.8125rem; color: #444; } .orders .action .secondary[data-v-52fbdc30] { color: #27ba9b; border-color: #27ba9b; } .orders .action .primary[data-v-52fbdc30] { color: #fff; background-color: #27ba9b; border-color: #27ba9b; } .orders .loading-text[data-v-52fbdc30] { 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 { height: 100%; overflow: hidden; } .viewport { height: 100%; display: flex; flex-direction: column; background-color: #fff; } .tabs { display: flex; justify-content: space-around; line-height: 1.875rem; margin: 0 0.3125rem; background-color: #fff; box-shadow: 0 0.125rem 0.1875rem rgba(240, 240, 240, 0.6); position: relative; z-index: 9; } .tabs .item { flex: 1; text-align: center; padding: 0.625rem; font-size: 0.875rem; color: #262626; } .tabs .cursor { position: absolute; left: 0; bottom: 0; width: 20%; height: 0.1875rem; padding: 0 1.5625rem; background-color: #27ba9b; /* 过渡效果 */ transition: all 0.4s; } .swiper { background-color: #f7f7f8; }