diff --git a/config/app.js b/config/app.js
index aed86ed..5d52a61 100644
--- a/config/app.js
+++ b/config/app.js
@@ -12,8 +12,8 @@ let httpApiSix
let wsApi
// 在打包之前请检查当前环境是否正确
-// const env = 'dev'; // 开发
-const env = 'prod'; // 生产
+const env = 'dev'; // 开发
+// const env = 'prod'; // 生产
// const env = 'prew'; // 预上线
switch (env) {
diff --git a/pages/activity/presell/index.vue b/pages/activity/presell/index.vue
index dcf26db..dd4c33b 100644
--- a/pages/activity/presell/index.vue
+++ b/pages/activity/presell/index.vue
@@ -25,16 +25,7 @@
-
-
-
+
立即采购
@@ -47,7 +38,7 @@
@@ -423,20 +414,28 @@ import { Toast } from '../../../libs/uniApi.js';
.card_bottom{
display: flex;
justify-content: space-between;
+ align-items: flex-end;
+ overflow: hidden;
+ width: 100%;
+ // height: 140rpx;
+
.card_left{
font-size: 24rpx;
color: #616161;
- // background-color: red;
- width: 210rpx;
- max-height: 140rpx;
+ width: 240rpx;
+ height: 96rpx;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.card_right{
+ flex-shrink: 0;
background-color: #FF593C;
width: 160rpx;
height: 80rpx;
background: #FF593C;
box-shadow: 0rpx 4rpx 8rpx 0rpx #FF5435;
border-radius: 84rpx;
+ margin-bottom: 8rpx;
display: flex;
justify-content: center;
align-items: center;
@@ -446,7 +445,7 @@ import { Toast } from '../../../libs/uniApi.js';
.popup_ref{
width: 583rpx;
height: 393rpx;
- background: #f1f3f4;
+ background: #fff;
border-radius: 30rpx 30rpx 30rpx 30rpx;
display: flex;
flex-direction: column;