颜色调整已领商品及已领dt积分

This commit is contained in:
2022-08-31 09:38:19 +08:00
parent 94f10ce4af
commit 347e9a05e0
5 changed files with 9 additions and 9 deletions

View File

@@ -613,7 +613,7 @@
"name": "GetDt", "name": "GetDt",
"style": { "style": {
"navigationBarTitleText": "已领DT积分", "navigationBarTitleText": "已领DT积分",
"navigationBarBackgroundColor": "#34ce98", "navigationBarBackgroundColor": "#e74a45",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
@@ -623,7 +623,7 @@
"name": "GetGoods", "name": "GetGoods",
"style": { "style": {
"navigationBarTitleText": "已领商品", "navigationBarTitleText": "已领商品",
"navigationBarBackgroundColor": "#34ce98", "navigationBarBackgroundColor": "#e74a45",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }

View File

@@ -51,7 +51,7 @@
background: $window-color; background: $window-color;
min-height: 100vh; min-height: 100vh;
.dt-header{ .dt-header{
background: $main-color; background: #e74a45;
padding: $padding*2 $padding $padding*2; padding: $padding*2 $padding $padding*2;
.title{ .title{
color: rgba(255, 255, 255, .9); color: rgba(255, 255, 255, .9);
@@ -100,7 +100,7 @@
font-weight: bold; font-weight: bold;
@extend .nowrap; @extend .nowrap;
&.add{ &.add{
color: $main-color; color: #e74a45;
} }
&.remove{ &.remove{
color: $text-price; color: $text-price;

View File

@@ -51,7 +51,7 @@
background: $window-color; background: $window-color;
min-height: 100vh; min-height: 100vh;
.dt-header{ .dt-header{
background: $main-color; background: #e74a45;
padding: $padding*2 $padding $padding*2; padding: $padding*2 $padding $padding*2;
.title{ .title{
color: rgba(255, 255, 255, .9); color: rgba(255, 255, 255, .9);
@@ -100,7 +100,7 @@
font-weight: bold; font-weight: bold;
@extend .nowrap; @extend .nowrap;
&.add{ &.add{
color: $main-color; color: #e74a45;
} }
&.remove{ &.remove{
color: $text-price; color: $text-price;

File diff suppressed because one or more lines are too long

View File

@@ -36738,7 +36738,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10); var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10);
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
// Module // Module
exports.push([module.i, "@charset \"UTF-8\";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/**\n * Web唐明明\n * 匆匆数载恍如梦,岁月迢迢华发增。\n * 碌碌无为枉半生,一朝惊醒万事空。\n */\n.ios-bottom {\n padding-bottom: env(safe-area-inset-bottom);\n padding-bottom: constant(safe-area-inset-bottom);\n}\n.ios-left {\n padding-left: env(safe-area-inset-left);\n padding-left: constant(safe-area-inset-left);\n}\n.ios-right {\n padding-right: env(safe-area-inset-right);\n padding-right: constant(safe-area-inset-right);\n}\n.ios-top {\n padding-top: var(--status-bar-height);\n}\n.vertical {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-box-pack: center;\n}\n.nowrap, .content .logs-item .logs-item-price {\n max-width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.ellipsis {\n max-width: 100%;\n display: -webkit-box;\n overflow: hidden;\n text-overflow: ellipsis;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n}\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */\n.pages-empty {\n height: 50vh;\n}\n.content {\n background: #F3F6FB;\n min-height: 100vh;\n}\n.content .dt-header {\n background: #34CE98;\n padding: 60rpx 30rpx 60rpx;\n}\n.content .dt-header .title {\n color: rgba(255, 255, 255, 0.9);\n font-size: 28rpx;\n}\n.content .dt-header .num {\n font-weight: bold;\n font-size: 60rpx;\n padding-top: 10rpx;\n color: white;\n}\n.content .logs-title {\n padding: 0 30rpx;\n font-weight: bold;\n line-height: 90rpx;\n color: #333;\n font-size: 30rpx;\n}\n.content .logs-item {\n position: relative;\n background: white;\n border-radius: 20rpx;\n padding: 20rpx 30rpx;\n padding-right: 240rpx;\n box-sizing: border-box;\n margin: 0 30rpx 20rpx;\n}\n.content .logs-item .logs-item-title {\n font-weight: bold;\n font-size: 30rpx;\n line-height: 50rpx;\n}\n.content .logs-item .logs-item-time {\n font-size: 28rpx;\n line-height: 40rpx;\n color: gray;\n}\n.content .logs-item .logs-item-price {\n position: absolute;\n right: 30rpx;\n top: 20rpx;\n line-height: 90rpx;\n width: 180rpx;\n text-align: right;\n font-weight: bold;\n}\n.content .logs-item .logs-item-price.add {\n color: #34CE98;\n}\n.content .logs-item .logs-item-price.remove {\n color: #e6576b;\n}\n", ""]); exports.push([module.i, "@charset \"UTF-8\";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/**\n * Web唐明明\n * 匆匆数载恍如梦,岁月迢迢华发增。\n * 碌碌无为枉半生,一朝惊醒万事空。\n */\n.ios-bottom {\n padding-bottom: env(safe-area-inset-bottom);\n padding-bottom: constant(safe-area-inset-bottom);\n}\n.ios-left {\n padding-left: env(safe-area-inset-left);\n padding-left: constant(safe-area-inset-left);\n}\n.ios-right {\n padding-right: env(safe-area-inset-right);\n padding-right: constant(safe-area-inset-right);\n}\n.ios-top {\n padding-top: var(--status-bar-height);\n}\n.vertical {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-box-pack: center;\n}\n.nowrap, .content .logs-item .logs-item-price {\n max-width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.ellipsis {\n max-width: 100%;\n display: -webkit-box;\n overflow: hidden;\n text-overflow: ellipsis;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n}\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */\n.pages-empty {\n height: 50vh;\n}\n.content {\n background: #F3F6FB;\n min-height: 100vh;\n}\n.content .dt-header {\n background: #e74a45;\n padding: 60rpx 30rpx 60rpx;\n}\n.content .dt-header .title {\n color: rgba(255, 255, 255, 0.9);\n font-size: 28rpx;\n}\n.content .dt-header .num {\n font-weight: bold;\n font-size: 60rpx;\n padding-top: 10rpx;\n color: white;\n}\n.content .logs-title {\n padding: 0 30rpx;\n font-weight: bold;\n line-height: 90rpx;\n color: #333;\n font-size: 30rpx;\n}\n.content .logs-item {\n position: relative;\n background: white;\n border-radius: 20rpx;\n padding: 20rpx 30rpx;\n padding-right: 240rpx;\n box-sizing: border-box;\n margin: 0 30rpx 20rpx;\n}\n.content .logs-item .logs-item-title {\n font-weight: bold;\n font-size: 30rpx;\n line-height: 50rpx;\n}\n.content .logs-item .logs-item-time {\n font-size: 28rpx;\n line-height: 40rpx;\n color: gray;\n}\n.content .logs-item .logs-item-price {\n position: absolute;\n right: 30rpx;\n top: 20rpx;\n line-height: 90rpx;\n width: 180rpx;\n text-align: right;\n font-weight: bold;\n}\n.content .logs-item .logs-item-price.add {\n color: #e74a45;\n}\n.content .logs-item .logs-item-price.remove {\n color: #e6576b;\n}\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;
@@ -36790,7 +36790,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10); var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10);
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
// Module // Module
exports.push([module.i, "@charset \"UTF-8\";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/**\n * Web唐明明\n * 匆匆数载恍如梦,岁月迢迢华发增。\n * 碌碌无为枉半生,一朝惊醒万事空。\n */\n.ios-bottom {\n padding-bottom: env(safe-area-inset-bottom);\n padding-bottom: constant(safe-area-inset-bottom);\n}\n.ios-left {\n padding-left: env(safe-area-inset-left);\n padding-left: constant(safe-area-inset-left);\n}\n.ios-right {\n padding-right: env(safe-area-inset-right);\n padding-right: constant(safe-area-inset-right);\n}\n.ios-top {\n padding-top: var(--status-bar-height);\n}\n.vertical {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-box-pack: center;\n}\n.nowrap, .content .logs-item .logs-item-price {\n max-width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.ellipsis {\n max-width: 100%;\n display: -webkit-box;\n overflow: hidden;\n text-overflow: ellipsis;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n}\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */\n.pages-empty {\n height: 50vh;\n}\n.content {\n background: #F3F6FB;\n min-height: 100vh;\n}\n.content .dt-header {\n background: #34CE98;\n padding: 60rpx 30rpx 60rpx;\n}\n.content .dt-header .title {\n color: rgba(255, 255, 255, 0.9);\n font-size: 28rpx;\n}\n.content .dt-header .num {\n font-weight: bold;\n font-size: 60rpx;\n padding-top: 10rpx;\n color: white;\n}\n.content .logs-title {\n padding: 0 30rpx;\n font-weight: bold;\n line-height: 90rpx;\n color: #333;\n font-size: 30rpx;\n}\n.content .logs-item {\n position: relative;\n background: white;\n border-radius: 20rpx;\n padding: 20rpx 30rpx;\n padding-right: 240rpx;\n box-sizing: border-box;\n margin: 0 30rpx 20rpx;\n}\n.content .logs-item .logs-item-title {\n font-weight: bold;\n font-size: 30rpx;\n line-height: 50rpx;\n}\n.content .logs-item .logs-item-time {\n font-size: 28rpx;\n line-height: 40rpx;\n color: gray;\n}\n.content .logs-item .logs-item-price {\n position: absolute;\n right: 30rpx;\n top: 20rpx;\n line-height: 90rpx;\n width: 180rpx;\n text-align: right;\n font-weight: bold;\n}\n.content .logs-item .logs-item-price.add {\n color: #34CE98;\n}\n.content .logs-item .logs-item-price.remove {\n color: #e6576b;\n}\n", ""]); exports.push([module.i, "@charset \"UTF-8\";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/**\n * Web唐明明\n * 匆匆数载恍如梦,岁月迢迢华发增。\n * 碌碌无为枉半生,一朝惊醒万事空。\n */\n.ios-bottom {\n padding-bottom: env(safe-area-inset-bottom);\n padding-bottom: constant(safe-area-inset-bottom);\n}\n.ios-left {\n padding-left: env(safe-area-inset-left);\n padding-left: constant(safe-area-inset-left);\n}\n.ios-right {\n padding-right: env(safe-area-inset-right);\n padding-right: constant(safe-area-inset-right);\n}\n.ios-top {\n padding-top: var(--status-bar-height);\n}\n.vertical {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-box-pack: center;\n}\n.nowrap, .content .logs-item .logs-item-price {\n max-width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.ellipsis {\n max-width: 100%;\n display: -webkit-box;\n overflow: hidden;\n text-overflow: ellipsis;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n}\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */\n.pages-empty {\n height: 50vh;\n}\n.content {\n background: #F3F6FB;\n min-height: 100vh;\n}\n.content .dt-header {\n background: #e74a45;\n padding: 60rpx 30rpx 60rpx;\n}\n.content .dt-header .title {\n color: rgba(255, 255, 255, 0.9);\n font-size: 28rpx;\n}\n.content .dt-header .num {\n font-weight: bold;\n font-size: 60rpx;\n padding-top: 10rpx;\n color: white;\n}\n.content .logs-title {\n padding: 0 30rpx;\n font-weight: bold;\n line-height: 90rpx;\n color: #333;\n font-size: 30rpx;\n}\n.content .logs-item {\n position: relative;\n background: white;\n border-radius: 20rpx;\n padding: 20rpx 30rpx;\n padding-right: 240rpx;\n box-sizing: border-box;\n margin: 0 30rpx 20rpx;\n}\n.content .logs-item .logs-item-title {\n font-weight: bold;\n font-size: 30rpx;\n line-height: 50rpx;\n}\n.content .logs-item .logs-item-time {\n font-size: 28rpx;\n line-height: 40rpx;\n color: gray;\n}\n.content .logs-item .logs-item-price {\n position: absolute;\n right: 30rpx;\n top: 20rpx;\n line-height: 90rpx;\n width: 180rpx;\n text-align: right;\n font-weight: bold;\n}\n.content .logs-item .logs-item-price.add {\n color: #e74a45;\n}\n.content .logs-item .logs-item-price.remove {\n color: #e6576b;\n}\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;