Commit 5b8889ae authored by 王炽's avatar 王炽

66666

parent bda4ae61
No preview for this file type
...@@ -16,8 +16,8 @@ const { ...@@ -16,8 +16,8 @@ const {
// request.js // request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了 // 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall"; // const baseUrl = "http://172.16.230.108:7777/pmall";
const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境 // const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
// let baseUrl = "https://momclub.feihe.com/pmall";//生产环境 let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock // const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall" // const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
...@@ -21,38 +21,38 @@ ...@@ -21,38 +21,38 @@
.task_person_container { .task_person_container {
position: relative; position: relative;
width: 100%; width: 100%;
max-width: 750rpx; // max-width: 750rpx;
background: #ffffff; background: #F8F8F8;
border-radius: 30rpx 30rpx 0 0; border-radius: 24rpx 24rpx 0 0;
box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.1); box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.1);
z-index: 2; z-index: 2;
overflow-y: auto; overflow-y: auto;
padding: 40rpx 30rpx; padding: 0rpx 38rpx;
animation: slideUp 0.3s ease-out; animation: slideUp 0.3s ease-out;
.task_person_header { .task_person_header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 20rpx; margin-top: 56rpx;
margin-bottom: 15rpx;
.task_person_title { .task_person_title {
font-size: 50rpx; font-size: 36rpx;
font-weight: bold; font-weight: bold;
color: #D3A458; color: #B27C1E;
text-align: center; flex: 1;
flex: 1;
} }
.close_button { .close_button {
width: 40rpx; width: 54rpx;
height: 40rpx; height: 54rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.close_icon { .close_icon {
font-size: 40rpx; font-size: 50rpx;
color: #333333; color: #333333;
font-weight: bold; font-weight: bold;
} }
...@@ -60,18 +60,18 @@ ...@@ -60,18 +60,18 @@
} }
.task_person_description { .task_person_description {
margin-bottom: 40rpx; margin-bottom: 30rpx;
.description_text { .description_text {
font-size: 24rpx; font-size: 24rpx;
color: #666666; color: #666666;
line-height: 1.5; // line-height: 1.5;
} }
} }
.task_person_info { .task_person_info {
background: #f6f8fa; background: #fff;
border-radius: 20rpx; border-radius: 24rpx;
margin-bottom: 40rpx; margin-bottom: 40rpx;
padding: 20rpx; padding: 20rpx;
box-sizing: border-box; box-sizing: border-box;
...@@ -80,8 +80,8 @@ ...@@ -80,8 +80,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
border-bottom: 1rpx solid #f2f2f2; // border-bottom: 1rpx solid #f2f2f2;
height: 110rpx; height: 90rpx;
} }
.form_line_hidden { .form_line_hidden {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
pageStatus.formStatus == 0 && pageStatus.formStatus == 0 &&
index == formItems.filter(formItemFilter).length - 1 index == formItems.filter(formItemFilter).length - 1
? 'none' ? 'none'
: '1rpx solid #f2f2f2', : 'none'//'1rpx solid #f2f2f2',
}"> }">
<text class="form_label"> <text class="form_label">
{{ getlabelFn(item) }} {{ getlabelFn(item) }}
......
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
</view> </view>
<!-- 7天连续签到奖励容器 --> <!-- 7天连续签到奖励容器 -->
<view class="signin_reward_container" v-if="false"> <view class="signin_reward_container" v-if="true">
<!-- 标题区域 --> <!-- 标题区域 -->
<view class="signin_title_area"> <view class="signin_title_area">
<text class="signin_main_title">连签7天,奖励翻5倍</text> <text class="signin_main_title">连签7天,奖励翻5倍</text>
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
</view> </view>
<!-- 商品展示容器 --> <!-- 商品展示容器 -->
<view class="goods-container" v-if="goodsDataArr?.length > 0"> <view class="goods-container">
<!-- 页签栏 --> <!-- 页签栏 -->
<view class="custom-tabs"> <view class="custom-tabs">
<view v-for="(tab, index) in tabInfo.tabTexts" :key="index" class="tab-item" :class="{ <view v-for="(tab, index) in tabInfo.tabTexts" :key="index" class="tab-item" :class="{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment